build(deps-dev): apply updates in examples
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / package.json
index 849df49624afad76617d6fe74864de8690e1cad2..f5ecc7393d4b65f6b5c6f282941d40e64c10c9a1 100644 (file)
@@ -6,13 +6,13 @@
   "main": "dist/main.js",
   "type": "module",
   "volta": {
-    "node": "20.8.1",
-    "pnpm": "8.9.2"
+    "node": "20.10.0",
+    "pnpm": "8.13.1"
   },
   "scripts": {
     "build": "pnpm build:clean && tsc",
     "build:clean": "tsc --build --clean",
-    "start": "node dist/main.js",
+    "start": "node --enable-source-maps dist/main.js",
     "test": "echo \"Error: no test specified\" && exit 1",
     "benchmark:echo": "autocannon -c 100 -d 30 -p 10 -m POST -H Content-Type=application/json -b '{\"key1\":\"value1\", \"key2\":\"value2\"}' http://localhost:8080/api/echo",
     "benchmark:factorial": "autocannon -c 100 -d 30 -p 10 http://localhost:8080/api/factorial/30"
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.24.3",
+    "fastify": "^4.25.2",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^3.0.3"
+    "poolifier": "^3.1.15"
   },
   "devDependencies": {
-    "@types/node": "^20.8.7",
-    "autocannon": "^7.12.0",
-    "typescript": "^5.2.2"
+    "@types/node": "^20.10.6",
+    "autocannon": "^7.14.0",
+    "typescript": "^5.3.3"
   }
 }