Skip to content

Commit 97fde91

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/core to v7.13.16
1 parent 4538474 commit 97fde91

File tree

1 file changed

+94
-25
lines changed

1 file changed

+94
-25
lines changed

yarn.lock

Lines changed: 94 additions & 25 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.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
2222
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
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.15"
2626
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
2727
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
@@ -42,12 +42,33 @@
4242
semver "^6.3.0"
4343
source-map "^0.5.0"
4444

45-
"@babel/generator@^7.13.9":
46-
version "7.13.9"
47-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
48-
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
45+
"@babel/core@^7.11.6":
46+
version "7.13.16"
47+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
48+
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
4949
dependencies:
50-
"@babel/types" "^7.13.0"
50+
"@babel/code-frame" "^7.12.13"
51+
"@babel/generator" "^7.13.16"
52+
"@babel/helper-compilation-targets" "^7.13.16"
53+
"@babel/helper-module-transforms" "^7.13.14"
54+
"@babel/helpers" "^7.13.16"
55+
"@babel/parser" "^7.13.16"
56+
"@babel/template" "^7.12.13"
57+
"@babel/traverse" "^7.13.15"
58+
"@babel/types" "^7.13.16"
59+
convert-source-map "^1.7.0"
60+
debug "^4.1.0"
61+
gensync "^1.0.0-beta.2"
62+
json5 "^2.1.2"
63+
semver "^6.3.0"
64+
source-map "^0.5.0"
65+
66+
"@babel/generator@^7.13.16", "@babel/generator@^7.13.9":
67+
version "7.13.16"
68+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
69+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
70+
dependencies:
71+
"@babel/types" "^7.13.16"
5172
jsesc "^2.5.1"
5273
source-map "^0.5.0"
5374

@@ -66,7 +87,7 @@
6687
"@babel/helper-explode-assignable-expression" "^7.12.13"
6788
"@babel/types" "^7.12.13"
6889

69-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.8":
90+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8":
7091
version "7.13.13"
7192
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
7293
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
@@ -76,6 +97,16 @@
7697
browserslist "^4.14.5"
7798
semver "^6.3.0"
7899

100+
"@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.16":
101+
version "7.13.16"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
103+
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
104+
dependencies:
105+
"@babel/compat-data" "^7.13.15"
106+
"@babel/helper-validator-option" "^7.12.17"
107+
browserslist "^4.14.5"
108+
semver "^6.3.0"
109+
79110
"@babel/helper-create-class-features-plugin@^7.13.0":
80111
version "7.13.11"
81112
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
@@ -240,14 +271,14 @@
240271
"@babel/traverse" "^7.13.0"
241272
"@babel/types" "^7.13.0"
242273

243-
"@babel/helpers@^7.13.10":
244-
version "7.13.10"
245-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
246-
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
274+
"@babel/helpers@^7.13.10", "@babel/helpers@^7.13.16":
275+
version "7.13.17"
276+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.17.tgz#b497c7a00e9719d5b613b8982bda6ed3ee94caf6"
277+
integrity sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==
247278
dependencies:
248279
"@babel/template" "^7.12.13"
249-
"@babel/traverse" "^7.13.0"
250-
"@babel/types" "^7.13.0"
280+
"@babel/traverse" "^7.13.17"
281+
"@babel/types" "^7.13.17"
251282

252283
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
253284
version "7.13.10"
@@ -258,11 +289,16 @@
258289
chalk "^2.0.0"
259290
js-tokens "^4.0.0"
260291

261-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.15":
292+
"@babel/parser@^7.1.0":
262293
version "7.13.15"
263294
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
264295
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
265296

297+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.15", "@babel/parser@^7.13.16":
298+
version "7.13.16"
299+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
300+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
301+
266302
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
267303
version "7.13.12"
268304
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -881,7 +917,7 @@
881917
"@babel/parser" "^7.12.13"
882918
"@babel/types" "^7.12.13"
883919

884-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
920+
"@babel/traverse@^7.1.0":
885921
version "7.13.15"
886922
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
887923
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
@@ -895,7 +931,21 @@
895931
debug "^4.1.0"
896932
globals "^11.1.0"
897933

