From 92586c1b1c6b72804e04bf8f9a995e9cb3d17829 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Dec 2024 15:53: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 ace6237..7325716 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "axios": "^0.21.2", "date-fns": "^2.21.1", "eslint-config-next": "^13.1.6", - "next": "^13.1.6", + "next": "^14.2.15", "rc-slider": "^9.7.2", "react": "^18.2.0", "react-dom": "^18.2.0",