X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=f571734a45b270324b3077d908b574e57a6299f5;hb=dd7fe73b1ce814c67c4780997c9a9291047f9165;hp=e125f4e3eab0e354d17584d56f851507a6972f7b;hpb=abea4654ea4b5d3484fd32ca49be95225098d0c1;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index e125f4e3..f571734a 100644 --- a/package.json +++ b/package.json @@ -112,8 +112,8 @@ "just-merge": "^3.2.0", "logform": "^2.5.1", "mnemonist": "^0.39.5", - "mongodb": "^5.8.1", - "poolifier": "^2.6.36", + "mongodb": "^6.0.0", + "poolifier": "^2.6.38", "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.6.2", @@ -139,8 +139,8 @@ "@types/sinon": "^10.0.16", "@types/tar": "^6.1.5", "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^6.4.1", - "@typescript-eslint/parser": "^6.4.1", + "@typescript-eslint/eslint-plugin": "^6.5.0", + "@typescript-eslint/parser": "^6.5.0", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", @@ -159,7 +159,7 @@ "lint-staged": "^14.0.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^3.0.2", + "prettier": "^3.0.3", "release-it": "^16.1.5", "rimraf": "^5.0.1", "robohydra": "^0.6.9", @@ -169,6 +169,6 @@ "semver": "^7.5.4", "sinon": "^15.2.0", "ts-node": "^10.9.1", - "typescript": "^5.2.2" + "typescript": "~5.2.2" } }