From 303711cadb4d7c2c3c6fdc2a716e60bd6ac16a51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 May 2025 04:40:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b889ed3..162e9cb2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@heroicons/react": "^2.2.0", "axios": "^1.8.2", "dotenv": "^16.4.7", - "next": "^13.5.6", + "next": "^13.5.9", "react": "^18.2.0", "react-dom": "^18.3.1", "react-ga": "^3.3.1",