Merge pull request #1931 from poolifier/dependabot/github_actions/pnpm/action-setup-3
[poolifier.git] / examples / typescript / http-client-pool / package.json
index 69af8517e735991aeacc03b4e88fb6f0e664a9ad..f0db7bb59e5977a356869816050e6bbc97812c76 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.11.0",
-    "pnpm": "8.15.0"
+    "pnpm": "8.15.1"
   },
   "scripts": {
     "build": "pnpm build:clean && tsc",
@@ -25,7 +25,7 @@
     "poolifier": "^3.1.19"
   },
   "devDependencies": {
-    "@types/node": "^20.11.10",
+    "@types/node": "^20.11.16",
     "typescript": "^5.3.3"
   }
 }