Skip to content

Commit b78400a

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency @babel/core to v7.15.5
1 parent 40ebaa0 commit b78400a

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@angular/platform-server": "12.2.3",
8383
"@angular/router": "12.2.3",
8484
"@angular/service-worker": "12.2.3",
85-
"@babel/core": "7.15.4",
85+
"@babel/core": "7.15.5",
8686
"@babel/generator": "7.15.4",
8787
"@babel/helper-annotate-as-pure": "7.15.4",
8888
"@babel/plugin-proposal-async-generator-functions": "7.15.4",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@angular-devkit/architect": "0.0.0",
1111
"@angular-devkit/build-webpack": "0.0.0",
1212
"@angular-devkit/core": "0.0.0",
13-
"@babel/core": "7.15.4",
13+
"@babel/core": "7.15.5",
1414
"@babel/generator": "7.15.4",
1515
"@babel/helper-annotate-as-pure": "7.15.4",
1616
"@babel/plugin-proposal-async-generator-functions": "7.15.4",

yarn.lock

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

255-
"@babel/[email protected].4":
256-
version "7.15.4"
257-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.4.tgz#a70d06c58ae1fce39c23f8efd79f9d5eb8b2f397"
258-
integrity sha512-Lkcv9I4a8bgUI8LJOLM6IKv6hnz1KOju6KM1lceqVMKlKKqNRopYd2Pc9MgIurqvMJ6BooemrnJz8jlIiQIpsA==
255+
"@babel/[email protected].5":
256+
version "7.15.5"
257+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
258+
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
259259
dependencies:
260260
"@babel/code-frame" "^7.14.5"
261261
"@babel/generator" "^7.15.4"
262262
"@babel/helper-compilation-targets" "^7.15.4"
263263
"@babel/helper-module-transforms" "^7.15.4"
264264
"@babel/helpers" "^7.15.4"
265-
"@babel/parser" "^7.15.4"
265+
"@babel/parser" "^7.15.5"
266266
"@babel/template" "^7.15.4"
267267
"@babel/traverse" "^7.15.4"
268268
"@babel/types" "^7.15.4"
@@ -696,6 +696,11 @@
696696
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
697697
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
698698

699+
"@babel/parser@^7.15.5":
700+
version "7.15.5"
701+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
702+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
703+
699704
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
700705
version "7.15.4"
701706
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)