From ba902f8064ea354315181ec6faba99c4a53d9929 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 May 2025 03:36:02 +0000 Subject: [PATCH] fix: upgrade next from 15.2.5 to 15.3.0 Snyk has created this PR to upgrade next from 15.2.5 to 15.3.0. See this package in npm: next See this project in Snyk: https://app.snyk.io/org/riohawk471/project/fbdaae9b-fbf1-4f88-9658-376de5941389?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5064da1..bcdc464 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "fastify": "~5.2.1", "fastify-plugin": "~5.0.1", "git-cz": "^4.9.0", - "next": "~15.2.2", + "next": "~15.3.0", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.0"