Skip to content

Commit 7093195

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.16.5
1 parent c5f6d2b commit 7093195

File tree

2 files changed

+88
-7
lines changed

2 files changed

+88
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"vuex-module-decorators": "1.2.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "7.16.0",
40-
"@babel/runtime-corejs3": "7.16.3",
39+
"@babel/core": "7.16.5",
40+
"@babel/runtime-corejs3": "7.16.5",
4141
"@nuxt/types": "2.15.8",
4242
"@nuxt/typescript-build": "2.1.0",
4343
"@nuxtjs/axios": "5.13.6",

yarn.lock

Lines changed: 86 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,28 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
2222
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
2323

24-
"@babel/[email protected]", "@babel/core@>=7.9.0", "@babel/core@^7.12.16", "@babel/core@^7.14.0":
24+
25+
version "7.16.5"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c"
27+
integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==
28+
dependencies:
29+
"@babel/code-frame" "^7.16.0"
30+
"@babel/generator" "^7.16.5"
31+
"@babel/helper-compilation-targets" "^7.16.3"
32+
"@babel/helper-module-transforms" "^7.16.5"
33+
"@babel/helpers" "^7.16.5"
34+
"@babel/parser" "^7.16.5"
35+
"@babel/template" "^7.16.0"
36+
"@babel/traverse" "^7.16.5"
37+
"@babel/types" "^7.16.0"
38+
convert-source-map "^1.7.0"
39+
debug "^4.1.0"
40+
gensync "^1.0.0-beta.2"
41+
json5 "^2.1.2"
42+
semver "^6.3.0"
43+
source-map "^0.5.0"
44+
45+
"@babel/core@>=7.9.0", "@babel/core@^7.12.16", "@babel/core@^7.14.0":
2546
version "7.16.0"
2647
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
2748
integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
@@ -60,6 +81,15 @@
6081
jsesc "^2.5.1"
6182
source-map "^0.5.0"
6283

84+
"@babel/generator@^7.16.5":
85+
version "7.16.5"
86+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.5.tgz#26e1192eb8f78e0a3acaf3eede3c6fc96d22bedf"
87+
integrity sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==
88+
dependencies:
89+
"@babel/types" "^7.16.0"
90+
jsesc "^2.5.1"
91+
source-map "^0.5.0"
92+
6393
"@babel/helper-annotate-as-pure@^7.16.0":
6494
version "7.16.0"
6595
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -119,6 +149,13 @@
119149
resolve "^1.14.2"
120150
semver "^6.1.2"
121151

152+
"@babel/helper-environment-visitor@^7.16.5":
153+
version "7.16.5"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz#f6a7f38b3c6d8b07c88faea083c46c09ef5451b8"
155+
integrity sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==
156+
dependencies:
157+
"@babel/types" "^7.16.0"
158+
122159
"@babel/helper-explode-assignable-expression@^7.16.0":
123160
version "7.16.0"
124161
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz#753017337a15f46f9c09f674cff10cee9b9d7778"
@@ -177,6 +214,20 @@
177214
"@babel/traverse" "^7.16.0"
178215
"@babel/types" "^7.16.0"
179216

217+
"@babel/helper-module-transforms@^7.16.5":
218+
version "7.16.5"
219+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz#530ebf6ea87b500f60840578515adda2af470a29"
220+
integrity sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==
221+
dependencies:
222+
"@babel/helper-environment-visitor" "^7.16.5"
223+
"@babel/helper-module-imports" "^7.16.0"
224+
"@babel/helper-simple-access" "^7.16.0"
225+
"@babel/helper-split-export-declaration" "^7.16.0"
226+
"@babel/helper-validator-identifier" "^7.15.7"
227+
"@babel/template" "^7.16.0"
228+
"@babel/traverse" "^7.16.5"
229+
"@babel/types" "^7.16.0"
230+
180231
"@babel/helper-optimise-call-expression@^7.16.0":
181232
version "7.16.0"
182233
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -258,6 +309,15 @@
258309
"@babel/traverse" "^7.16.3"
259310
"@babel/types" "^7.16.0"
260311

312+
"@babel/helpers@^7.16.5":
313+
version "7.16.5"
314+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd"
315+
integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==
316+
dependencies:
317+
"@babel/template" "^7.16.0"
318+
"@babel/traverse" "^7.16.5"
319+
"@babel/types" "^7.16.0"
320+
261321
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0":
262322
version "7.16.0"
263323
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
@@ -272,6 +332,11 @@
272332
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
273333
integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
274334

335+
"@babel/parser@^7.16.5":
336+
version "7.16.5"
337+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.5.tgz#beb3af702e54d24796341ab9420fb329131ad658"
338+
integrity sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw==
339+
275340
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
276341
version "7.16.2"
277342
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
@@ -888,10 +953,10 @@
888953
"@babel/types" "^7.4.4"
889954
esutils "^2.0.2"
890955

891-
"@babel/[email protected].3":
892-
version "7.16.3"
893-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.3.tgz#1e25de4fa994c57c18e5fdda6cc810dac70f5590"
894-
integrity sha512-IAdDC7T0+wEB4y2gbIL0uOXEYpiZEeuFUTVbdGq+UwCcF35T/tS8KrmMomEwEc5wBbyfH3PJVpTSUqrhPDXFcQ==
956+
"@babel/[email protected].5":
957+
version "7.16.5"
958+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.5.tgz#9057d879720c136193f0440bc400088212a74894"
959+
integrity sha512-F1pMwvTiUNSAM8mc45kccMQxj31x3y3P+tA/X8hKNWp3/hUsxdGxZ3D3H8JIkxtfA8qGkaBTKvcmvStaYseAFw==
895960
dependencies:
896961
core-js-pure "^3.19.0"
897962
regenerator-runtime "^0.13.4"
@@ -927,6 +992,22 @@
927992
debug "^4.1.0"
928993
globals "^11.1.0"
929994

995+
"@babel/traverse@^7.16.5":
996+
version "7.16.5"
997+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
998+
integrity sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==
999+
dependencies:
1000+
"@babel/code-frame" "^7.16.0"
1001+
"@babel/generator" "^7.16.5"
1002+
"@babel/helper-environment-visitor" "^7.16.5"
1003+
"@babel/helper-function-name" "^7.16.0"
1004+
"@babel/helper-hoist-variables" "^7.16.0"
1005+
"@babel/helper-split-export-declaration" "^7.16.0"
1006+
"@babel/parser" "^7.16.5"
1007+
"@babel/types" "^7.16.0"
1008+
debug "^4.1.0"
1009+
globals "^11.1.0"
1010+
9301011
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
9311012
version "7.16.0"
9321013
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"

0 commit comments

Comments
 (0)