From 1ae8eaac43377f802da2ddb8de7ba9a7b71a3695 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:12:23 +0000 Subject: [PATCH] chore(deps): update dependency fastify to v4.24.3 (#911) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crawler/package.json | 2 +- crawler/yarn.lock | 8 ++++---- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/crawler/package.json b/crawler/package.json index 7e37307f..be9a5440 100644 --- a/crawler/package.json +++ b/crawler/package.json @@ -27,7 +27,7 @@ "@fastify/cookie": "9.1.0", "@fastify/cors": "8.4.0", "@fastify/session": "10.5.0", - "fastify": "4.24.2" + "fastify": "4.24.3" }, "devDependencies": { "@book000/node-utils": "1.6.26", diff --git a/crawler/yarn.lock b/crawler/yarn.lock index 51a0c3a2..e7547b8d 100644 --- a/crawler/yarn.lock +++ b/crawler/yarn.lock @@ -1763,10 +1763,10 @@ fastify-plugin@^4.0.0: resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee" integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ== -fastify@4.24.2: - version "4.24.2" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.2.tgz#fad5d42b1abd112aac6ee699e40fec13a2bcbfa8" - integrity sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA== +fastify@4.24.3: + version "4.24.3" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.3.tgz#bf97a3f5158ff7f78af949d483cac4e6115fb651" + integrity sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg== dependencies: "@fastify/ajv-compiler" "^3.5.0" "@fastify/error" "^3.4.0" diff --git a/web/package.json b/web/package.json index c30dbfcd..f8da5c55 100644 --- a/web/package.json +++ b/web/package.json @@ -29,7 +29,7 @@ "@types/node": "18.18.6", "eslint": "8.51.0", "eslint-plugin-nuxt": "4.0.0", - "fastify": "4.24.2", + "fastify": "4.24.3", "sass": "1.69.4", "typescript": "5.1.6", "vite-plugin-eslint": "1.8.1", diff --git a/web/yarn.lock b/web/yarn.lock index 9e828aaa..5442907b 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -4172,10 +4172,10 @@ fast-uri@^2.0.0, fast-uri@^2.1.0: resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.2.0.tgz#519a0f849bef714aad10e9753d69d8f758f7445a" integrity sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg== -fastify@4.24.2: - version "4.24.2" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.2.tgz#fad5d42b1abd112aac6ee699e40fec13a2bcbfa8" - integrity sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA== +fastify@4.24.3: + version "4.24.3" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.3.tgz#bf97a3f5158ff7f78af949d483cac4e6115fb651" + integrity sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg== dependencies: "@fastify/ajv-compiler" "^3.5.0" "@fastify/error" "^3.4.0"