X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=db7a052699cbf7b1e0389fc720e8b097ad241f8e;hb=8df621e643de566c4eae6608ed9cfcc8271bd3aa;hp=567c7ffeeba0f9547188b0a198ee4b925e25ab00;hpb=c4387ed4b3d2021034f452deeb35276fabe022e2;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 567c7ffe..db7a0526 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.4", + "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" @@ -127,10 +127,10 @@ "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", "auto-changelog": "^2.4.0", - "c8": "^9.1.0", + "c8": "^10.0.0", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.21.4", + "esbuild": "^0.21.5", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", @@ -152,7 +152,7 @@ "rimraf": "^5.0.7", "semver": "^7.6.2", "ts-node": "^10.9.2", - "tsx": "^4.13.2", + "tsx": "^4.15.1", "typescript": "~5.4.5" } }