From 2e24229b389690f88eb99b43044000d5fc13ff0b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 02:03:00 +0000 Subject: [PATCH] feat: upgrade jsonwebtoken from 8.5.1 to 9.0.2 Snyk has created this PR to upgrade jsonwebtoken from 8.5.1 to 9.0.2. See this package in npm: jsonwebtoken See this project in Snyk: https://app.snyk.io/org/cachiman/project/c1334be2-696d-485c-9911-e06c0b70ba47?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- web_complete/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_complete/package.json b/web_complete/package.json index 14443f7..01503db 100644 --- a/web_complete/package.json +++ b/web_complete/package.json @@ -3,6 +3,6 @@ "body-parser": "^1.19.0", "express": "^4.17.1", "google-auth-library": ">=5.9.2", - "jsonwebtoken": ">=8.5.1" + "jsonwebtoken": ">=9.0.2" } }