Skip to content

Commit 216ad9e

Browse files
chore(deps-dev): bump @babel/core from 7.13.16 to 7.14.0 (#146)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.0/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e91b78 commit 216ad9e

File tree

1 file changed

+48
-43
lines changed

1 file changed

+48
-43
lines changed

yarn.lock

Lines changed: 48 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
2323

2424
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
25-
version "7.13.16"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
27-
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
25+
version "7.14.0"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88"
27+
integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==
2828
dependencies:
2929
"@babel/code-frame" "^7.12.13"
30-
"@babel/generator" "^7.13.16"
30+
"@babel/generator" "^7.14.0"
3131
"@babel/helper-compilation-targets" "^7.13.16"
32-
"@babel/helper-module-transforms" "^7.13.14"
33-
"@babel/helpers" "^7.13.16"
34-
"@babel/parser" "^7.13.16"
32+
"@babel/helper-module-transforms" "^7.14.0"
33+
"@babel/helpers" "^7.14.0"
34+
"@babel/parser" "^7.14.0"
3535
"@babel/template" "^7.12.13"
36-
"@babel/traverse" "^7.13.15"
37-
"@babel/types" "^7.13.16"
36+
"@babel/traverse" "^7.14.0"
37+
"@babel/types" "^7.14.0"
3838
convert-source-map "^1.7.0"
3939
debug "^4.1.0"
4040
gensync "^1.0.0-beta.2"
@@ -51,12 +51,12 @@
5151
eslint-visitor-keys "^1.3.0"
5252
semver "^6.3.0"
5353

54-
"@babel/generator@^7.13.16":
55-
version "7.13.16"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
57-
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
54+
"@babel/generator@^7.14.0":
55+
version "7.14.0"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be"
57+
integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg==
5858
dependencies:
59-
"@babel/types" "^7.13.16"
59+
"@babel/types" "^7.14.0"
6060
jsesc "^2.5.1"
6161
source-map "^0.5.0"
6262

@@ -177,19 +177,19 @@
177177
dependencies:
178178
"@babel/types" "^7.13.12"
179179

180-
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.14":
181-
version "7.13.14"
182-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
183-
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
180+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0":
181+
version "7.14.0"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad"
183+
integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==
184184
dependencies:
185185
"@babel/helper-module-imports" "^7.13.12"
186186
"@babel/helper-replace-supers" "^7.13.12"
187187
"@babel/helper-simple-access" "^7.13.12"
188188
"@babel/helper-split-export-declaration" "^7.12.13"
189-
"@babel/helper-validator-identifier" "^7.12.11"
189+
"@babel/helper-validator-identifier" "^7.14.0"
190190
"@babel/template" "^7.12.13"
191-
"@babel/traverse" "^7.13.13"
192-
"@babel/types" "^7.13.14"
191+
"@babel/traverse" "^7.14.0"
192+
"@babel/types" "^7.14.0"
193193

194194
"@babel/helper-optimise-call-expression@^7.12.13":
195195
version "7.12.13"
@@ -275,6 +275,11 @@
275275
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
276276
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
277277

278+
"@babel/helper-validator-identifier@^7.14.0":
279+
version "7.14.0"
280+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
281+
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
282+
278283
"@babel/helper-validator-option@^7.12.17":
279284
version "7.12.17"
280285
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -290,14 +295,14 @@
290295
"@babel/traverse" "^7.13.0"
291296
"@babel/types" "^7.13.0"
292297

293-
"@babel/helpers@^7.13.16":
294-
version "7.13.17"
295-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.17.tgz#b497c7a00e9719d5b613b8982bda6ed3ee94caf6"
296-
integrity sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==
298+
"@babel/helpers@^7.14.0":
299+
version "7.14.0"
300+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
301+
integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
297302
dependencies:
298303
"@babel/template" "^7.12.13"
299-
"@babel/traverse" "^7.13.17"
300-
"@babel/types" "^7.13.17"
304+
"@babel/traverse" "^7.14.0"
305+
"@babel/types" "^7.14.0"
301306

302307
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
303308
version "7.12.13"
@@ -308,10 +313,10 @@
308313
chalk "^2.0.0"
309314
js-tokens "^4.0.0"
310315

311-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
312-
version "7.13.16"
313-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
314-
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
316+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0":
317+
version "7.14.0"
318+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380"
319+
integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q==
315320

316321
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
317322
version "7.13.12"
@@ -962,26 +967,26 @@
962967
"@babel/parser" "^7.12.13"
963968
"@babel/types" "^7.12.13"
964969

965-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17":
966-
version "7.13.17"
967-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
968-
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
970+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0":
971+
version "7.14.0"
972+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
973+
integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==
969974
dependencies:
970975
"@babel/code-frame" "^7.12.13"
971-
"@babel/generator" "^7.13.16"
976+
"@babel/generator" "^7.14.0"
972977
"@babel/helper-function-name" "^7.12.13"
973978
"@babel/helper-split-export-declaration" "^7.12.13"
974-
"@babel/parser" "^7.13.16"
975-
"@babel/types" "^7.13.17"
979+
"@babel/parser" "^7.14.0"
980+
"@babel/types" "^7.14.0"
976981
debug "^4.1.0"
977982
globals "^11.1.0"
978983

979-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@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", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
980-
version "7.13.17"
981-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
982-
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==
984+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
985+
version "7.14.0"
986+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802"
987+
integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg==
983988
dependencies:
984-
"@babel/helper-validator-identifier" "^7.12.11"
989+
"@babel/helper-validator-identifier" "^7.14.0"
985990
to-fast-properties "^2.0.0"
986991

987992
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)