From 5b3123dd6a7d065fed7b6a6d31166d15a59c87a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:39:53 +0000 Subject: [PATCH] Bump fastify from 4.8.1 to 4.10.2 Bumps [fastify](https://github.com/fastify/fastify) from 4.8.1 to 4.10.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.8.1...v4.10.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 80d805b..057afec 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "commander": "^9.4.1", "dotenv": "^8.2.0", "ejs": "^3.1.8", - "fastify": "^4.8.1", + "fastify": "^4.10.2", "pg": "^8.5.1", "pug": "^3.0.2", "sqlite3": "^5.0.3", diff --git a/yarn.lock b/yarn.lock index 2676a31..2d0e8b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -469,6 +469,11 @@ content-disposition@^0.5.3: dependencies: safe-buffer "5.2.1" +content-type@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + cookie@^0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" @@ -638,16 +643,17 @@ fastify-plugin@^4.0.0: resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.2.1.tgz#4b80020957938dbc44b8ad4a898fd8bcfbab3f65" integrity sha512-dlGKiwLzRBKkEf5J5ho0uAD/Jdv8GQVUbriB3tAX3ehRUXE4gTV3lRd5inEg9li1aLzb0EGj8y2K4/8g1TN06g== -fastify@^4.8.1: - version "4.8.1" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.8.1.tgz#45a341daa47e87e295ede5de31868ced2a1728c5" - integrity sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA== +fastify@^4.10.2: + version "4.10.2" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.10.2.tgz#0dd1cb8d16df3c14eff938c08aa6da63b4035d0d" + integrity sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA== dependencies: "@fastify/ajv-compiler" "^3.3.1" "@fastify/error" "^3.0.0" "@fastify/fast-json-stringify-compiler" "^4.1.0" abstract-logging "^2.0.1" avvio "^8.2.0" + content-type "^1.0.4" find-my-way "^7.3.0" light-my-request "^5.6.1" pino "^8.5.0" @@ -656,7 +662,7 @@ fastify@^4.8.1: rfdc "^1.3.0" secure-json-parse "^2.5.0" semver "^7.3.7" - tiny-lru "^9.0.2" + tiny-lru "^10.0.0" fastq@^1.6.1: version "1.13.0" @@ -1888,10 +1894,10 @@ thread-stream@^2.0.0: dependencies: real-require "^0.2.0" -tiny-lru@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-9.0.2.tgz#6714626d1961831da99472eb9f6d26b3ff999c39" - integrity sha512-SZwDlvflOPYiImKv2Rh/1uccO+r5JsEexLU1szFsVudzk17Sj250xl75/X3aY4vINS1ZulnCPqcndvW9R0y7Yg== +tiny-lru@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-10.0.1.tgz#aaf5d22207e641ed1b176ac2e616d6cc2fc9ef66" + integrity sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA== to-fast-properties@^2.0.0: version "2.0.0"