X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=52c0818d2795e67fa80c109d3ead6f901b696f96;hb=904db6d9d1b78c7e60e86b7bc03fe4f069696289;hp=84e4b865aff2e9cd943f95d0eaf133abffc0f799;hpb=798c74345543159960fd0878c1a189eb8896a7d2;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 84e4b865..52c0818d 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "22.1.0", - "pnpm": "9.1.0" + "pnpm": "9.1.1" }, - "packageManager": "pnpm@9.1.0", + "packageManager": "pnpm@9.1.1", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -22,13 +22,13 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.26.2", + "fastify": "^4.27.0", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.2" + "poolifier": "^4.0.7" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "autocannon": "^7.15.0", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0",