From 6a5483801a9f0df45d925c56b29561ac123a62c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 08:36:20 +0000 Subject: [PATCH] fix: packages/cypress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- packages/cypress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 653a19f..de4708d 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@cypress/code-coverage": "^3.11.0", - "cypress": "^10.11.0" + "cypress": "^13.0.0" }, "engines": { "node": "18.20.x"