Skip to content

Commit a039954

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/core to v7.13.14
1 parent 0933aad commit a039954

File tree

1 file changed

+53
-9
lines changed

1 file changed

+53
-9
lines changed

yarn.lock

Lines changed: 53 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
2222
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
2323

24-
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.7.5":
24+
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
2525
version "7.13.13"
2626
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
2727
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
@@ -43,6 +43,27 @@
4343
semver "^6.3.0"
4444
source-map "^0.5.0"
4545

46+
"@babel/core@^7.11.6":
47+
version "7.13.14"
48+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
49+
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
50+
dependencies:
51+
"@babel/code-frame" "^7.12.13"
52+
"@babel/generator" "^7.13.9"
53+
"@babel/helper-compilation-targets" "^7.13.13"
54+
"@babel/helper-module-transforms" "^7.13.14"
55+
"@babel/helpers" "^7.13.10"
56+
"@babel/parser" "^7.13.13"
57+
"@babel/template" "^7.12.13"
58+
"@babel/traverse" "^7.13.13"
59+
"@babel/types" "^7.13.14"
60+
convert-source-map "^1.7.0"
61+
debug "^4.1.0"
62+
gensync "^1.0.0-beta.2"
63+
json5 "^2.1.2"
64+
semver "^6.3.0"
65+
source-map "^0.5.0"
66+
4667
"@babel/generator@^7.13.9":
4768
version "7.13.9"
4869
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
@@ -155,7 +176,7 @@
155176
dependencies:
156177
"@babel/types" "^7.13.12"
157178

158-
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.12":
179+
"@babel/helper-module-transforms@^7.13.0":
159180
version "7.13.12"
160181
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
161182
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
@@ -169,6 +190,20 @@
169190
"@babel/traverse" "^7.13.0"
170191
"@babel/types" "^7.13.12"
171192

193+
"@babel/helper-module-transforms@^7.13.12", "@babel/helper-module-transforms@^7.13.14":
194+
version "7.13.14"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
196+
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
197+
dependencies:
198+
"@babel/helper-module-imports" "^7.13.12"
199+
"@babel/helper-replace-supers" "^7.13.12"
200+
"@babel/helper-simple-access" "^7.13.12"
201+
"@babel/helper-split-export-declaration" "^7.12.13"
202+
"@babel/helper-validator-identifier" "^7.12.11"
203+
"@babel/template" "^7.12.13"
204+
"@babel/traverse" "^7.13.13"
205+
"@babel/types" "^7.13.14"
206+
172207
"@babel/helper-optimise-call-expression@^7.12.13":
173208
version "7.12.13"
174209
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -896,7 +931,7 @@
896931
debug "^4.1.0"
897932
globals "^11.1.0"
898933

899-
"@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":
934+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
900935
version "7.13.13"
901936
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
902937
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
@@ -905,6 +940,15 @@
905940
lodash "^4.17.19"
906941
to-fast-properties "^2.0.0"
907942

943+
"@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":
944+
version "7.13.14"
945+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
946+
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
947+
dependencies:
948+
"@babel/helper-validator-identifier" "^7.12.11"
949+
lodash "^4.17.19"
950+
to-fast-properties "^2.0.0"
951+
908952
"@bcoe/v8-coverage@^0.2.3":
909953
version "0.2.3"
910954
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2335,9 +2379,9 @@ camelcase@^6.0.0:
23352379
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
23362380

23372381
caniuse-lite@^1.0.30001181:
2338-
version "1.0.30001205"
2339-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001205.tgz#d79bf6a6fb13196b4bb46e5143a22ca0242e0ef8"
2340-
integrity sha512-TL1GrS5V6LElbitPazidkBMD9sa448bQDDLrumDqaggmKFcuU2JW1wTOHJPukAcOMtEmLcmDJEzfRrf+GjM0Og==
2382+
version "1.0.30001207"
2383+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001207.tgz#364d47d35a3007e528f69adb6fecb07c2bb2cc50"
2384+
integrity sha512-UPQZdmAsyp2qfCTiMU/zqGSWOYaY9F9LL61V8f+8MrubsaDGpaHD9HRV/EWZGULZn0Hxu48SKzI5DgFwTvHuYw==
23412385

23422386
capture-exit@^2.0.0:
23432387
version "2.0.0"
@@ -3072,9 +3116,9 @@ ee-first@1.1.1:
30723116
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
30733117

30743118
electron-to-chromium@^1.3.649:
3075-
version "1.3.705"
3076-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.705.tgz#9729956782ce44cd93bdb4197818cff71f7d5e9d"
3077-
integrity sha512-agtrL5vLSOIK89sE/YSzAgqCw76eZ60gf3J7Tid5RfLbSp5H4nWL28/dIV+H+ZhNNi1JNiaF62jffwYsAyXc0g==
3119+
version "1.3.707"
3120+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.707.tgz#71386d0ceca6727835c33ba31f507f6824d18c35"
3121+
integrity sha512-BqddgxNPrcWnbDdJw7SzXVzPmp+oiyjVrc7tkQVaznPGSS9SKZatw6qxoP857M+HbOyyqJQwYQtsuFIMSTNSZA==
30783122

30793123
emittery@^0.7.1:
30803124
version "0.7.2"

0 commit comments

Comments
 (0)