Skip to content

Commit 2a1107d

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent 9846fba commit 2a1107d

File tree

5 files changed

+59
-13
lines changed

5 files changed

+59
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
./scripts/saucelabs/wait-for-tunnel.sh
171171
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
172172
./scripts/saucelabs/stop-tunnel.sh
173-
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
173+
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
174174
if: ${{ failure() }}
175175
with:
176176
name: sauce-connect-log

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Initialize environment
3737
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46771fcd70e08e7ba3c30f4ee9ebf9971b7fdb5c
3838
- name: Setup ESLint Caching
39-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
39+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
4040
with:
4141
path: .eslintcache
4242
key: ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build release targets
8181
run: yarn ng-dev release build
8282
- name: Store PR release packages
83-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
83+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
8484
with:
8585
name: packages
8686
path: dist/releases/*.tgz

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"eslint-config-prettier": "9.1.0",
139139
"eslint-plugin-header": "3.1.1",
140140
"eslint-plugin-import": "2.31.0",
141-
"express": "4.21.0",
141+
"express": "4.21.1",
142142
"fast-glob": "3.3.2",
143143
"http-proxy": "^1.18.1",
144144
"http-proxy-middleware": "3.0.3",
@@ -200,7 +200,7 @@
200200
"ts-node": "^10.9.1",
201201
"tslib": "2.7.0",
202202
"typescript": "5.6.2",
203-
"undici": "6.19.8",
203+
"undici": "6.20.0",
204204
"unenv": "^1.10.0",
205205
"verdaccio": "6.0.0",
206206
"verdaccio-auth-memory": "^10.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"esbuild": "0.24.0"
7474
},
7575
"devDependencies": {
76-
"undici": "6.19.8"
76+
"undici": "6.20.0"
7777
},
7878
"peerDependencies": {
7979
"@angular/compiler-cli": "^19.0.0-next.0",

yarn.lock

Lines changed: 53 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ __metadata:
115115
terser: "npm:5.34.1"
116116
tree-kill: "npm:1.2.2"
117117
tslib: "npm:2.7.0"
118-
undici: "npm:6.19.8"
118+
undici: "npm:6.20.0"
119119
vite: "npm:5.4.8"
120120
watchpack: "npm:2.4.2"
121121
webpack: "npm:5.95.0"
@@ -718,7 +718,7 @@ __metadata:
718718
eslint-config-prettier: "npm:9.1.0"
719719
eslint-plugin-header: "npm:3.1.1"
720720
eslint-plugin-import: "npm:2.31.0"
721-
express: "npm:4.21.0"
721+
express: "npm:4.21.1"
722722
fast-glob: "npm:3.3.2"
723723
http-proxy: "npm:^1.18.1"
724724
http-proxy-middleware: "npm:3.0.3"
@@ -780,7 +780,7 @@ __metadata:
780780
ts-node: "npm:^10.9.1"
781781
tslib: "npm:2.7.0"
782782
typescript: "npm:5.6.2"
783-
undici: "npm:6.19.8"
783+
undici: "npm:6.20.0"
784784
unenv: "npm:^1.10.0"
785785
verdaccio: "npm:6.0.0"
786786
verdaccio-auth-memory: "npm:^10.0.0"
@@ -8217,6 +8217,13 @@ __metadata:
82178217
languageName: node
82188218
linkType: hard
82198219

8220+
"cookie@npm:0.7.1":
8221+
version: 0.7.1
8222+
resolution: "cookie@npm:0.7.1"
8223+
checksum: 10c0/5de60c67a410e7c8dc8a46a4b72eb0fe925871d057c9a5d2c0e8145c4270a4f81076de83410c4d397179744b478e33cd80ccbcc457abf40a9409ad27dcd21dde
8224+
languageName: node
8225+
linkType: hard
8226+
82208227
"cookie@npm:~0.4.1":
82218228
version: 0.4.2
82228229
resolution: "cookie@npm:0.4.2"
@@ -9914,6 +9921,45 @@ __metadata:
99149921
languageName: node
99159922
linkType: hard
99169923

9924+
"express@npm:4.21.1":
9925+
version: 4.21.1
9926+
resolution: "express@npm:4.21.1"
9927+
dependencies:
9928+
accepts: "npm:~1.3.8"
9929+
array-flatten: "npm:1.1.1"
9930+
body-parser: "npm:1.20.3"
9931+
content-disposition: "npm:0.5.4"
9932+
content-type: "npm:~1.0.4"
9933+
cookie: "npm:0.7.1"
9934+
cookie-signature: "npm:1.0.6"
9935+
debug: "npm:2.6.9"
9936+
depd: "npm:2.0.0"
9937+
encodeurl: "npm:~2.0.0"
9938+
escape-html: "npm:~1.0.3"
9939+
etag: "npm:~1.8.1"
9940+
finalhandler: "npm:1.3.1"
9941+
fresh: "npm:0.5.2"
9942+
http-errors: "npm:2.0.0"
9943+
merge-descriptors: "npm:1.0.3"
9944+
methods: "npm:~1.1.2"
9945+
on-finished: "npm:2.4.1"
9946+
parseurl: "npm:~1.3.3"
9947+
path-to-regexp: "npm:0.1.10"
9948+
proxy-addr: "npm:~2.0.7"
9949+
qs: "npm:6.13.0"
9950+
range-parser: "npm:~1.2.1"
9951+
safe-buffer: "npm:5.2.1"
9952+
send: "npm:0.19.0"
9953+
serve-static: "npm:1.16.2"
9954+
setprototypeof: "npm:1.2.0"
9955+
statuses: "npm:2.0.1"
9956+
type-is: "npm:~1.6.18"
9957+
utils-merge: "npm:1.0.1"
9958+
vary: "npm:~1.1.2"
9959+
checksum: 10c0/0c287867e5f6129d3def1edd9b63103a53c40d4dc8628839d4b6827e35eb8f0de5a4656f9d85f4457eba584f9871ebb2ad26c750b36bd75d9bbb8bcebdc4892c
9960+
languageName: node
9961+
linkType: hard
9962+
99179963
"extend@npm:^3.0.0, extend@npm:~3.0.2":
99189964
version: 3.0.2
99199965
resolution: "extend@npm:3.0.2"
@@ -17624,10 +17670,10 @@ __metadata:
1762417670
languageName: node
1762517671
linkType: hard
1762617672

17627-
"undici@npm:6.19.8":
17628-
version: 6.19.8
17629-
resolution: "undici@npm:6.19.8"
17630-
checksum: 10c0/07fd8520bce7e34ea29c07ef0de27b734183042cdb4e2f1262cd1fb9b755a6b04ff2471040395dfb1770fb7786069a97c5178bcf706b80a34075994f46feb37c
17673+
"undici@npm:6.20.0":
17674+
version: 6.20.0
17675+
resolution: "undici@npm:6.20.0"
17676+
checksum: 10c0/b74a6e4dcdfc3a6e7f5eab77c24f598c5a8664091797dc4940f86e1ed27e5dc9bef390aa1ecf53f20c7ec0e8809bc3d1518a8c3c560fa5972a6a325d628765be
1763117677
languageName: node
1763217678
linkType: hard
1763317679

0 commit comments

Comments
 (0)