Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 3 Oct 2023 08:42:07 +0000 (10:42 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2023 08:42:07 +0000 (10:42 +0200)
examples/typescript/http-server-pool/fastify-worker_threads/package.json
examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml

index 9d23598d22dada61c8ef3f2e65faa682bac1746e..860c144f6ed944af04c5a4903f9056a03b7e03b0 100644 (file)
@@ -26,7 +26,7 @@
     "poolifier": "^2.7.4"
   },
   "devDependencies": {
-    "@types/node": "^20.7.2",
+    "@types/node": "^20.8.2",
     "autocannon": "^7.12.0",
     "typescript": "^5.2.2"
   }
index fad1bb2a169891bf8b2d0a8c3c234215d1a31c9b..0840b2145d23e2d761b57c25ec94bf798a52752a 100644 (file)
@@ -17,8 +17,8 @@ dependencies:
 
 devDependencies:
   '@types/node':
-    specifier: ^20.7.2
-    version: 20.7.2
+    specifier: ^20.8.2
+    version: 20.8.2
   autocannon:
     specifier: ^7.12.0
     version: 7.12.0
@@ -61,8 +61,8 @@ packages:
       fast-json-stringify: 5.8.0
     dev: false
 
-  /@types/node@20.7.2:
-    resolution: {integrity: sha512-RcdC3hOBOauLP+r/kRt27NrByYtDjsXyAuSbR87O6xpsvi763WI+5fbSIvYJrXnt9w4RuxhV6eAXfIs7aaf/FQ==}
+  /@types/node@20.8.2:
+    resolution: {integrity: sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==}
     dev: true
 
   /abort-controller@3.0.0: