From 0b4bb3c7b5643650c72f0acf11ff8dc2e8e15184 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Nov 2025 11:15:40 +0000 Subject: [PATCH] fix: upload-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- upload-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-api/package.json b/upload-api/package.json index ece34395..2a1692ab 100644 --- a/upload-api/package.json +++ b/upload-api/package.json @@ -43,7 +43,7 @@ "cheerio": "^1.0.0-rc.12", "cors": "^2.8.5", "dotenv": "^16.3.1", - "eslint": "^8.51.0", + "eslint": "^9.0.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "express": "^5.0.0",