X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e125f4e3eab0e354d17584d56f851507a6972f7b;hb=abea4654ea4b5d3484fd32ca49be95225098d0c1;hp=5a1009d637b997a2b35776d7a9ecab0704b6c60c;hpb=78ec5d6f7a99376f9dde3a821bab03b6d2d3cfe2;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 5a1009d6..e125f4e3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "volta": { "node": "20.5.1", - "pnpm": "8.6.12" + "pnpm": "8.7.0" }, "repository": { "type": "git", @@ -112,8 +112,8 @@ "just-merge": "^3.2.0", "logform": "^2.5.1", "mnemonist": "^0.39.5", - "mongodb": "^5.8.0", - "poolifier": "^2.6.31", + "mongodb": "^5.8.1", + "poolifier": "^2.6.36", "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.6.2", @@ -132,10 +132,10 @@ "@release-it/bumper": "^5.1.0", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.1.2", + "@rollup/plugin-typescript": "^11.1.3", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^20.5.3", + "@types/node": "^20.5.7", "@types/sinon": "^10.0.16", "@types/tar": "^6.1.5", "@types/ws": "^8.5.5", @@ -146,7 +146,7 @@ "c8": "^8.0.1", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "eslint": "^8.47.0", + "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.1", @@ -154,7 +154,7 @@ "eslint-plugin-n": "^16.0.2", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-tsdoc": "^0.2.17", - "expect": "^29.6.3", + "expect": "^29.6.4", "husky": "^8.0.3", "lint-staged": "^14.0.1", "mocha": "^10.2.0", @@ -169,6 +169,6 @@ "semver": "^7.5.4", "sinon": "^15.2.0", "ts-node": "^10.9.1", - "typescript": "^5.1.6" + "typescript": "^5.2.2" } }