X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=9b68f3021973a931621e2e07ec57dd96a5c34619;hb=42cdde9af59120d9096533380a97fa6bc3ecd26b;hp=1b0a78fd9eff298bb945fbaf308d55e182d05485;hpb=349d5d26522c29f6841bc7ca3b0663d51cfef30a;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 1b0a78fd..9b68f302 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.3.0", - "pnpm": "8.6.2" + "node": "20.3.1", + "pnpm": "8.6.3" }, "repository": { "type": "git", @@ -102,7 +102,7 @@ "mnemonist": "^0.39.5", "moment": "^2.29.4", "mongodb": "^5.6.0", - "poolifier": "^2.6.2", + "poolifier": "^2.6.3", "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.5.3", @@ -115,8 +115,8 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.6.5", - "@commitlint/config-conventional": "^17.6.5", + "@commitlint/cli": "^17.6.6", + "@commitlint/config-conventional": "^17.6.6", "@mikro-orm/cli": "^5.7.12", "@release-it/bumper": "^4.0.2", "@rollup/plugin-json": "^6.0.0", @@ -128,19 +128,19 @@ "@types/sinon": "^10.0.15", "@types/tar": "^6.1.5", "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^5.59.11", - "@typescript-eslint/parser": "^5.59.11", + "@typescript-eslint/eslint-plugin": "^5.60.0", + "@typescript-eslint/parser": "^5.60.0", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.0", "clinic": "^12.1.0", "cross-env": "^7.0.3", - "eslint": "^8.42.0", + "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^46.2.6", - "eslint-plugin-n": "^16.0.0", + "eslint-plugin-n": "^16.0.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.5.0", @@ -152,11 +152,11 @@ "release-it": "^15.11.0", "rimraf": "^5.0.1", "robohydra": "^0.6.9", - "rollup": "^3.25.1", + "rollup": "^3.25.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", - "semver": "^7.5.1", - "sinon": "^15.1.2", + "semver": "^7.5.3", + "sinon": "^15.2.0", "ts-node": "^10.9.1", "typescript": "^5.1.3" }