Skip to content

Commit 672bf4a

Browse files
committed
fixup! build: enable minimumReleaseAge to mitigate dependency chain attacks
1 parent 3a4aa45 commit 672bf4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "@angular/build-tooling",
33
"version": "0.0.0-{SCM_HEAD_SHA}",
44
"private": true,
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"engines": {
77
"npm": "Please use pnpm instead of NPM to install dependencies",
88
"yarn": "Please use pnpm instead of Yarn to install dependencies",
9-
"pnpm": "10.16.0"
9+
"pnpm": "10.16.1"
1010
},
1111
"scripts": {
1212
"prepare": "husky",

0 commit comments

Comments
 (0)