X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=c7b18d92ca2711c7b50784dade251b8c70609e06;hb=17bc43d765c22c8d8c132484f8dc9c3edd370d91;hp=eac6ce0b1702c73d94adca0bd8843208a85a9f22;hpb=74cf35ddc881692b736dca4cd09e178a28d8afe9;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index eac6ce0b..c7b18d92 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.87", + "version": "1.1.94", "engines": { "node": ">=16.0.0", - "npm": ">=8.0.0" + "npm": ">=8.3.0" }, "repository": { "type": "git", @@ -71,73 +71,82 @@ "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.5.3", - "@mikro-orm/mariadb": "^5.5.3", - "@mikro-orm/reflection": "^5.5.3", - "@mikro-orm/sqlite": "^5.5.3", - "ajv": "^8.11.2", - "ajv-draft-04": "^1.0.0", + "@mikro-orm/core": "^5.6.9", + "@mikro-orm/mariadb": "^5.6.9", + "@mikro-orm/reflection": "^5.6.9", + "@mikro-orm/sqlite": "^5.6.9", + "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.2", "chalk": "^4.1.2", "http-status-codes": "^2.2.0", + "just-clone": "^6.2.0", + "just-merge": "^3.2.0", + "logform": "^2.5.1", "mnemonist": "^0.39.5", "moment": "^2.29.4", - "mongodb": "^4.12.1", + "mongodb": "^5.0.1", "poolifier": "^2.3.7", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", - "tar": "^6.1.12", - "tslib": "^2.4.1", + "tar": "^6.1.13", + "tslib": "^2.5.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", - "ws": "^8.11.0" + "ws": "^8.12.0" }, "optionalDependencies": { "bufferutil": "^4.0.7", - "utf-8-validate": "^5.0.10" + "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.5.3", - "@release-it/bumper": "^4.0.0", - "@rollup/plugin-json": "^5.0.1", - "@types/mocha": "^10.0.0", + "@mikro-orm/cli": "^5.6.9", + "@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.9", + "@types/node": "^18.13.0", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.3", - "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.44.0", - "@typescript-eslint/parser": "^5.44.0", + "@types/ws": "^8.5.4", + "@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", "cross-env": "^7.0.3", - "eslint": "^8.28.0", - "eslint-config-prettier": "^8.5.0", - "eslint-import-resolver-typescript": "^3.5.2", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", - "eslint-plugin-n": "^15.5.1", + "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-n": "^15.6.1", "eslint-plugin-prettier": "^4.2.1", - "expect": "^29.3.1", - "husky": "^8.0.2", - "lint-staged": "^13.0.4", - "mocha": "^10.1.0", + "eslint-plugin-tsdoc": "^0.2.17", + "expect": "^29.4.2", + "husky": "^8.0.3", + "lint-staged": "^13.1.1", + "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^2.8.0", - "release-it": "^15.5.0", + "prettier": "^2.8.4", + "release-it": "^15.6.0", "robohydra": "^0.6.9", - "rollup": "^3.4.0", + "rollup": "^3.15.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-ts": "^3.0.2", + "rollup-plugin-ts": "^3.2.0", "semver": "^7.3.8", "ts-node": "^10.9.1", - "typescript": "~4.9.3" + "typescript": "^4.9.5" } }