X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=f860951bc8fd44b2964091d9c578cdb374eeefc3;hb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;hp=78747180ce7cba382658729e29652695aa4a8e0a;hpb=3fac7701e8a7a08a6d69d95e85d693853c58cf44;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 78747180..f860951b 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.6.1", - "pnpm": "8.7.5" + "pnpm": "8.7.6" }, "scripts": { "build": "rollup --config", @@ -21,15 +21,15 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.23.1", + "fastify": "^4.23.2", "fastify-plugin": "^4.5.1", "poolifier": "^2.6.44" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.6.0", + "@types/node": "^20.6.1", "autocannon": "^7.12.0", - "rollup": "^3.29.1", + "rollup": "^3.29.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", "typescript": "^5.2.2"