X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=fec0f32cb28cd681eae5912d83acea0898f5246a;hb=779c2add6338cce121df767c2ee0e6158dc811ef;hp=13a798c87478c1669e82adc3030f0ccb5bbf9297;hpb=1cc4b9e0b92fd38761068134499f6cca051adfd3;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 13a798c8..fec0f32c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.88", + "version": "1.1.94", "engines": { "node": ">=16.0.0", - "npm": ">=8.0.0" + "npm": ">=8.3.0" }, "repository": { "type": "git", @@ -71,75 +71,81 @@ "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.3", - "@mikro-orm/mariadb": "^5.6.3", - "@mikro-orm/reflection": "^5.6.3", - "@mikro-orm/sqlite": "^5.6.3", - "ajv": "^8.11.2", - "ajv-draft-04": "^1.0.0", + "@mikro-orm/core": "^5.6.13", + "@mikro-orm/mariadb": "^5.6.13", + "@mikro-orm/reflection": "^5.6.13", + "@mikro-orm/sqlite": "^5.6.13", + "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.13.0", + "mongodb": "^5.1.0", "poolifier": "^2.3.7", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.13", - "tslib": "^2.4.1", + "tslib": "^2.5.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", - "ws": "^8.11.0" + "ws": "^8.13.0" }, "optionalDependencies": { "bufferutil": "^4.0.7", - "utf-8-validate": "^5.0.10" + "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@mikro-orm/cli": "^5.6.3", - "@release-it/bumper": "^4.0.0", + "@commitlint/cli": "^17.4.4", + "@commitlint/config-conventional": "^17.4.4", + "@mikro-orm/cli": "^5.6.13", + "@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.15.0", "@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.47.1", - "@typescript-eslint/parser": "^5.47.1", + "@typescript-eslint/eslint-plugin": "^5.54.1", + "@typescript-eslint/parser": "^5.54.1", "auto-changelog": "^2.4.0", - "c8": "^7.12.0", + "c8": "^7.13.0", "clinic": "^12.0.0", "cross-env": "^7.0.3", - "eslint": "^8.31.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.6.0", + "eslint": "^8.36.0", + "eslint-config-prettier": "^8.7.0", + "eslint-import-resolver-typescript": "^3.5.3", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-jsdoc": "^40.0.1", + "eslint-plugin-n": "^15.6.1", "eslint-plugin-prettier": "^4.2.1", - "expect": "^29.3.1", - "husky": "^8.0.2", - "lint-staged": "^13.1.0", + "eslint-plugin-tsdoc": "^0.2.17", + "expect": "^29.5.0", + "husky": "^8.0.3", + "lint-staged": "^13.2.0", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^2.8.1", - "release-it": "^15.6.0", + "prettier": "^2.8.4", + "release-it": "^15.8.0", "robohydra": "^0.6.9", - "rollup": "^3.9.0", + "rollup": "^3.19.1", "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.4" + "typescript": "^4.9.5" } }