Skip to content

Commit 8afaa94

Browse files
committed
build: update all non-major dependencies
1 parent 05485ed commit 8afaa94

File tree

6 files changed

+84
-72
lines changed

6 files changed

+84
-72
lines changed

.github/workflows/perf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# identity federation. This allows us to request short lived credentials on demand, rather than storing
4848
# credentials in secrets long term. More information can be found at:
4949
# https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform
50-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
50+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
5151
with:
5252
project_id: 'internal-200822'
5353
workload_identity_provider: 'projects/823469418460/locations/global/workloadIdentityPools/measurables-tracking/providers/angular'

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"http-proxy": "^1.18.1",
113113
"http-proxy-middleware": "3.0.5",
114114
"husky": "9.1.7",
115-
"jasmine": "~5.6.0",
116-
"jasmine-core": "~5.6.0",
115+
"jasmine": "~5.7.0",
116+
"jasmine-core": "~5.7.0",
117117
"jasmine-reporters": "^2.5.2",
118118
"jasmine-spec-reporter": "~7.0.0",
119119
"karma": "~6.4.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"terser": "5.39.0",
5757
"tree-kill": "1.2.2",
5858
"tslib": "2.8.1",
59-
"webpack": "5.99.6",
59+
"webpack": "5.99.7",
6060
"webpack-dev-middleware": "7.4.2",
6161
"webpack-dev-server": "5.2.1",
6262
"webpack-merge": "6.0.1",

packages/angular_devkit/build_webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
25-
"webpack": "5.99.6",
25+
"webpack": "5.99.7",
2626
"webpack-dev-server": "5.2.1"
2727
},
2828
"peerDependencies": {

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@angular/compiler": "20.0.0-next.8",
3131
"@angular/compiler-cli": "20.0.0-next.8",
3232
"typescript": "5.8.3",
33-
"webpack": "5.99.6"
33+
"webpack": "5.99.7"
3434
}
3535
}

0 commit comments

Comments
 (0)