Skip to content

Commit 7af483e

Browse files
angular-robotAndrewKushnir
authored andcommitted
build: update dependency @babel/core to v7.25.2 (angular#57191)
See associated pull request for more information. PR Close angular#57191
1 parent d608b85 commit 7af483e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@angular/cli": "18.1.0-next.1",
5757
"@angular/material": "18.1.0",
5858
"@babel/cli": "7.24.8",
59-
"@babel/core": "7.24.9",
59+
"@babel/core": "7.25.2",
6060
"@babel/generator": "7.25.0",
6161
"@bazel/concatjs": "5.8.1",
6262
"@bazel/esbuild": "5.8.1",

packages/compiler-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"dependencies": {
46-
"@babel/core": "7.24.9",
46+
"@babel/core": "7.25.2",
4747
"@jridgewell/sourcemap-codec": "^1.4.14",
4848
"reflect-metadata": "^0.2.0",
4949
"chokidar": "^3.0.0",

packages/localize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"./fesm2022/init.mjs"
3535
],
3636
"dependencies": {
37-
"@babel/core": "7.24.9",
37+
"@babel/core": "7.25.2",
3838
"@types/babel__core": "7.20.5",
3939
"fast-glob": "3.3.2",
4040
"yargs": "^17.2.1"

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
json5 "^2.2.3"
652652
semver "^6.3.1"
653653

654-
"@babel/core@^7.12.3", "@babel/core@^7.16.0":
654+
"@babel/core@7.25.2", "@babel/core@^7.12.3", "@babel/core@^7.16.0":
655655
version "7.25.2"
656656
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
657657
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
@@ -15086,6 +15086,7 @@ select-hose@^2.0.0:
1508615086
integrity sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==
1508715087

1508815088
"selenium-webdriver4@npm:selenium-webdriver@4.23.0", selenium-webdriver@^4.18.1:
15089+
name selenium-webdriver4
1508915090
version "4.23.0"
1509015091
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.23.0.tgz#6d9d219a560dffff1fbbc0f2c8a115d81d279a21"
1509115092
integrity sha512-DdvtInpnMt95Td8VApvmAw7oSydBD9twIRXqoMyRoGMvL1dAnMFxdrwnW6L0d/pF/uoNTjbVUarwGZ9wIGNStA==

0 commit comments

Comments
 (0)