From: Jérôme Benoit Date: Thu, 14 Dec 2023 02:25:11 +0000 (+0100) Subject: Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-3.0... X-Git-Tag: v3.1.0~8^2~11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=88ee126bd16d59ed85baccce379b5100b37e831f;hp=65cd7a9ae4f5d491485d8c7cdd921efcdcd822bd;p=poolifier.git Merge dependabot/npm_and_yarn/examples/typescript/http-client-pool/poolifier-3.0.14 into combined-prs-branch --- diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index 9f32f911..1f5b681f 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -21,9 +21,9 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.24.3", + "fastify": "^4.25.0", "fastify-plugin": "^4.5.1", - "poolifier": "^3.0.13" + "poolifier": "^3.0.14" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", diff --git a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml index 07f937d9..56df4f40 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml @@ -6,14 +6,14 @@ settings: dependencies: fastify: - specifier: ^4.24.3 - version: 4.24.3 + specifier: ^4.25.0 + version: 4.25.0 fastify-plugin: specifier: ^4.5.1 version: 4.5.1 poolifier: - specifier: ^3.0.13 - version: 3.0.13 + specifier: ^3.0.14 + version: 3.0.14 devDependencies: '@rollup/plugin-typescript': @@ -562,8 +562,8 @@ packages: resolution: {integrity: sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==} dev: false - /fastify@4.24.3: - resolution: {integrity: sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg==} + /fastify@4.25.0: + resolution: {integrity: sha512-2XANZZDadl/PccnVbmrIC8BmUtb16MO5Hyfnqv1cZIslvf7GYTVwlPuVxLKL23NNxWRc5BikY8HyhWj+NJvokA==} dependencies: '@fastify/ajv-compiler': 3.5.0 '@fastify/error': 3.4.1 @@ -575,7 +575,7 @@ packages: find-my-way: 7.7.0 light-my-request: 5.11.0 pino: 8.17.0 - process-warning: 2.3.2 + process-warning: 3.0.0 proxy-addr: 2.0.7 rfdc: 1.3.0 secure-json-parse: 2.7.0 @@ -933,8 +933,8 @@ packages: thread-stream: 2.4.1 dev: false - /poolifier@3.0.13: - resolution: {integrity: sha512-OvO5FlZ54BZo6EyO405346SVSJtBEAENLI7mCWIfNrPJdULYjyWu7cIjrjStZR+AMNjqIJIkVfOM8c4SrQ+W4A==} + /poolifier@3.0.14: + resolution: {integrity: sha512-bER0wR3NADyvQpexHY6fbVd+rikk4hxt1tzIhKkwOcoJcqkoD+eAtN+2sVbAIUYFqwhNdeaZQwmpxcDlZ2jv3Q==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false @@ -948,6 +948,10 @@ packages: resolution: {integrity: sha512-n9wh8tvBe5sFmsqlg+XQhaQLumwpqoAUruLwjCopgTmUBjJ/fjtBsJzKleCaIGBOMXYEhp1YfKl4d7rJ5ZKJGA==} dev: false + /process-warning@3.0.0: + resolution: {integrity: sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==} + dev: false + /process@0.11.10: resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} engines: {node: '>= 0.6.0'}