From 80ddb82614e0812cfbbec9d98f7365613e13cfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 15:39:58 +0000 Subject: [PATCH] Bump fastify from 2.14.1 to 2.15.1 in /preact 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) Signed-off-by: dependabot[bot] --- preact/package.json | 2 +- preact/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/preact/package.json b/preact/package.json index 99d92ad..8130434 100644 --- a/preact/package.json +++ b/preact/package.json @@ -24,7 +24,7 @@ "babel-loader": "^8.1.0", "emotion": "^10.0.27", "emotion-server": "^10.0.27", - "fastify": "^2.13.0", + "fastify": "^2.15.1", "fastify-static": "^2.7.0", "jsxstyle": "^2.3.1", "jsxstyle-webpack-plugin": "^1.3.1", diff --git a/preact/yarn.lock b/preact/yarn.lock index 8dc7e7a..9adaf0d 100644 --- a/preact/yarn.lock +++ b/preact/yarn.lock @@ -1505,10 +1505,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" @@ -2740,14 +2740,14 @@ fastify-static@^2.7.0: readable-stream "^3.4.0" send "^0.16.0" -fastify@^2.13.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"