X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=1361e03731221d3300e5acc55e057a5859a8b3c2;hb=b00abe8ebfc55f1029de151e21d2b66a08293a4e;hp=bfafde93e60956734936b8cafe0a5220bed5cc1a;hpb=01ffb6d3583ab4da138dad815803121f3cc6d336;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index bfafde93..1361e037 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.3.5", + "version": "1.3.6", "engines": { "node": ">=18.18.0", "pnpm": ">=9.0.0" }, "volta": { "node": "22.2.0", - "pnpm": "9.2.0" + "pnpm": "9.3.0" }, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.3.0", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -124,10 +124,10 @@ "@types/node": "^20.14.2", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.12.0", - "@typescript-eslint/parser": "^7.12.0", + "@typescript-eslint/eslint-plugin": "^7.13.0", + "@typescript-eslint/parser": "^7.13.0", "auto-changelog": "^2.4.0", - "c8": "^9.1.0", + "c8": "^10.1.1", "clinic": "^13.0.0", "cross-env": "^7.0.3", "esbuild": "^0.21.5", @@ -146,13 +146,13 @@ "expect": "^29.7.0", "glob": "^10.4.1", "husky": "^9.0.11", - "lint-staged": "^15.2.5", - "prettier": "^3.3.1", + "lint-staged": "^15.2.6", + "prettier": "^3.3.2", "release-it": "^17.3.0", "rimraf": "^5.0.7", "semver": "^7.6.2", "ts-node": "^10.9.2", - "tsx": "^4.15.1", + "tsx": "^4.15.2", "typescript": "~5.4.5" } }