898-
"@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.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
934+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17":
935+
version "7.13.17"
936+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
937+
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
938+
dependencies:
939+
"@babel/code-frame" "^7.12.13"
940+
"@babel/generator" "^7.13.16"
941+
"@babel/helper-function-name" "^7.12.13"
942+
"@babel/helper-split-export-declaration" "^7.12.13"
943+
"@babel/parser" "^7.13.16"
944+
"@babel/types" "^7.13.17"
945+
debug "^4.1.0"
946+
globals "^11.1.0"
947+
948+
"@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":
899949
version "7.13.14"
900950
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
901951
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
@@ -904,6 +954,14 @@
904954
lodash "^4.17.19"
905955
to-fast-properties "^2.0.0"
906956

957+
"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.13.16", "@babel/types@^7.13.17":
958+
version "7.13.17"
959+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
960+
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==
961+
dependencies:
962+
"@babel/helper-validator-identifier" "^7.12.11"
963+
to-fast-properties "^2.0.0"
964+
907965
"@bcoe/v8-coverage@^0.2.3":
908966
version "0.2.3"
909967
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2235,7 +2293,18 @@ browser-process-hrtime@^1.0.0:
22352293
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
22362294
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
22372295

2238-
browserslist@^4.14.5, browserslist@^4.16.3:
2296+
browserslist@^4.14.5:
2297+
version "4.16.5"
2298+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.5.tgz#952825440bca8913c62d0021334cbe928ef062ae"
2299+
integrity sha512-C2HAjrM1AI/djrpAUU/tr4pml1DqLIzJKSLDBXBrNErl9ZCCTXdhwxdJjYc16953+mBWf7Lw+uUJgpgb8cN71A==
2300+
dependencies:
2301+
caniuse-lite "^1.0.30001214"
2302+
colorette "^1.2.2"
2303+
electron-to-chromium "^1.3.719"
2304+
escalade "^3.1.1"
2305+
node-releases "^1.1.71"
2306+
2307+
browserslist@^4.16.3:
22392308
version "4.16.4"
22402309
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.4.tgz#7ebf913487f40caf4637b892b268069951c35d58"
22412310
integrity sha512-d7rCxYV8I9kj41RH8UKYnvDYCRENUlHRgyXy/Rhr/1BaeLGfiCptEdFE8MIrvGfWbBFNjVYx76SQWvNX1j+/cQ==
@@ -2328,10 +2397,10 @@ camelcase@^6.0.0:
23282397
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
23292398
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
23302399

2331-
caniuse-lite@^1.0.30001208:
2332-
version "1.0.30001211"
2333-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001211.tgz#be40d528bb10272eba0037a88adc40054810f8e2"
2334-
integrity sha512-v3GXWKofIkN3PkSidLI5d1oqeKNsam9nQkqieoMhP87nxOY0RPDC8X2+jcv8pjV4dRozPLSoMqNii9sDViOlIg==
2400+
caniuse-lite@^1.0.30001208, caniuse-lite@^1.0.30001214:
2401+
version "1.0.30001214"
2402+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz#70f153c78223515c6d37a9fde6cd69250da9d872"
2403+
integrity sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg==
23352404

23362405
capture-exit@^2.0.0:
23372406
version "2.0.0"
@@ -3063,10 +3132,10 @@ ee-first@1.1.1:
30633132
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
30643133
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
30653134

3066-
electron-to-chromium@^1.3.712:
3067-
version "1.3.717"
3068-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.717.tgz#78d4c857070755fb58ab64bcc173db1d51cbc25f"
3069-
integrity sha512-OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ==
3135+
electron-to-chromium@^1.3.712, electron-to-chromium@^1.3.719:
3136+
version "1.3.720"
3137+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.720.tgz#f5d66df8754d993006b7b2ded15ff7738c58bd94"
3138+
integrity sha512-B6zLTxxaOFP4WZm6DrvgRk8kLFYWNhQ5TrHMC0l5WtkMXhU5UbnvWoTfeEwqOruUSlNMhVLfYak7REX6oC5Yfw==
30703139

30713140
emittery@^0.7.1:
30723141
version "0.7.2"

0 commit comments

Comments
 (0)