Skip to content

Commit e34f209

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/core to v7.15.5
1 parent 9b538f6 commit e34f209

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vuex-module-decorators": "1.0.1"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.15.4",
38+
"@babel/core": "7.15.5",
3939
"@babel/runtime-corejs3": "7.15.4",
4040
"@nuxt/types": "2.15.8",
4141
"@nuxt/typescript-build": "2.1.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
2222
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
2323

24-
"@babel/[email protected].4":
25-
version "7.15.4"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.4.tgz#a70d06c58ae1fce39c23f8efd79f9d5eb8b2f397"
27-
integrity sha512-Lkcv9I4a8bgUI8LJOLM6IKv6hnz1KOju6KM1lceqVMKlKKqNRopYd2Pc9MgIurqvMJ6BooemrnJz8jlIiQIpsA==
24+
"@babel/[email protected].5":
25+
version "7.15.5"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
27+
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
2828
dependencies:
2929
"@babel/code-frame" "^7.14.5"
3030
"@babel/generator" "^7.15.4"
3131
"@babel/helper-compilation-targets" "^7.15.4"
3232
"@babel/helper-module-transforms" "^7.15.4"
3333
"@babel/helpers" "^7.15.4"
34-
"@babel/parser" "^7.15.4"
34+
"@babel/parser" "^7.15.5"
3535
"@babel/template" "^7.15.4"
3636
"@babel/traverse" "^7.15.4"
3737
"@babel/types" "^7.15.4"
@@ -408,6 +408,11 @@
408408
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
409409
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
410410

411+
"@babel/parser@^7.15.5":
412+
version "7.15.5"
413+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
414+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
415+
411416
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
412417
version "7.14.5"
413418
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"

0 commit comments

Comments
 (0)