From f6a3101956b49f789e7fcff58de766121c4cb359 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Apr 2022 02:01:02 +0000 Subject: [PATCH] fix: examples/custom-server-hapi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAPISTATEHOOD-2769251 --- examples/custom-server-hapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-server-hapi/package.json b/examples/custom-server-hapi/package.json index f70e2bc4807af..f908e73e367a8 100644 --- a/examples/custom-server-hapi/package.json +++ b/examples/custom-server-hapi/package.json @@ -7,7 +7,7 @@ "start": "NODE_ENV=production node server.js" }, "dependencies": { - "@hapi/hapi": "^18.3.1", + "@hapi/hapi": "^19.0.0", "next": "latest", "react": "^16.7.0", "react-dom": "^16.7.0"