From 7ca6aa442426178be711b31279d8059fbaf78d35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 May 2025 19:25:14 +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/0cd93216-df14-498a-b79c-73bb06050eec?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index 66e72898a7223..7a468947df04c 100644 --- a/examples/with-expo/package.json +++ b/examples/with-expo/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "expo": "~37.0.3", - "next": "latest", + "next": "15.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",