X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e954e1a947b64b06c6aa4a6c643f55ceddc44087;hb=47a41cfff7de841a931f5694dbcddaf235e91bdd;hp=c439c2076832019b3426e121a5e2aafb30c2954c;hpb=6c7388a4c4c47e9d19511b8e9b70b0f57d6dbd5f;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index c439c207..e954e1a9 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "http-status-codes": "^2.3.0", "logform": "^2.6.0", "mnemonist": "0.40.0-rc1", - "mongodb": "^6.7.0", + "mongodb": "^6.8.0", "poolifier": "^4.0.15", "rambda": "^9.2.1", "tar": "^7.4.0", @@ -124,13 +124,13 @@ "@types/node": "^20.14.9", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", + "@typescript-eslint/eslint-plugin": "^7.15.0", + "@typescript-eslint/parser": "^7.15.0", "auto-changelog": "^2.4.0", "c8": "^10.1.2", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.21.5", + "esbuild": "^0.22.0", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", @@ -148,11 +148,11 @@ "husky": "^9.0.11", "lint-staged": "^15.2.7", "prettier": "^3.3.2", - "release-it": "^17.4.0", + "release-it": "^17.4.1", "rimraf": "^5.0.7", "semver": "^7.6.2", "ts-node": "^10.9.2", - "tsx": "^4.15.7", - "typescript": "~5.5.2" + "tsx": "^4.16.0", + "typescript": "~5.5.3" } }