From 7d17638818b53101a639609eca85b5bcbbf3e8df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Mar 2024 19:26:19 +0000 Subject: [PATCH] fix: sample/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 80234eaa..1b4321f0 100644 --- a/sample/package.json +++ b/sample/package.json @@ -17,7 +17,7 @@ "ejs": "^3.1.9", "express": "^4.14.0", "express-session": "^1.14.2", - "intuit-oauth": "^3.0.1", + "intuit-oauth": "^4.1.0", "ngrok": "^5.0.0-beta.2", "path": "^0.12.7" },