From 86654ce64bfc5e79b91e238e4d1e692fda96506a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 12:35:41 +0000 Subject: [PATCH] fix: samples/adobe-auth-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- samples/adobe-auth-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/adobe-auth-node/package.json b/samples/adobe-auth-node/package.json index 539f1d8f..645a5f88 100644 --- a/samples/adobe-auth-node/package.json +++ b/samples/adobe-auth-node/package.json @@ -15,6 +15,6 @@ "express-session": "^1.15.6", "jade": "^1.11.0", "request": "^2.85.0", - "request-promise": "^4.2.2" + "request-promise": "^4.2.6" } }