From 7f26996957c5d48f9a1af8e3085deca3c34373fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 18:52:11 +0000 Subject: [PATCH] fix: upgrade next from 15.1.8 to 15.3.1 Snyk has created this PR to upgrade next from 15.1.8 to 15.3.1. See this package in npm: next See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/00427ac1-574e-47d5-8ca8-e119c5a17a55?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-babel-macros/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-babel-macros/package.json b/examples/with-babel-macros/package.json index 160fd5c48fdf7..66cd9105e29ec 100644 --- a/examples/with-babel-macros/package.json +++ b/examples/with-babel-macros/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "latest", + "next": "15.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" },