From 2435a1a93fffcae9d72e316aea7b3c5e7fe76b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 11:31:07 +0200 Subject: [PATCH] chore(deps): bump fastify from 4.26.2 to 4.27.0 (#48) Bumps [fastify](https://github.com/fastify/fastify) from 4.26.2 to 4.27.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.26.2...v4.27.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c511ab1..bd1bb78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@aws-sdk/client-s3": "^3.569.0", "@fastify/cors": "^9.0.1", "@sinclair/typebox": "^0.32.28", - "fastify": "^4.26.2", + "fastify": "^4.27.0", "fflate": "^0.8.2", "fs-extra": "^11.2.0", "lru-cache": "^10.2.2", @@ -5210,9 +5210,9 @@ } }, "node_modules/fastify": { - "version": "4.26.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.2.tgz", - "integrity": "sha512-90pjTuPGrfVKtdpLeLzND5nyC4woXZN5VadiNQCicj/iJU4viNHKhsAnb7jmv1vu2IzkLXyBiCzdWuzeXgQ5Ug==", + "version": "4.27.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.27.0.tgz", + "integrity": "sha512-ci9IXzbigB8dyi0mSy3faa3Bsj0xWAPb9JeT4KRzubdSb6pNhcADRUaXCBml6V1Ss/a05kbtQls5LBmhHydoTA==", "funding": [ { "type": "github", @@ -5233,7 +5233,7 @@ "fast-json-stringify": "^5.8.0", "find-my-way": "^8.0.0", "light-my-request": "^5.11.0", - "pino": "^8.17.0", + "pino": "^9.0.0", "process-warning": "^3.0.0", "proxy-addr": "^2.0.7", "rfdc": "^1.3.0", @@ -7578,9 +7578,9 @@ } }, "node_modules/pino": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz", - "integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.0.0.tgz", + "integrity": "sha512-uI1ThkzTShNSwvsUM6b4ND8ANzWURk9zTELMztFkmnCQeR/4wkomJ+echHee5GMWGovoSfjwdeu80DsFIt7mbA==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", diff --git a/package.json b/package.json index 4705bfa..7f1bbbe 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@aws-sdk/client-s3": "^3.569.0", "@fastify/cors": "^9.0.1", "@sinclair/typebox": "^0.32.28", - "fastify": "^4.26.2", + "fastify": "^4.27.0", "fflate": "^0.8.2", "fs-extra": "^11.2.0", "lru-cache": "^10.2.2",