Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=-678390875
pnpm-lock.yaml=1227558702
package.json=-1152125274
pnpm-lock.yaml=1180140498
pnpm-workspace.yaml=1711114604
yarn.lock=-530061578
yarn.lock=-1642396400
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"ts-node": "^10.9.1",
"tslib": "2.8.1",
"typescript": "5.7.3",
"undici": "7.2.0",
"undici": "7.2.1",
"unenv": "^1.10.0",
"verdaccio": "6.0.5",
"verdaccio-auth-memory": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"esbuild": "0.24.2"
},
"devDependencies": {
"undici": "7.2.0"
"undici": "7.2.1"
},
"peerDependencies": {
"@angular/compiler-cli": "^19.0.0 || ^19.1.0-next.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ __metadata:
ts-node: "npm:^10.9.1"
tslib: "npm:2.8.1"
typescript: "npm:5.7.3"
undici: "npm:7.2.0"
undici: "npm:7.2.1"
unenv: "npm:^1.10.0"
verdaccio: "npm:6.0.5"
verdaccio-auth-memory: "npm:^10.0.0"
Expand Down Expand Up @@ -17560,10 +17560,10 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:7.2.0":
version: 7.2.0
resolution: "undici@npm:7.2.0"
checksum: 10c0/97b8452bae99304b697f79e9b8c094a2c28e6b805f720187af3a01cae2d297788d7ab6fe883577ba94e48fc20f1fbf04ab4fb050c23527bf32f8ada79a26dcb2
"undici@npm:7.2.1":
version: 7.2.1
resolution: "undici@npm:7.2.1"
checksum: 10c0/55108466484336c1aa1100bc2f9d6c78de7926b447af6b45afec873996cac67f07d968d8363c9bec57887cd474af73c60698e7642c791d80d786cbc6bf5a8a7e
languageName: node
linkType: hard

Expand Down
Loading