build(deps): bump poolifier in /examples/typescript/http-client-pool
[poolifier.git] / examples / typescript / http-client-pool / package.json
index 3ce8ffb0fc7a1819d538b4d60f7fa17fb18f81a4..4f48b307a97857a66fd0bbec2d9fc1ec92481ce6 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.5.1",
-    "pnpm": "8.6.12"
+    "pnpm": "8.7.0"
   },
   "scripts": {
     "build": "pnpm build:clean && tsc",
   "dependencies": {
     "axios": "^1.4.0",
     "node-fetch": "^3.3.2",
-    "poolifier": "^2.6.27"
+    "poolifier": "^2.6.37"
   },
   "devDependencies": {
-    "@types/node": "^20.5.0",
-    "typescript": "^5.1.6"
+    "@types/node": "^20.5.6",
+    "typescript": "^5.2.2"
   }
 }