From 83e8aae63e10d10a0760fb0ee68ef6e21f06d351 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 09:31:18 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index b5703917f1f..3e3f58a6f74 100644 --- a/api/package.json +++ b/api/package.json @@ -36,7 +36,7 @@ "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.0.3", - "eslint": "^8.41.0", + "eslint": "^9.26.0", "express": "^4.18.2", "googleapis": "^118.0.0", "handlebars": "^4.7.7",