From f0e0ddb79ebc4dc8dc88331b96860eaffdb585d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:50:52 +0000 Subject: [PATCH] build(deps): bump fastify from 4.10.2 to 4.11.0 (#1182) Bumps [fastify](https://github.com/fastify/fastify) from 4.10.2 to 4.11.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.10.2...v4.11.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7519b8f2e..45b99c72e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "cssom": "^0.5.0", "dotenv": "^16.0.3", "env-schema": "^5.2.0", - "fastify": "^4.10.2", + "fastify": "^4.11.0", "fastify-disablecache": "^3.0.4", "fastify-floc-off": "^2.0.4", "fastify-plugin": "^4.4.0", @@ -4577,9 +4577,9 @@ "integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==" }, "node_modules/fastify": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.2.tgz", - "integrity": "sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.11.0.tgz", + "integrity": "sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw==", "dependencies": { "@fastify/ajv-compiler": "^3.3.1", "@fastify/error": "^3.0.0", diff --git a/package.json b/package.json index 3a27a6f68..a6e5b56f0 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "cssom": "^0.5.0", "dotenv": "^16.0.3", "env-schema": "^5.2.0", - "fastify": "^4.10.2", + "fastify": "^4.11.0", "fastify-disablecache": "^3.0.4", "fastify-floc-off": "^2.0.4", "fastify-plugin": "^4.4.0",