From 53407804eec571f43e1c3b3341fdf8ef2a50af28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Feb 2024 20:02:15 +0000 Subject: [PATCH] fix: upgrade client-sessions from 0.7.0 to 0.8.0 Snyk has created this PR to upgrade client-sessions from 0.7.0 to 0.8.0. See this package in npm: https://www.npmjs.com/package/client-sessions See this project in Snyk: https://app.snyk.io/org/bright-security-nfr-shared/project/54dc5a93-2f0f-4350-9242-a4d0a411e548?utm_source=github&utm_medium=referral&page=upgrade-pr --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..1ce31b6 100644 --- a/api/package.json +++ b/api/package.json @@ -12,7 +12,7 @@ "dependencies": { "async": "^2.4.1", "body-parser": "^1.15.2", - "client-sessions": "^0.7.0", + "client-sessions": "^0.8.0", "cookie-parser": "^1.4.3", "csurf": "^1.9.0", "download": "^6.2.3",