From 1358fab10d0317bb7e79cdc22a93152646f42cd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2024 06:01:55 +0000 Subject: [PATCH] fix: k8s/RBAC-Misconfiguration/app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- k8s/RBAC-Misconfiguration/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/RBAC-Misconfiguration/app/package.json b/k8s/RBAC-Misconfiguration/app/package.json index 66ee3ef1..c146a307 100644 --- a/k8s/RBAC-Misconfiguration/app/package.json +++ b/k8s/RBAC-Misconfiguration/app/package.json @@ -12,7 +12,7 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1" + "express": "^4.21.1" }, "devDependencies": { "nodemon": "^2.0.2"