X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=44b34d29e27322a70e837229a62bb28120c47997;hb=de073a748bcd60308615b81c3f6da817639461a1;hp=53c7fc514ea8b10339950a64035463757934a2b6;hpb=e65b42766e8dfa0c6f6532f269243342db7f5134;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 53c7fc51..44b34d29 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "version": "1.3.2", "engines": { "node": ">=18.18.0", - "pnpm": ">=8.6.0" + "pnpm": ">=9.0.0" }, "volta": { "node": "20.12.2", - "pnpm": "8.15.7" + "pnpm": "9.0.2" }, - "packageManager": "pnpm@8.15.6", + "packageManager": "pnpm@9.0.2", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -107,7 +107,7 @@ "mongodb": "^6.5.0", "poolifier": "^3.1.29", "rambda": "^9.2.0", - "tar": "^7.0.0", + "tar": "^7.0.1", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0", "ws": "^8.16.0" @@ -117,15 +117,15 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.1.0", + "@commitlint/cli": "^19.2.2", + "@commitlint/config-conventional": "^19.2.2", "@mikro-orm/cli": "^6.2.1", "@release-it/bumper": "^6.0.1", "@types/node": "^20.12.7", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.6.0", - "@typescript-eslint/parser": "^7.6.0", + "@typescript-eslint/eslint-plugin": "^7.7.0", + "@typescript-eslint/parser": "^7.7.0", "auto-changelog": "^2.4.0", "c8": "^9.1.0", "clinic": "^13.0.0", @@ -140,7 +140,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.2.3", - "eslint-plugin-n": "^17.2.0", + "eslint-plugin-n": "^17.2.1", "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0",