From 753abb84c751321cc83a5661268e7631d1644dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 07:55:32 +0000 Subject: [PATCH] chore(deps): bump fastify from 4.8.1 to 4.10.2 in /examples/with-fastify 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] --- examples/with-fastify/package.json | 2 +- examples/with-fastify/yarn.lock | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/examples/with-fastify/package.json b/examples/with-fastify/package.json index 6e7bb2afb..039014a1d 100644 --- a/examples/with-fastify/package.json +++ b/examples/with-fastify/package.json @@ -12,6 +12,6 @@ "dependencies": { "@bull-board/fastify": "^4.2.1", "bullmq": "^1.81.1", - "fastify": "^4.8.1" + "fastify": "^4.10.2" } } diff --git a/examples/with-fastify/yarn.lock b/examples/with-fastify/yarn.lock index 631beb78c..904e90b1a 100644 --- a/examples/with-fastify/yarn.lock +++ b/examples/with-fastify/yarn.lock @@ -211,6 +211,11 @@ content-disposition@^0.5.3: dependencies: safe-buffer "5.1.2" +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" @@ -334,16 +339,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" @@ -352,7 +358,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" @@ -845,10 +851,10 @@ thread-stream@^2.0.0: dependencies: real-require "^0.1.0" -tiny-lru@^9.0.2: - version "9.0.3" - resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-9.0.3.tgz#f6a2121f433607a7f338881a23090829c1ea8cae" - integrity sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw== +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== toidentifier@1.0.1: version "1.0.1"