Skip to content

Commit

Permalink
build: update babel dependencies to v7.24.5
Browse files Browse the repository at this point in the history
See associated pull request for more information.
  • Loading branch information
angular-robot committed May 3, 2024
1 parent b80b462 commit 48cbcae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@angular/cdk": "18.0.0-rc.0",
"@angular/cli": "18.0.0-rc.1",
"@angular/material": "18.0.0-rc.0",
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/generator": "7.24.4",
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/generator": "7.24.5",
"@bazel/concatjs": "5.8.1",
"@bazel/esbuild": "5.8.1",
"@bazel/jasmine": "5.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@jridgewell/sourcemap-codec": "^1.4.14",
"reflect-metadata": "^0.2.0",
"chokidar": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"./fesm2022/init.mjs"
],
"dependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@types/babel__core": "7.20.5",
"fast-glob": "3.3.2",
"yargs": "^17.2.1"
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,10 @@
call-me-maybe "^1.0.1"
js-yaml "^4.1.0"

"@babel/[email protected].1":
version "7.24.1"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.1.tgz#2e11e071e32fe82850b4fe514f56b9c9e1c44911"
integrity sha512-HbmrtxyFUr34LwAlV9jS+sSIjUp4FpdtIMGwgufY3AsxrIfsh/HxlMTywsONAZsU0RMYbZtbZFpUCrSGs7o0EA==
"@babel/[email protected].5":
version "7.24.5"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.5.tgz#9eba21699f289c32e63a28aedf82f888dc134b30"
integrity sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==
dependencies:
"@jridgewell/trace-mapping" "^0.3.25"
commander "^4.0.1"
Expand Down Expand Up @@ -617,16 +617,6 @@
json5 "^2.2.3"
semver "^6.3.1"

"@babel/[email protected]":
version "7.24.4"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
dependencies:
"@babel/types" "^7.24.0"
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.25"
jsesc "^2.5.1"

"@babel/[email protected]", "@babel/generator@^7.24.4", "@babel/generator@^7.24.5":
version "7.24.5"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
Expand Down Expand Up @@ -4208,6 +4198,7 @@
"@types/node" "*"

"@types/selenium-webdriver4@npm:@types/[email protected]", "@types/selenium-webdriver@^4.1.21":
name "@types/selenium-webdriver4"
version "4.1.22"
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-4.1.22.tgz#344519b90727eb713e1ce6d2e0198eb0b4f8f316"
integrity sha512-MCL4l7q8dwxejr2Q2NXLyNwHWMPdlWE0Kpn6fFwJtvkJF7PTkG5jkvbH/X1IAAQxgt/L1dA8u2GtDeekvSKvOA==
Expand Down

0 comments on commit 48cbcae

Please sign in to comment.