fix: declare Node 20 requirement for solution build

copilot/fix-serialize-javascript-vulnerability
copilot-swe-agent[bot] 2 months ago committed by GitHub
parent ff871a6454
commit 2e2ddb90bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,6 +20,9 @@
"eslint": "^9.34.0", "eslint": "^9.34.0",
"eslint-plugin-vue": "^10.4.0", "eslint-plugin-vue": "^10.4.0",
"vue-template-compiler": "^2.6.11" "vue-template-compiler": "^2.6.11"
},
"engines": {
"node": ">=20.0.0"
} }
}, },
"node_modules/@achrinza/node-ipc": { "node_modules/@achrinza/node-ipc": {

@ -44,5 +44,8 @@
"qs": "6.14.2", "qs": "6.14.2",
"braces": ">=3.0.3", "braces": ">=3.0.3",
"serialize-javascript": "7.0.5" "serialize-javascript": "7.0.5"
},
"engines": {
"node": ">=20.0.0"
} }
} }

Loading…
Cancel
Save