From 66af8417048692630c910b28e365b17a2013d07e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 20:00:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a71a07..8747acc 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "@hapi/boom": "^9.0.0", "cookie": "^0.4.0", - "jsonwebtoken": "^8.5.1" + "jsonwebtoken": "^9.0.0" }, "devDependencies": { "@hapi/basic": "^6.0.0",