From 5c859f216b4c51f63ca421b35b2386be98d4a560 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 14:36:22 +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/sammytezzy/project/54b77dc7-a2b1-4e3c-a1bd-f28df045453e?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-jest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index 978d6d25686b6..c988bcbd506b6 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -8,7 +8,7 @@ "test:ci": "jest --ci" }, "dependencies": { - "next": "latest", + "next": "15.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" },