From 6a7e852e3086fefd272e0454592f2f1dcf526bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:11:11 +0000 Subject: [PATCH] Bump fastify from 4.26.1 to 4.26.2 Bumps [fastify](https://github.com/fastify/fastify) from 4.26.1 to 4.26.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.26.1...v4.26.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 d7e92e5..77f686f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fastify/static": "^7.0.1", "@typegoose/auto-increment": "^3.6.1", "dotenv": "^16.4.5", - "fastify": "^4.26.1", + "fastify": "^4.26.2", "mongoose": "^7.6.5", "typescript": "^5.3.3", "valid-url": "^1.0.9" @@ -1699,9 +1699,9 @@ "integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==" }, "node_modules/fastify": { - "version": "4.26.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.1.tgz", - "integrity": "sha512-tznA/G55dsxzM5XChBfcvVSloG2ejeeotfPPJSFaWmHyCDVGMpvf3nRNbsCb/JTBF9RmQFBfuujWt3Nphjesng==", + "version": "4.26.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.26.2.tgz", + "integrity": "sha512-90pjTuPGrfVKtdpLeLzND5nyC4woXZN5VadiNQCicj/iJU4viNHKhsAnb7jmv1vu2IzkLXyBiCzdWuzeXgQ5Ug==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 23da04b..8e15278 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fastify/static": "^7.0.1", "@typegoose/auto-increment": "^3.6.1", "dotenv": "^16.4.5", - "fastify": "^4.26.1", + "fastify": "^4.26.2", "mongoose": "^7.6.5", "typescript": "^5.3.3", "valid-url": "^1.0.9"