Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-hybrid...
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / package.json
index 8bd77908817aeeb75c75752bd9458a204a4bc41a..1f5b681fc20167ad8f49f17cfffc052c64ed7980 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.10.0",
-    "pnpm": "8.12.0"
+    "pnpm": "8.12.1"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
@@ -21,9 +21,9 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.24.3",
+    "fastify": "^4.25.0",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^3.0.13"
+    "poolifier": "^3.0.14"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.5",