From 81fea46a925373e852e05c3d6430d732156bf277 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Dec 2024 19:19:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8520073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d22fb2f..73a6a7e 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.15", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.12.0",