Skip to content

Commit a8edf9f

Browse files
committed
chore: set minimum version of pnpm to 10.17
This version contains security features that NL Design System uses across repositories
1 parent 2a9a203 commit a8edf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"engines": {
1818
"//": "Update @types/node to match the highest node version here",
1919
"node": ">=24 <=25",
20-
"pnpm": "^10.16.0"
20+
"pnpm": "^10.17.0"
2121
},
2222
"workspaces": [
2323
"./packages/*",

0 commit comments

Comments
 (0)