From 86ec8c098dbe0c454370aa91093c0204ce3048e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Feb 2021 02:13:49 +0000 Subject: [PATCH] fix: upgrade @adobe/jwt-auth from 0.3.1 to 0.3.3 Snyk has created this PR to upgrade @adobe/jwt-auth from 0.3.1 to 0.3.3. See this package in npm: https://www.npmjs.com/package/@adobe/jwt-auth See this project in Snyk: https://app.snyk.io/org/ittaibaratz/project/c1b96583-5d16-4302-af92-308d99304a32?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e13f1c5..50cc669 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "registry": "https://registry.npmjs.org" }, "dependencies": { - "@adobe/jwt-auth": "^0.3.1", + "@adobe/jwt-auth": "^0.3.3", "debug": "^4.3.1", "dotenv": "^8.2.0", "node-fetch": "^2.6.1",