build: bump pnpm volta version
[e-mobility-charging-stations-simulator.git] / package.json
index c4d158fd6429e8f15ad199fd061816d7f4964823..1b79e6dcb4f8012823a3e880b5db144e492ce486 100644 (file)
@@ -7,8 +7,8 @@
     "pnpm": ">=8.6.0"
   },
   "volta": {
-    "node": "20.8.1",
-    "pnpm": "8.9.2"
+    "node": "20.9.0",
+    "pnpm": "8.10.0"
   },
   "repository": {
     "type": "git",
@@ -75,8 +75,8 @@
     "lint": "cross-env TIMING=1 eslint --cache src",
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix src",
     "format": "prettier --cache --write .",
-    "test": "glob -c \"c8 node --loader tsx --no-warnings=ExperimentalWarning --test\" \"tests/**/*.test.ts\"",
-    "test:debug": "glob -c \"node --loader tsx --no-warnings=ExperimentalWarning --test --inspect\" \"tests/**/*.test.ts\"",
+    "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"",
+    "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"",
     "coverage": "c8 report --reporter=lcov",
     "coverage:html": "c8 report --reporter=html",
     "clinic:clean": "clinic clean",
     }
   },
   "dependencies": {
-    "@mikro-orm/core": "^5.8.9",
-    "@mikro-orm/mariadb": "^5.8.9",
-    "@mikro-orm/reflection": "^5.8.9",
-    "@mikro-orm/sqlite": "^5.8.9",
+    "@mikro-orm/core": "^5.9.0",
+    "@mikro-orm/mariadb": "^5.9.0",
+    "@mikro-orm/reflection": "^5.9.0",
+    "@mikro-orm/sqlite": "^5.9.0",
     "ajv": "^8.12.0",
     "ajv-formats": "^2.1.1",
     "basic-ftp": "^5.0.3",
     "just-merge": "^3.2.0",
     "logform": "^2.6.0",
     "mnemonist": "^0.39.5",
-    "mongodb": "^6.1.0",
-    "poolifier": "^3.0.2",
+    "mongodb": "^6.2.0",
+    "poolifier": "^3.0.5",
     "source-map-support": "^0.5.21",
     "tar": "^6.2.0",
     "tslib": "^2.6.2",
     "utf-8-validate": "^6.0.3"
   },
   "devDependencies": {
-    "@commitlint/cli": "^17.8.0",
-    "@commitlint/config-conventional": "^17.8.0",
-    "@mikro-orm/cli": "^5.8.9",
+    "@commitlint/cli": "^18.2.0",
+    "@commitlint/config-conventional": "^18.1.0",
+    "@mikro-orm/cli": "^5.9.0",
     "@release-it/bumper": "^5.1.0",
     "@rollup/plugin-json": "^6.0.1",
     "@rollup/plugin-terser": "^0.4.4",
     "@rollup/plugin-typescript": "^11.1.5",
-    "@types/node": "^20.8.7",
-    "@types/sinon": "^10.0.19",
-    "@types/tar": "^6.1.6",
-    "@types/ws": "^8.5.7",
-    "@typescript-eslint/eslint-plugin": "^6.8.0",
-    "@typescript-eslint/parser": "^6.8.0",
-    "@web/rollup-plugin-copy": "^0.4.0",
+    "@types/node": "^20.8.9",
+    "@types/sinon": "^10.0.20",
+    "@types/tar": "^6.1.7",
+    "@types/ws": "^8.5.8",
+    "@typescript-eslint/eslint-plugin": "^6.9.0",
+    "@typescript-eslint/parser": "^6.9.0",
+    "@web/rollup-plugin-copy": "^0.4.1",
     "auto-changelog": "^2.4.0",
     "c8": "^8.0.1",
     "clinic": "^13.0.0",
     "cross-env": "^7.0.3",
-    "eslint": "^8.51.0",
+    "eslint": "^8.52.0",
     "eslint-config-prettier": "^9.0.0",
     "eslint-import-resolver-typescript": "^3.6.1",
-    "eslint-plugin-import": "^2.28.1",
+    "eslint-plugin-import": "^2.29.0",
     "eslint-plugin-jsdoc": "^46.8.2",
     "eslint-plugin-n": "^16.2.0",
     "eslint-plugin-prettier": "^5.0.1",
     "expect": "^29.7.0",
     "glob": "^10.3.10",
     "husky": "^8.0.3",
-    "lint-staged": "^15.0.1",
+    "lint-staged": "^15.0.2",
     "prettier": "^3.0.3",
     "release-it": "^16.2.1",
     "rimraf": "^5.0.5",
-    "rollup": "^4.1.4",
+    "rollup": "^4.1.5",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-delete": "^2.0.0",
     "semver": "^7.5.4",
-    "sinon": "^16.1.0",
+    "sinon": "^17.0.0",
     "ts-node": "^10.9.1",
     "tsx": "^3.14.0",
     "typescript": "~5.2.2"