From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:03:16 +0000 (+0000) Subject: build(deps): bump fastify X-Git-Tag: v3.0.1~16^2~3^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=375b972d1b4568ea738f6f653b0416b6cd79c5e2;p=poolifier.git build(deps): bump fastify Bumps [fastify](https://github.com/fastify/fastify) from 4.23.2 to 4.24.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.23.2...v4.24.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index 787bf496..7cd7d779 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.23.2", + "fastify": "^4.24.0", "fastify-plugin": "^4.5.1", "poolifier": "^3.0.0" }, diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml index a84a7d4b..15bb69fa 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: fastify: - specifier: ^4.23.2 - version: 4.23.2 + specifier: ^4.24.0 + version: 4.24.0 fastify-plugin: specifier: ^4.5.1 version: 4.5.1 @@ -298,8 +298,8 @@ packages: resolution: {integrity: sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==} dev: false - /fastify@4.23.2: - resolution: {integrity: sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA==} + /fastify@4.24.0: + resolution: {integrity: sha512-6Uu2cCAV1UgexPnWKchgRt77lng9ivNmyFhPMcgUbJ4VaVBE1l6aYluiYZiVsgOBFpHrmdj7FD6n1aHswln4yQ==} dependencies: '@fastify/ajv-compiler': 3.5.0 '@fastify/error': 3.3.0 @@ -308,7 +308,7 @@ packages: avvio: 8.2.1 fast-content-type-parse: 1.0.0 fast-json-stringify: 5.8.0 - find-my-way: 7.6.2 + find-my-way: 7.7.0 light-my-request: 5.10.0 pino: 8.15.1 process-warning: 2.2.0 @@ -327,8 +327,8 @@ packages: reusify: 1.0.4 dev: false - /find-my-way@7.6.2: - resolution: {integrity: sha512-0OjHn1b1nCX3eVbm9ByeEHiscPYiHLfhei1wOUU9qffQkk98wE0Lo8VrVYfSGMgnSnDh86DxedduAnBf4nwUEw==} + /find-my-way@7.7.0: + resolution: {integrity: sha512-+SrHpvQ52Q6W9f3wJoJBbAQULJuNEEQwBvlvYwACDhBTLOTMiQ0HYWh4+vC3OivGP2ENcTI1oKlFA2OepJNjhQ==} engines: {node: '>=14'} dependencies: fast-deep-equal: 3.1.3