From 23a57ca194178d44a4d837393335d9deca8900fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 May 2025 04:51:33 +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 0f09028..f899b84 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@tauri-apps/api": "^1.5.3", "clsx": "^1.2.1", - "next": "^13.5.4", + "next": "^14.2.24", "react": "^18.2.0", "react-dom": "^18.2.0" },