Skip to content

Commit c9b6ffc

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

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
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {},
6565
"devDependencies": {
66-
"@babel/core": "7.15.4",
66+
"@babel/core": "7.15.5",
6767
"@babel/preset-env": "7.15.4",
6868
"@babel/register": "7.15.3",
6969
"@combinatorics/factorial": "0.0.2",

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/core@7.15.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/core@7.15.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"
@@ -463,6 +463,11 @@
463463
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
464464
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
465465

466+
"@babel/parser@^7.15.5":
467+
version "7.15.5"
468+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
469+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
470+
466471
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
467472
version "7.14.5"
468473
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)