From 5029f88d549843fa72b861f4d95fc7b3b6694877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:17:19 +0000 Subject: [PATCH] Bump fastify from 2.14.1 to 2.15.1 Bumps [fastify](https://github.com/fastify/fastify) from 2.14.1 to 2.15.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v2.14.1...v2.15.1) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d9b7879..1d8ad06 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "start": "node index.js" }, "dependencies": { - "fastify": "^2.10.0", + "fastify": "^2.15.1", "fastify-cors": "3.0.3" }, "keywords": [], diff --git a/yarn.lock b/yarn.lock index 9cf0e09..eee2b3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27,10 +27,10 @@ atomic-sleep@^1.0.0: resolved "https://registry.yarnpkg.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz#eb85b77a601fc932cfe432c5acd364a9e2c9075b" integrity sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ== -avvio@^6.3.1: - version "6.4.1" - resolved "https://registry.yarnpkg.com/avvio/-/avvio-6.4.1.tgz#bb4127ca8b9b9c322d742a9b40962dfdca5d68b1" - integrity sha512-jeZaUK+F7MuWSNT3VHfltskPJZKqVeTWQqBA4SDaDoLaQ0lb5TOgLeQT1BEuhTIUNISCDCGY3zjYyVmQQ48gKA== +avvio@^6.4.1: + version "6.5.0" + resolved "https://registry.yarnpkg.com/avvio/-/avvio-6.5.0.tgz#d2cf119967fe90d2156afc29de350ced800cdaab" + integrity sha512-BmzcZ7gFpyFJsW8G+tfQw8vJNUboA9SDkkHLZ9RAALhvw/rplfWwni8Ee1rA11zj/J7/E5EvZmweusVvTHjWCA== dependencies: archy "^1.0.0" debug "^4.0.0" @@ -102,14 +102,14 @@ fastify-plugin@^1.6.0: dependencies: semver "^6.3.0" -fastify@^2.10.0: - version "2.14.1" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-2.14.1.tgz#2946e8e9adebcd1b4f634178c8fb7162fb816cf4" - integrity sha512-nSL8AgIdFCpZmFwjqB5Zzv+3/1KpwwVtB/h88Q4Og8njYbkddKGpuQlQ2tHUULXPTJrLZ7wop6olzx6HEbHdpw== +fastify@^2.15.1: + version "2.15.1" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-2.15.1.tgz#195a068bca87c7b57a83fe81f0aa66e86c6a3992" + integrity sha512-pEE1pa5j/vtZeZTbPpFgsJgzLbThcYgiLDw2yZIG8qNZ5LkF1Ew2vbv9k3nTXNxGEPYFBbyNTCKRSj3JbX+FhA== dependencies: abstract-logging "^2.0.0" ajv "^6.12.0" - avvio "^6.3.1" + avvio "^6.4.1" fast-json-stringify "^1.18.0" find-my-way "^2.2.2" flatstr "^1.0.12"