X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=37c134d8b6b734c92f80a217b231711745713c2e;hb=5a97d25811e564e3f345489a3dad1ce35a8713ed;hp=d7ca9f51fc28e092f8c6c22e583c5010c9f89e93;hpb=61daa7116c6cd19b7e120f857a0d0427b83b7408;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index d7ca9f51..37c134d8 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,8 +6,8 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.11.0", - "pnpm": "8.15.1" + "node": "20.11.1", + "pnpm": "8.15.5" }, "scripts": { "build": "rollup --config --configPlugin typescript", @@ -21,17 +21,17 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.26.1", + "fastify": "^4.26.2", "fastify-plugin": "^4.5.1", - "poolifier": "^3.1.20" + "poolifier": "^3.1.27" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.17", + "@types/node": "^20.11.30", "autocannon": "^7.15.0", - "rollup": "^4.10.0", + "rollup": "^4.13.1", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.3.3" + "typescript": "^5.4.3" } }