X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=a98354ed1be54067cc6d9fa3ddb22a6a94378d90;hb=b9336eedb151ad0c6f519d977fdbddfedf3b7f2a;hp=23df27611e19f697d7062815ce70e4c37dda3ce9;hpb=3788f755b573fecd2cb12b0ed3a5260955983e6d;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 23df2761..a98354ed 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "just-merge": "^3.2.0", "mnemonist": "^0.39.5", "moment": "^2.29.4", - "mongodb": "^4.13.0", + "mongodb": "^5.0.0", "poolifier": "^2.3.7", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", @@ -100,18 +100,20 @@ "utf-8-validate": "^6.0.2" }, "devDependencies": { + "@commitlint/cli": "^17.4.2", + "@commitlint/config-conventional": "^17.4.2", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@mikro-orm/cli": "^5.6.8", "@release-it/bumper": "^4.0.2", "@rollup/plugin-json": "^6.0.0", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.11.18", + "@types/node": "^18.11.19", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.3", "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "^5.49.0", - "@typescript-eslint/parser": "^5.49.0", + "@typescript-eslint/eslint-plugin": "^5.51.0", + "@typescript-eslint/parser": "^5.51.0", "auto-changelog": "^2.4.0", "c8": "^7.12.0", "clinic": "^12.0.0", @@ -120,7 +122,7 @@ "eslint-config-prettier": "^8.6.0", "eslint-import-resolver-typescript": "^3.5.3", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^39.7.4", + "eslint-plugin-jsdoc": "^39.8.0", "eslint-plugin-n": "^15.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", @@ -132,7 +134,7 @@ "prettier": "^2.8.3", "release-it": "^15.6.0", "robohydra": "^0.6.9", - "rollup": "^3.12.0", + "rollup": "^3.14.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", @@ -140,6 +142,6 @@ "rollup-plugin-ts": "^3.2.0", "semver": "^7.3.8", "ts-node": "^10.9.1", - "typescript": "^4.9.4" + "typescript": "^4.9.5" } }