From 30fc225c2e139192a82648cad24e2966d949da98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 18:07:36 +0000 Subject: [PATCH] fix: upgrade @api.video/nodejs-client from 2.2.5 to 2.5.7 Snyk has created this PR to upgrade @api.video/nodejs-client from 2.2.5 to 2.5.7. See this package in npm: https://www.npmjs.com/package/@api.video/nodejs-client 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..a4490c6decc5f 100644 --- a/examples/with-apivideo/package.json +++ b/examples/with-apivideo/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@api.video/nodejs-client": "2.2.5", + "@api.video/nodejs-client": "2.5.7", "@api.video/react-player": "^1.0.1", "@api.video/video-uploader": "^1.1.3", "next": "latest",