X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-client-pool%2Fpackage.json;h=35600780bdab92e89a4d92295511f3fc9f6720fe;hb=60aa9f2f82b880212aa9478e05f18490175fcab8;hp=f18905ff58c13d4f681f5183e169f18ee9695f11;hpb=4aeb640dc15908e9d2d903642da6f439baf135f3;p=poolifier.git diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index f18905ff..35600780 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -7,7 +7,7 @@ "type": "module", "volta": { "node": "20.10.0", - "pnpm": "8.12.1" + "pnpm": "8.13.1" }, "scripts": { "build": "pnpm build:clean && tsc", @@ -20,7 +20,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^1.6.2", + "axios": "^1.6.3", "node-fetch": "^3.3.2", "poolifier": "^3.1.11" },