Skip to content

Commit 6d44ca3

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

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
"@iterable-iterator/slice": "^1.0.1"
6868
},
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
@@ -26,17 +26,17 @@
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
2727
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
2828

29-
"@babel/[email protected].4":
30-
version "7.15.4"
31-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.4.tgz#a70d06c58ae1fce39c23f8efd79f9d5eb8b2f397"
32-
integrity sha512-Lkcv9I4a8bgUI8LJOLM6IKv6hnz1KOju6KM1lceqVMKlKKqNRopYd2Pc9MgIurqvMJ6BooemrnJz8jlIiQIpsA==
29+
"@babel/[email protected].5":
30+
version "7.15.5"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
32+
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
3333
dependencies:
3434
"@babel/code-frame" "^7.14.5"
3535
"@babel/generator" "^7.15.4"
3636
"@babel/helper-compilation-targets" "^7.15.4"
3737
"@babel/helper-module-transforms" "^7.15.4"
3838
"@babel/helpers" "^7.15.4"
39-
"@babel/parser" "^7.15.4"
39+
"@babel/parser" "^7.15.5"
4040
"@babel/template" "^7.15.4"
4141
"@babel/traverse" "^7.15.4"
4242
"@babel/types" "^7.15.4"
@@ -458,6 +458,11 @@
458458
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
459459
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
460460

461+
"@babel/parser@^7.15.5":
462+
version "7.15.5"
463+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
464+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
465+
461466
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
462467
version "7.14.5"
463468
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)