X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=a7c80604bc980000e8dae031c298f6bc09e08c34;hb=7e4b5b3805347b738fbb3dc8a60d03ec34f3c3ba;hp=47e983480fd610e8582a208d12f1840d2558e5d4;hpb=aa8ac1ba7512816fa5aa7f4c1fca830e1d6efb83;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 47e98348..a7c80604 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.11", + "version": "1.2.13", "engines": { "node": ">=16.9.0", - "pnpm": ">= 8.0.0" + "pnpm": ">=8.0.0" }, "volta": { - "node": "20.0.0", - "pnpm": "8.3.1" + "node": "20.1.0", + "pnpm": "8.5.1" }, "repository": { "type": "git", @@ -82,13 +82,13 @@ "d3-color": "^3.1.0" }, "dependencies": { - "@mikro-orm/core": "^5.7.2", - "@mikro-orm/mariadb": "^5.7.2", - "@mikro-orm/reflection": "^5.7.2", - "@mikro-orm/sqlite": "^5.7.2", + "@mikro-orm/core": "^5.7.7", + "@mikro-orm/mariadb": "^5.7.7", + "@mikro-orm/reflection": "^5.7.7", + "@mikro-orm/sqlite": "^5.7.7", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", - "basic-ftp": "^5.0.2", + "basic-ftp": "^5.0.3", "chalk": "^5.2.0", "http-status-codes": "^2.2.0", "just-clone": "^6.2.0", @@ -96,11 +96,10 @@ "logform": "^2.5.1", "mnemonist": "^0.39.5", "moment": "^2.29.4", - "mongodb": "^5.3.0", - "poolifier": "^2.4.11", - "proper-lockfile": "^4.1.2", + "mongodb": "^5.5.0", + "poolifier": "^2.4.14", "source-map-support": "^0.5.21", - "tar": "^6.1.13", + "tar": "^6.1.15", "tslib": "^2.5.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", @@ -111,32 +110,31 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.6.1", - "@commitlint/config-conventional": "^17.6.1", - "@mikro-orm/cli": "^5.7.2", + "@commitlint/cli": "^17.6.3", + "@commitlint/config-conventional": "^17.6.3", + "@mikro-orm/cli": "^5.7.7", "@release-it/bumper": "^4.0.2", "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-terser": "^0.4.1", - "@rollup/plugin-typescript": "^11.1.0", + "@rollup/plugin-terser": "^0.4.3", + "@rollup/plugin-typescript": "^11.1.1", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.16.1", - "@types/proper-lockfile": "^4.1.2", - "@types/sinon": "^10.0.14", - "@types/tar": "^6.1.4", + "@types/node": "^20.1.7", + "@types/sinon": "^10.0.15", + "@types/tar": "^6.1.5", "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "^5.59.1", - "@typescript-eslint/parser": "^5.59.1", + "@typescript-eslint/eslint-plugin": "^5.59.6", + "@typescript-eslint/parser": "^5.59.6", "auto-changelog": "^2.4.0", "c8": "^7.13.0", "clinic": "^12.1.0", "cross-env": "^7.0.3", - "eslint": "^8.39.0", + "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^43.1.1", - "eslint-plugin-n": "^15.7.0", + "eslint-plugin-jsdoc": "^44.2.4", + "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.5.0", @@ -145,14 +143,14 @@ "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^2.8.8", - "release-it": "^15.10.1", + "release-it": "^15.10.3", "rimraf": "^5.0.0", "robohydra": "^0.6.9", - "rollup": "^3.21.0", + "rollup": "^3.22.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", - "semver": "^7.5.0", + "semver": "^7.5.1", "sinon": "^15.0.4", "ts-node": "^10.9.1", "typescript": "^5.0.4"