X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=cc36d20c5e00236aa99bcc0dc3bd1dfc58712078;hb=59b6ed8d1db313ef3371efd8ab5e039cf3dedab0;hp=8d00705dc4dd0eca5bde9789b9f93ee0b7be8a41;hpb=27bdf05539fbeda022a73281c98acf65b830163b;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 8d00705d..cc36d20c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.93", + "version": "1.1.94", "engines": { "node": ">=16.0.0", - "npm": ">=8.0.0" + "npm": ">=8.3.0" }, "repository": { "type": "git", @@ -71,11 +71,15 @@ "git:spush": "git push --recurse-submodules=on-demand", "release": "release-it" }, + "overrides": { + "cacheable-request": "^10.2.7", + "d3-color": "^3.1.0" + }, "dependencies": { - "@mikro-orm/core": "^5.6.8", - "@mikro-orm/mariadb": "^5.6.8", - "@mikro-orm/reflection": "^5.6.8", - "@mikro-orm/sqlite": "^5.6.8", + "@mikro-orm/core": "^5.6.11", + "@mikro-orm/mariadb": "^5.6.11", + "@mikro-orm/reflection": "^5.6.11", + "@mikro-orm/sqlite": "^5.6.11", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.2", @@ -86,7 +90,7 @@ "logform": "^2.5.1", "mnemonist": "^0.39.5", "moment": "^2.29.4", - "mongodb": "^5.0.1", + "mongodb": "^5.1.0", "poolifier": "^2.3.7", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", @@ -94,48 +98,48 @@ "tslib": "^2.5.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", - "ws": "^8.12.0" + "ws": "^8.12.1" }, "optionalDependencies": { "bufferutil": "^4.0.7", "utf-8-validate": "^6.0.2" }, "devDependencies": { - "@commitlint/cli": "^17.4.2", - "@commitlint/config-conventional": "^17.4.2", + "@commitlint/cli": "^17.4.4", + "@commitlint/config-conventional": "^17.4.4", "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@mikro-orm/cli": "^5.6.8", + "@mikro-orm/cli": "^5.6.11", "@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.13.0", + "@types/node": "^18.14.1", "@types/proper-lockfile": "^4.1.2", - "@types/tar": "^6.1.3", + "@types/tar": "^6.1.4", "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "^5.51.0", - "@typescript-eslint/parser": "^5.51.0", + "@typescript-eslint/eslint-plugin": "^5.53.0", + "@typescript-eslint/parser": "^5.53.0", "auto-changelog": "^2.4.0", - "c8": "^7.12.0", + "c8": "^7.13.0", "clinic": "^12.0.0", "cross-env": "^7.0.3", - "eslint": "^8.33.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-import-resolver-typescript": "^3.5.3", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^39.8.0", + "eslint-plugin-jsdoc": "^40.0.0", "eslint-plugin-n": "^15.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", - "expect": "^29.4.2", + "expect": "^29.4.3", "husky": "^8.0.3", - "lint-staged": "^13.1.1", + "lint-staged": "^13.1.2", "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^2.8.4", "release-it": "^15.6.0", "robohydra": "^0.6.9", - "rollup": "^3.14.0", + "rollup": "^3.17.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0",