X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ea4d54f40d5d9c055d07fbcaa02239cbab04e6cd;hb=0193fdd350fa2b861631493bb2d3f857a69dda5f;hp=5a8b15b7a82109f426519af7da92bd6d8da5c284;hpb=88702641858698449f0388a3fae2d39367fe1c3a;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 5a8b15b7..ea4d54f4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "volta": { "node": "20.10.0", - "pnpm": "8.13.1" + "pnpm": "8.14.0" }, "repository": { "type": "git", @@ -39,9 +39,7 @@ } ], "type": "module", - "exports": [ - "./dist/start.js" - ], + "exports": "./dist/start.js", "auto-changelog": { "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}", "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}", @@ -93,21 +91,21 @@ } }, "dependencies": { - "@mikro-orm/core": "^5.9.7", - "@mikro-orm/mariadb": "^5.9.7", - "@mikro-orm/reflection": "^5.9.7", - "@mikro-orm/sqlite": "^5.9.7", + "@mikro-orm/core": "^6.0.1", + "@mikro-orm/mariadb": "^6.0.1", + "@mikro-orm/reflection": "^6.0.1", + "@mikro-orm/sqlite": "^6.0.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.4", "chalk": "^5.3.0", - "date-fns": "^3.0.6", + "date-fns": "^3.1.0", "http-status-codes": "^2.3.0", "just-merge": "^3.2.0", "logform": "^2.6.0", "mnemonist": "^0.39.7", "mongodb": "^6.3.0", - "poolifier": "^3.1.16", + "poolifier": "^3.1.18", "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.11.0", @@ -119,17 +117,17 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^18.4.3", - "@commitlint/config-conventional": "^18.4.3", - "@mikro-orm/cli": "^5.9.7", + "@commitlint/cli": "^18.4.4", + "@commitlint/config-conventional": "^18.4.4", + "@mikro-orm/cli": "^6.0.1", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.10.6", + "@types/node": "^20.10.7", "@types/tar": "^6.1.10", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", "auto-changelog": "^2.4.0", - "c8": "^8.0.1", + "c8": "^9.0.0", "clinic": "^13.0.0", "cross-env": "^7.0.3", "esbuild": "^0.19.11",