From 7995c1f3bf22fb327916deea59e28c3c2c6ca6ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Sep 2025 06:25:24 +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 0f09028..5fec813 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.32", "react": "^18.2.0", "react-dom": "^18.2.0" },