From 0a2e2adcac40ca3e48e310ecfaf37e7ad830f9a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 14:45:59 +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/a5d9cb74-a608-445c-90dc-97f2c5f8b064?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-apivideo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apivideo/package.json b/examples/with-apivideo/package.json index dd59cb2e1a0f8..8fc597becf33d 100644 --- a/examples/with-apivideo/package.json +++ b/examples/with-apivideo/package.json @@ -9,7 +9,7 @@ "@api.video/nodejs-client": "2.2.5", "@api.video/react-player": "^1.0.1", "@api.video/video-uploader": "^1.1.3", - "next": "latest", + "next": "15.3.1", "react": "18.2.0", "react-dom": "18.2.0" },