X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=bf3fd18d46344fa5ba662ede52f312deb2e7751e;hb=a9671b9e315a2807c2659fdda962203229d35c0a;hp=0905e46ed3988dea4f8ac39e64de496a73bd9cc2;hpb=80af276690d70cc1e124261d66a0c2c9c7a52fc5;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 0905e46e..bf3fd18d 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,10 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.12.0", - "pnpm": "8.15.5" + "node": "20.12.1", + "pnpm": "8.15.6" }, + "packageManager": "pnpm@8.15.6", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -51,7 +52,6 @@ "useTsNode": true }, "scripts": { - "preinstall": "node skip-preinstall.js || npx --yes only-allow pnpm", "prepare": "node prepare.js", "build-requirements": "node --no-warnings build-requirements.js", "start": "pnpm build && cross-env NODE_ENV=production node dist/start.js", @@ -105,8 +105,8 @@ "logform": "^2.6.0", "mnemonist": "0.40.0-rc1", "mongodb": "^6.5.0", - "poolifier": "^3.1.27", - "rambda": "^9.1.1", + "poolifier": "^3.1.29", + "rambda": "^9.2.0", "tar": "^6.2.1", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0", @@ -121,12 +121,12 @@ "@commitlint/config-conventional": "^19.1.0", "@mikro-orm/cli": "^6.1.12", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.12.2", + "@types/node": "^20.12.6", "@types/semver": "^7.5.8", - "@types/tar": "^6.1.11", + "@types/tar": "^6.1.12", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.6.0", + "@typescript-eslint/parser": "^7.6.0", "auto-changelog": "^2.4.0", "c8": "^9.1.0", "clinic": "^13.0.0", @@ -135,13 +135,13 @@ "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", - "eslint-config-love": "^43.1.0", + "eslint-config-love": "^46.0.0", "eslint-config-standard": "^17.1.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.2", - "eslint-plugin-n": "^16.6.2", + "eslint-plugin-jsdoc": "^48.2.3", + "eslint-plugin-n": "^17.1.0", "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", @@ -153,7 +153,7 @@ "rimraf": "^5.0.5", "semver": "^7.6.0", "ts-node": "^10.9.2", - "tsx": "^4.7.1", - "typescript": "~5.4.3" + "tsx": "^4.7.2", + "typescript": "~5.4.4" } }