Skip to content

Commit 47f9eb9

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/core to v7.15.5
1 parent fd5b7ff commit 47f9eb9

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
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {},
6969
"devDependencies": {
70-
"@babel/core": "7.15.4",
70+
"@babel/core": "7.15.5",
7171
"@babel/preset-env": "7.15.4",
7272
"@babel/register": "7.15.3",
7373
"@commitlint/cli": "13.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"
@@ -453,6 +453,11 @@
453453
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
454454
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
455455

456+
"@babel/parser@^7.15.5":
457+
version "7.15.5"
458+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
459+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
460+
456461
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
457462
version "7.14.5"
458463
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)