X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=53c7fc514ea8b10339950a64035463757934a2b6;hb=e65b42766e8dfa0c6f6532f269243342db7f5134;hp=6673830bfd17870b7747eaa3d0ae1c77d0db57fd;hpb=ad1d31be86f7b4147955168a3ea887aecd4966be;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 6673830b..53c7fc51 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.37", + "version": "1.3.2", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.11.1", - "pnpm": "8.15.4" + "node": "20.12.2", + "pnpm": "8.15.7" }, + "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", @@ -92,23 +92,23 @@ } }, "dependencies": { - "@mikro-orm/core": "^6.1.5", - "@mikro-orm/mariadb": "^6.1.5", - "@mikro-orm/reflection": "^6.1.5", - "@mikro-orm/sqlite": "^6.1.5", + "@mikro-orm/core": "^6.2.1", + "@mikro-orm/mariadb": "^6.2.1", + "@mikro-orm/reflection": "^6.2.1", + "@mikro-orm/sqlite": "^6.2.1", "ajv": "^8.12.0", - "ajv-formats": "^2.1.1", - "basic-ftp": "^5.0.4", + "ajv-formats": "^3.0.1", + "basic-ftp": "^5.0.5", "chalk": "^5.3.0", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "http-status-codes": "^2.3.0", "logform": "^2.6.0", "mnemonist": "0.40.0-rc1", - "mongodb": "^6.3.0", - "poolifier": "^3.1.21", - "rambda": "^9.1.0", - "tar": "^6.2.0", - "winston": "^3.11.0", + "mongodb": "^6.5.0", + "poolifier": "^3.1.29", + "rambda": "^9.2.0", + "tar": "^7.0.0", + "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0", "ws": "^8.16.0" }, @@ -117,42 +117,42 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^19.0.0", - "@commitlint/config-conventional": "^19.0.0", - "@mikro-orm/cli": "^6.1.5", + "@commitlint/cli": "^19.2.1", + "@commitlint/config-conventional": "^19.1.0", + "@mikro-orm/cli": "^6.2.1", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.11.20", + "@types/node": "^20.12.7", "@types/semver": "^7.5.8", - "@types/tar": "^6.1.11", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.1.0", - "@typescript-eslint/parser": "^7.1.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", "cross-env": "^7.0.3", - "esbuild": "^0.20.1", + "esbuild": "^0.20.2", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", + "eslint-config-love": "^47.0.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^43.0.1", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.0", - "eslint-plugin-n": "^16.6.2", + "eslint-plugin-jsdoc": "^48.2.3", + "eslint-plugin-n": "^17.2.0", + "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", - "glob": "^10.3.10", + "glob": "^10.3.12", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "^3.2.5", - "release-it": "^17.1.1", + "release-it": "^17.2.0", "rimraf": "^5.0.5", "semver": "^7.6.0", "ts-node": "^10.9.2", - "tsx": "^4.7.1", - "typescript": "~5.3.3" + "tsx": "^4.7.2", + "typescript": "~5.4.5" } }