From 59fdcc6ee21bd48d89374e3a5643842ce778f50f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 02:50:39 +0000 Subject: [PATCH] fix: 02-Calling-an-API/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- 02-Calling-an-API/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Calling-an-API/package.json b/02-Calling-an-API/package.json index 8c7d9bb..cec01ba 100644 --- a/02-Calling-an-API/package.json +++ b/02-Calling-an-API/package.json @@ -4,7 +4,7 @@ "description": "The purpose of this article is to demonstrate how to call a backend API using an access token", "main": "server.js", "dependencies": { - "express": "^4.17.1", + "express": "^4.21.0", "express-jwt": "^5.3.1", "helmet": "^3.21.0", "jwks-rsa": "^1.6.0",