From 9692df7f9319e83e26070d0aa18d9aa7cfc8c6d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Aug 2025 01:07:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2db70c4..8501753e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@typescript-eslint/parser": "^5.4.0", "axios": "^0.24.0", "cors": "^2.8.5", - "cypress": "^9.3.1", + "cypress": "^13.0.0", "cypress-file-upload": "^5.0.8", "dotenv": "^16.0.0", "eslint": "^7.11.0",