From 143e1bfd3192118052638e61a41e36d1893e16bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 May 2025 20:45:01 +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 d22fb2f..7378b18 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/react-dom": "18.0.11", "eslint-config-next": "14.1.4", "framer-motion": "^10.18.0", - "next": "14.2.10", + "next": "14.2.24", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.12.0",