X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=68bd15168551c90e3a2f380258e34c84ffd1f93a;hb=50be55e76844708088ecf070cc739af0de42d160;hp=3b27b831f69031b328976238d56d56477587ba93;hpb=24a27d1bbad31119759f79f74c6c65d0c4e6d8fa;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 3b27b831..68bd1516 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { + "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.19", + "version": "1.2.20", "engines": { "node": ">=16.14.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.5.0", - "pnpm": "8.6.11" + "node": "20.5.1", + "pnpm": "8.7.0" }, "repository": { "type": "git", @@ -92,7 +93,8 @@ "d3-color": "^3.1.0", "ejs": "^3.1.9", "got": "^12.6.1", - "semver": "^7.5.3" + "semver": "^7.5.3", + "tough-cookie": "^4.1.3" } }, "dependencies": { @@ -110,11 +112,11 @@ "just-merge": "^3.2.0", "logform": "^2.5.1", "mnemonist": "^0.39.5", - "mongodb": "^5.7.0", - "poolifier": "^2.6.21", + "mongodb": "^6.0.0", + "poolifier": "^2.6.37", "source-map-support": "^0.5.21", "tar": "^6.1.15", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "winston": "^3.10.0", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.13.0" @@ -124,49 +126,49 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.6.7", - "@commitlint/config-conventional": "^17.6.7", + "@commitlint/cli": "^17.7.1", + "@commitlint/config-conventional": "^17.7.0", "@mikro-orm/cli": "^5.7.14", "@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.4.8", + "@types/node": "^20.5.7", "@types/sinon": "^10.0.16", "@types/tar": "^6.1.5", "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^6.2.1", - "@typescript-eslint/parser": "^6.2.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", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "eslint": "^8.46.0", + "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-typescript": "^3.5.5", - "eslint-plugin-import": "^2.28.0", - "eslint-plugin-jsdoc": "^46.4.6", - "eslint-plugin-n": "^16.0.1", + "eslint-import-resolver-typescript": "^3.6.0", + "eslint-plugin-import": "^2.28.1", + "eslint-plugin-jsdoc": "^46.5.0", + "eslint-plugin-n": "^16.0.2", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-tsdoc": "^0.2.17", - "expect": "^29.6.2", + "expect": "^29.6.4", "husky": "^8.0.3", - "lint-staged": "^13.2.3", + "lint-staged": "^14.0.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^3.0.1", - "release-it": "^16.1.3", + "prettier": "^3.0.3", + "release-it": "^16.1.5", "rimraf": "^5.0.1", "robohydra": "^0.6.9", - "rollup": "^3.27.2", + "rollup": "^3.28.1", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.4", "sinon": "^15.2.0", "ts-node": "^10.9.1", - "typescript": "^5.1.6" + "typescript": "~5.2.2" } }