fix: add engines node>=20.0.0 to starter and fix duplicate engines key in solution

copilot/fix-serialize-javascript-vulnerability-again
copilot-swe-agent[bot] 7 days ago committed by GitHub
parent 2d98998fbd
commit 462161dbf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,14 +41,11 @@
"not dead"
],
"engines": {
"node": ">=18.12.0"
"node": ">=20.0.0"
},
"overrides": {
"qs": "6.14.2",
"braces": ">=3.0.3",
"serialize-javascript": "7.0.5"
},
"engines": {
"node": ">=20.0.0"
}
}

@ -40,6 +40,9 @@
"last 2 versions",
"not dead"
],
"engines": {
"node": ">=20.0.0"
},
"overrides": {
"qs": "6.14.2",
"braces": ">=3.0.3",

Loading…
Cancel
Save