X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=525b99de880d521875abae5721b02e2504b32916;hb=a90bec52fe3a72ddb90784df8eb542aadf326531;hp=4ea92a90395358a9cc968c7881f2d76170fb6ed1;hpb=481c3802ecbdb0ae3cf75e028c7236f6b9b12671;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 4ea92a90..525b99de 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.9", + "version": "1.2.10", "engines": { "node": ">=16.9.0" }, + "volta": { + "node": "20.0.0" + }, "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -39,7 +42,7 @@ "useTsNode": true }, "scripts": { - "preinstall": "node skip-preinstall.cjs || npx only-allow pnpm", + "preinstall": "node skip-preinstall.cjs || npx --yes only-allow pnpm", "prepare": "node prepare.cjs", "build-requirements": "node --no-warnings build-requirements.mjs", "start": "pnpm run build && cross-env NODE_ENV=production node -r source-map-support/register dist/start.mjs", @@ -130,7 +133,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^43.0.5", + "eslint-plugin-jsdoc": "^43.0.6", "eslint-plugin-n": "^15.7.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17",