Skip to content

Commit 5edf557

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/core to v7.15.5
1 parent 2541da6 commit 5edf557

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"babel-core": "7.0.0-bridge.0"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "7.15.4",
75+
"@babel/core": "7.15.5",
7676
"@babel/plugin-proposal-class-properties": "7.14.5",
7777
"@babel/plugin-proposal-decorators": "7.15.4",
7878
"@babel/plugin-proposal-export-namespace-from": "7.14.5",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
4444
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
4545

46-
"@babel/[email protected].4":
47-
version "7.15.4"
48-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.4.tgz#a70d06c58ae1fce39c23f8efd79f9d5eb8b2f397"
49-
integrity sha512-Lkcv9I4a8bgUI8LJOLM6IKv6hnz1KOju6KM1lceqVMKlKKqNRopYd2Pc9MgIurqvMJ6BooemrnJz8jlIiQIpsA==
46+
"@babel/[email protected].5":
47+
version "7.15.5"
48+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
49+
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
5050
dependencies:
5151
"@babel/code-frame" "^7.14.5"
5252
"@babel/generator" "^7.15.4"
5353
"@babel/helper-compilation-targets" "^7.15.4"
5454
"@babel/helper-module-transforms" "^7.15.4"
5555
"@babel/helpers" "^7.15.4"
56-
"@babel/parser" "^7.15.4"
56+
"@babel/parser" "^7.15.5"
5757
"@babel/template" "^7.15.4"
5858
"@babel/traverse" "^7.15.4"
5959
"@babel/types" "^7.15.4"
@@ -617,6 +617,11 @@
617617
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
618618
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
619619

620+
"@babel/parser@^7.15.5":
621+
version "7.15.5"
622+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
623+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
624+
620625
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
621626
version "7.15.4"
622627
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"

0 commit comments

Comments
 (0)