X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-hybrid%2Fpackage.json;h=0f27d26ae7cd72a76b9d6570361ec96ffc68780a;hb=dc83654281bc46f8b391e694749cecf106bcd681;hp=55ca2c845f304124f8b4907020e85da3a58056b3;hpb=c2ada068b2eede3f9ffdcf2c3c2fe91806315ea5;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 55ca2c84..0f27d26a 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.12.1", - "pnpm": "8.15.6" + "node": "20.12.2", + "pnpm": "8.15.7" }, - "packageManager": "pnpm@8.15.6", + "packageManager": "pnpm@8.15.7", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -28,11 +28,11 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.5", + "@types/node": "^20.12.7", "autocannon": "^7.15.0", - "rollup": "^4.14.1", + "rollup": "^4.14.2", "rollup-plugin-delete": "^2.0.0", "tslib": "^2.6.2", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } }