From 2ed29aae7907ba770d262f212477cf511a03cb66 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:20:05 +0000 Subject: [PATCH] fix: upgrade cypress from 13.7.0 to 13.16.1 Snyk has created this PR to upgrade cypress from 13.7.0 to 13.16.1. See this package in npm: cypress See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/f808219b-d20c-4808-9bc5-7ab0d54a5be8?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72db848..9034993 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "type": "module", "devDependencies": { - "cypress": "^13.13.0", + "cypress": "^13.16.1", "solid-start-netlify": "^0.1.0", "typescript": "^4.8.3", "vite": "^5.3.3"