X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=8d1c085bc916fbf6de375f92f883f1199110051c;hb=ac1495b44b6764e485337d393ce9c0328e4e8f76;hp=6f0537459c4b8cdea4237d6f59d94d67a1f404ef;hpb=8e392fb5890203f33678e0b7a4022c06d4e8da8d;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 6f053745..8d1c085b 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.20", + "version": "1.2.21", "engines": { - "node": ">=16.14.0", + "node": ">=18.17.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.5.1", - "pnpm": "8.6.12" + "node": "20.7.0", + "pnpm": "8.7.6" }, "repository": { "type": "git", @@ -94,32 +94,32 @@ "ejs": "^3.1.9", "got": "^12.6.1", "semver": "^7.5.3", + "uuid": "^9.0.0", "tough-cookie": "^4.1.3" } }, "dependencies": { - "@mikro-orm/core": "^5.7.14", - "@mikro-orm/mariadb": "^5.7.14", - "@mikro-orm/reflection": "^5.7.14", - "@mikro-orm/sqlite": "^5.7.14", + "@mikro-orm/core": "^5.8.1", + "@mikro-orm/mariadb": "^5.8.1", + "@mikro-orm/reflection": "^5.8.1", + "@mikro-orm/sqlite": "^5.8.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.3", "chalk": "^5.3.0", "date-fns": "^2.30.0", - "deep-clone": "^4.0.0", "http-status-codes": "^2.2.0", "just-merge": "^3.2.0", "logform": "^2.5.1", "mnemonist": "^0.39.5", - "mongodb": "^5.7.0", - "poolifier": "^2.6.31", + "mongodb": "^6.1.0", + "poolifier": "^2.6.45", "source-map-support": "^0.5.21", - "tar": "^6.1.15", + "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.10.0", "winston-daily-rotate-file": "^4.7.1", - "ws": "^8.13.0" + "ws": "^8.14.1" }, "optionalDependencies": { "bufferutil": "^4.0.7", @@ -128,47 +128,47 @@ "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", - "@mikro-orm/cli": "^5.7.14", + "@mikro-orm/cli": "^5.8.1", "@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.5.1", + "@types/node": "^20.6.2", "@types/sinon": "^10.0.16", - "@types/tar": "^6.1.5", + "@types/tar": "^6.1.6", "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^6.4.0", - "@typescript-eslint/parser": "^6.4.0", + "@typescript-eslint/eslint-plugin": "^6.7.2", + "@typescript-eslint/parser": "^6.7.2", "@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.47.0", + "eslint": "^8.49.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-jsdoc": "^46.4.6", - "eslint-plugin-n": "^16.0.1", + "eslint-plugin-jsdoc": "^46.8.1", + "eslint-plugin-n": "^16.1.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-tsdoc": "^0.2.17", - "expect": "^29.6.2", + "expect": "^29.7.0", "husky": "^8.0.3", - "lint-staged": "^14.0.0", + "lint-staged": "^14.0.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^3.0.2", + "prettier": "^3.0.3", "release-it": "^16.1.5", "rimraf": "^5.0.1", "robohydra": "^0.6.9", - "rollup": "^3.28.0", + "rollup": "^3.29.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.4", - "sinon": "^15.2.0", + "sinon": "^16.0.0", "ts-node": "^10.9.1", - "typescript": "^5.1.6" + "typescript": "~5.2.2" } }