File tree 6 files changed +84
-72
lines changed
6 files changed +84
-72
lines changed Original file line number Diff line number Diff line change 47
47
# identity federation. This allows us to request short lived credentials on demand, rather than storing
48
48
# credentials in secrets long term. More information can be found at:
49
49
# 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
51
51
with :
52
52
project_id : ' internal-200822'
53
53
workload_identity_provider : ' projects/823469418460/locations/global/workloadIdentityPools/measurables-tracking/providers/angular'
Original file line number Diff line number Diff line change 112
112
"http-proxy" : " ^1.18.1" ,
113
113
"http-proxy-middleware" : " 3.0.5" ,
114
114
"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" ,
117
117
"jasmine-reporters" : " ^2.5.2" ,
118
118
"jasmine-spec-reporter" : " ~7.0.0" ,
119
119
"karma" : " ~6.4.0" ,
Original file line number Diff line number Diff line change 56
56
"terser" : " 5.39.0" ,
57
57
"tree-kill" : " 1.2.2" ,
58
58
"tslib" : " 2.8.1" ,
59
- "webpack" : " 5.99.6 " ,
59
+ "webpack" : " 5.99.7 " ,
60
60
"webpack-dev-middleware" : " 7.4.2" ,
61
61
"webpack-dev-server" : " 5.2.1" ,
62
62
"webpack-merge" : " 6.0.1" ,
Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
24
24
"@ngtools/webpack" : " workspace:0.0.0-PLACEHOLDER" ,
25
- "webpack" : " 5.99.6 " ,
25
+ "webpack" : " 5.99.7 " ,
26
26
"webpack-dev-server" : " 5.2.1"
27
27
},
28
28
"peerDependencies" : {
Original file line number Diff line number Diff line change 30
30
"@angular/compiler" : " 20.0.0-next.8" ,
31
31
"@angular/compiler-cli" : " 20.0.0-next.8" ,
32
32
"typescript" : " 5.8.3" ,
33
- "webpack" : " 5.99.6 "
33
+ "webpack" : " 5.99.7 "
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments