Skip to content

Commit 4da6676

Browse files
authored
Merge pull request #186 from jellyfin/dependabot/npm_and_yarn/babel/core-7.13.14
Bump @babel/core from 7.13.13 to 7.13.14
2 parents 880f960 + 2bc573f commit 4da6676

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

yarn.lock

+15-16
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,23 @@
1515
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
1616

1717
"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.6":
18-
version "7.13.13"
19-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
20-
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
18+
version "7.13.14"
19+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
20+
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
2121
dependencies:
2222
"@babel/code-frame" "^7.12.13"
2323
"@babel/generator" "^7.13.9"
2424
"@babel/helper-compilation-targets" "^7.13.13"
25-
"@babel/helper-module-transforms" "^7.13.12"
25+
"@babel/helper-module-transforms" "^7.13.14"
2626
"@babel/helpers" "^7.13.10"
2727
"@babel/parser" "^7.13.13"
2828
"@babel/template" "^7.12.13"
2929
"@babel/traverse" "^7.13.13"
30-
"@babel/types" "^7.13.13"
30+
"@babel/types" "^7.13.14"
3131
convert-source-map "^1.7.0"
3232
debug "^4.1.0"
3333
gensync "^1.0.0-beta.2"
3434
json5 "^2.1.2"
35-
lodash "^4.17.19"
3635
semver "^6.3.0"
3736
source-map "^0.5.0"
3837

@@ -169,19 +168,19 @@
169168
dependencies:
170169
"@babel/types" "^7.13.12"
171170

172-
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.12":
173-
version "7.13.12"
174-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
175-
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
171+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.14":
172+
version "7.13.14"
173+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
174+
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
176175
dependencies:
177176
"@babel/helper-module-imports" "^7.13.12"
178177
"@babel/helper-replace-supers" "^7.13.12"
179178
"@babel/helper-simple-access" "^7.13.12"
180179
"@babel/helper-split-export-declaration" "^7.12.13"
181180
"@babel/helper-validator-identifier" "^7.12.11"
182181
"@babel/template" "^7.12.13"
183-
"@babel/traverse" "^7.13.0"
184-
"@babel/types" "^7.13.12"
182+
"@babel/traverse" "^7.13.13"
183+
"@babel/types" "^7.13.14"
185184

186185
"@babel/helper-optimise-call-expression@^7.12.13":
187186
version "7.12.13"
@@ -885,10 +884,10 @@
885884
debug "^4.1.0"
886885
globals "^11.1.0"
887886

888-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
889-
version "7.13.13"
890-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
891-
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
887+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
888+
version "7.13.14"
889+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
890+
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
892891
dependencies:
893892
"@babel/helper-validator-identifier" "^7.12.11"
894893
lodash "^4.17.19"

0 commit comments

Comments
 (0)