Skip to content

Commit 1eb681d

Browse files
authored
Merge pull request #4913 from tdonohue/pin_npm_10
Pin to `npm` version 10 in `package.json` to fix `dependabot` issues
2 parents 4ca64ad + 54aead7 commit 1eb681d

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
@@ -234,6 +234,6 @@
234234
},
235235
"engines": {
236236
"node": ">=20.0.0 <25.0.0",
237-
"npm": ">=10.0.0 <12.0.0"
237+
"npm": "^10"
238238
}
239239
}

0 commit comments

Comments
 (0)