Skip to content

Commit ffd137a

Browse files
authored
Merge pull request #4917 from tdonohue/unpin_npm
[Port dspace-9_x] Unpin `npm` but specify `npm` as `packageManager` in `package.json` to fix `dependabot` issues
2 parents c984a85 + 0592062 commit ffd137a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"webpack-cli": "^6.0.1"
233233
},
234234
"engines": {
235-
"node": ">=20.0.0 <25.0.0",
236-
"npm": "^10"
237-
}
235+
"node": ">=20.0.0 <25.0.0"
236+
},
237+
"packageManager": "npm@10.9.4"
238238
}

0 commit comments

Comments
 (0)