From fd9d02da9c88d32ac35e010e269c596dc07b158d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 08:00:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8fc9a3..e2873a0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@renderlesskit/react": "^0.7.2", - "next": "^12.0.2", + "next": "^14.2.32", "react": "^17.0.2", "react-dom": "^17.0.2", "react-icons": "^4.3.1",