From 03294d035a3b7735ca7fa979edff57038a3d2da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:19:02 +0000 Subject: [PATCH] Build(deps): bump fastify from 4.27.0 to 4.28.0 (#644) Bumps [fastify](https://github.com/fastify/fastify) from 4.27.0 to 4.28.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.27.0...v4.28.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 | 18 +++++++++--------- package.json | 2 +- src/step-11-authorization/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab70b8a..72fb2cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vueuse/shared": "^10.10.0", "desm": "^1.3.1", "env-schema": "^5.2.1", - "fastify": "^4.27.0", + "fastify": "^4.28.0", "fluent-json-schema": "^4.2.1", "graphql": "^16.8.1", "mercurius": "^14.1.0", @@ -5966,9 +5966,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "node_modules/fastify": { - "version": "4.27.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.27.0.tgz", - "integrity": "sha512-ci9IXzbigB8dyi0mSy3faa3Bsj0xWAPb9JeT4KRzubdSb6pNhcADRUaXCBml6V1Ss/a05kbtQls5LBmhHydoTA==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.28.0.tgz", + "integrity": "sha512-HhW7UHW07YlqH5qpS0af8d2Gl/o98DhJ8ZDQWHRNDnzeOhZvtreWsX8xanjGgXmkYerGbo8ax/n40Dpwqkot8Q==", "funding": [ { "type": "github", @@ -14926,7 +14926,7 @@ "src/step-11-authorization": { "name": "authorization", "dependencies": { - "fastify": "^4.27.0", + "fastify": "^4.28.0", "mercurius": "^14.1.0", "mercurius-auth": "^5.0.0" } @@ -17580,7 +17580,7 @@ "authorization": { "version": "file:src/step-11-authorization", "requires": { - "fastify": "^4.27.0", + "fastify": "^4.28.0", "mercurius": "^14.1.0", "mercurius-auth": "^5.0.0" } @@ -19197,9 +19197,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "fastify": { - "version": "4.27.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.27.0.tgz", - "integrity": "sha512-ci9IXzbigB8dyi0mSy3faa3Bsj0xWAPb9JeT4KRzubdSb6pNhcADRUaXCBml6V1Ss/a05kbtQls5LBmhHydoTA==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.28.0.tgz", + "integrity": "sha512-HhW7UHW07YlqH5qpS0af8d2Gl/o98DhJ8ZDQWHRNDnzeOhZvtreWsX8xanjGgXmkYerGbo8ax/n40Dpwqkot8Q==", "requires": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.4.0", diff --git a/package.json b/package.json index 61feb1f..2b7b074 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@vueuse/shared": "^10.10.0", "desm": "^1.3.1", "env-schema": "^5.2.1", - "fastify": "^4.27.0", + "fastify": "^4.28.0", "fluent-json-schema": "^4.2.1", "graphql": "^16.8.1", "mercurius": "^14.1.0", diff --git a/src/step-11-authorization/package.json b/src/step-11-authorization/package.json index dc0c2de..9f7eec6 100644 --- a/src/step-11-authorization/package.json +++ b/src/step-11-authorization/package.json @@ -6,7 +6,7 @@ "test": "c8 tap --no-cov" }, "dependencies": { - "fastify": "^4.27.0", + "fastify": "^4.28.0", "mercurius": "^14.1.0", "mercurius-auth": "^5.0.0" }