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" }