build(deps-dev): bump tsx from 4.7.1 to 4.7.2
[e-mobility-charging-stations-simulator.git] / package.json
index cf3b8111352bb2431a3c6f2ee2fb23d1bf7767b0..be6591cca0a085e4ad5c75530710557224c951c3 100644 (file)
@@ -7,7 +7,7 @@
     "pnpm": ">=8.6.0"
   },
   "volta": {
-    "node": "20.12.0",
+    "node": "20.12.1",
     "pnpm": "8.15.6"
   },
   "packageManager": "pnpm@8.15.6",
@@ -52,7 +52,6 @@
     "useTsNode": true
   },
   "scripts": {
-    "preinstall": "node skip-preinstall.js",
     "prepare": "node prepare.js",
     "build-requirements": "node --no-warnings build-requirements.js",
     "start": "pnpm build && cross-env NODE_ENV=production node dist/start.js",
     "rimraf": "^5.0.5",
     "semver": "^7.6.0",
     "ts-node": "^10.9.2",
-    "tsx": "^4.7.1",
+    "tsx": "^4.7.2",
     "typescript": "~5.4.3"
   }
 }