From 7eb6e4ed73ca1fb17fdaca4bfd51aa05a22fc38b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 May 2025 19:23:19 +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/6acd104d-1e57-4337-a20c-687615df28ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-edgedb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-edgedb/package.json b/examples/with-edgedb/package.json index abdcf9f56d391..d346f99761a0d 100644 --- a/examples/with-edgedb/package.json +++ b/examples/with-edgedb/package.json @@ -11,7 +11,7 @@ "@types/react": "^18.0.5", "@types/react-dom": "^18.0.1", "edgedb": "latest", - "next": "latest", + "next": "15.3.1", "react": "^18.0.0", "react-dom": "^18.0.0", "react-markdown": "^8.0.2"