From edc00f705073f154c92cf11baabab7d891421206 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Dec 2021 01:41:29 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SWAGGERUI-2314885 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98e0b2093..4e15c9251 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "hapi-graceful-shutdown-plugin": "1.0.1", "hapi-mustache": "0.0.1", "hapi-swaggered": "2.12.2", - "hapi-swaggered-ui": "2.6.2", + "hapi-swaggered-ui": "3.0.0", "http-status-codes": "1.4.0", "inert": "4.2.1", "joi": "14.3.1",