Skip to content

Commit 4d96ea7

Browse files
committed
Set npm version to v11.6.1
This release corrects the peer dependency flag propagation. See https://docs.npmjs.com/cli/v11/using-npm/changelog#1161-2025-09-23 and npm/cli#8579
1 parent dd6762f commit 4d96ea7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

data/zip-download/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/zip-download/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"engines": {
77
"node": ">=20.0.0 <21.0.0",
8-
"npm": ">=11.0.0 <12.0.0"
8+
"npm": ">=11.6.1 <12.0.0"
99
},
1010
"scripts": {
1111
"start": "npx --yes tsx server.ts"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"engines": {
4141
"node": ">=20.0.0 <21.0.0",
42-
"npm": ">=11.0.0 <12.0.0"
42+
"npm": ">=11.6.1 <12.0.0"
4343
},
4444
"scripts": {
4545
"start": "npx --yes tsx --require ./src/instrumentation.ts server.ts",

0 commit comments

Comments
 (0)