From 2b1e94f2b3c16e4f8b618c088fd3053c1b8cdd71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 01:26:08 +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 b4ffc6c..228bf83 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "grunt-sync": "~0.0.4", "include-all": "~0.1.3", "ionic-push-server": "~1.0.0", - "jsonwebtoken": "5.0.1", + "jsonwebtoken": "9.0.0", "mangopay": "0.0.14", "merge": "^1.2.0", "moment": "~2.10.3",