From 4c65c77d950e638b6abd3fe0510f8d4fd6c3dd66 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 15:42:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10176058 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b5e0c3..207da9d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "cypress": "^13.13.0", - "next": "^14.2.4", + "next": "^14.2.24", "react": "^18.3.1", "react-dom": "^18.3.1" },