Skip to content

Commit c984a85

Browse files
authored
Merge pull request #4914 from DSpace/backport-4913-to-dspace-9_x
[Port dspace-9_x] Pin to `npm` version 10 in `package.json` to fix `dependabot` issues
2 parents f50fe16 + 1653c68 commit c984a85

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
@@ -233,6 +233,6 @@
233233
},
234234
"engines": {
235235
"node": ">=20.0.0 <25.0.0",
236-
"npm": ">=10.0.0 <12.0.0"
236+
"npm": "^10"
237237
}
238238
}

0 commit comments

Comments
 (0)