From 5031cb24c9c61ac6cfde686222811a73057cea31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:05:27 +0100 Subject: [PATCH] chore(deps): update dependency fastify to ^4.26.2 (#882) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c9acad..0037dfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", - "fastify": "^4.26.1", + "fastify": "^4.26.2", "jest": "^29.7.0", "pg": "^8.11.3", "prettier": "^3.0.3", @@ -41,7 +41,7 @@ "@nestjs/common": "^10.3.3", "@nestjs/swagger": "^7.3.0", "express": "^4.18.2", - "fastify": "^4.26.1", + "fastify": "^4.26.2", "typeorm": "^0.3.17" } }, @@ -4200,9 +4200,9 @@ "dev": true }, "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==", "dev": true, "funding": [ { @@ -11781,9 +11781,9 @@ "dev": true }, "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==", "dev": true, "requires": { "@fastify/ajv-compiler": "^3.5.0", diff --git a/package.json b/package.json index 6f1435c..62e1967 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", - "fastify": "^4.26.1", + "fastify": "^4.26.2", "jest": "^29.7.0", "pg": "^8.11.3", "prettier": "^3.0.3", @@ -64,7 +64,7 @@ "@nestjs/common": "^10.3.3", "@nestjs/swagger": "^7.3.0", "express": "^4.18.2", - "fastify": "^4.26.1", + "fastify": "^4.26.2", "typeorm": "^0.3.17" }, "jest": {