From d71c7c1e1d894fb9e70c86e12443fc19cdfe5e6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Dec 2024 03:57:26 +0000 Subject: [PATCH] fix: upgrade cookie from 0.5.0 to 0.7.2 Snyk has created this PR to upgrade cookie from 0.5.0 to 0.7.2. See this package in npm: cookie See this project in Snyk: https://app.snyk.io/org/heathriel/project/f6638f5c-af7f-48b0-b62c-e8e3568492c4?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 b5703917f1f2..5ea9abafe78b 100644 --- a/api/package.json +++ b/api/package.json @@ -32,7 +32,7 @@ "axios": "^1.3.4", "bcryptjs": "^2.4.3", "cheerio": "^1.0.0-rc.12", - "cookie": "^0.5.0", + "cookie": "^0.7.2", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.0.3",