From 96cd69668245a8a478f5c29e68e451a19146ffb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:59:40 +0800 Subject: [PATCH] fix(deps): update dependency @hapi/hapi to v20.2.1 (#301) Co-authored-by: Renovate Bot --- example/hapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/hapi/package.json b/example/hapi/package.json index 097c88d3..d4b71e70 100644 --- a/example/hapi/package.json +++ b/example/hapi/package.json @@ -34,6 +34,6 @@ }, "dependencies": { "@babel/runtime": "7.15.4", - "@hapi/hapi": "20.2.0" + "@hapi/hapi": "20.2.1" } }