From 38198f661e3c8a6b3fec48a63eb00934b139e4e6 Mon Sep 17 00:00:00 2001 From: Adam Waldron Date: Thu, 30 May 2024 12:46:17 -0700 Subject: [PATCH] fix: lockfile for vhs v3.13.0 (#8751) --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 942e844edf..b39b44dad1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1765,9 +1765,9 @@ } }, "@videojs/http-streaming": { - "version": "3.12.2", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.12.2.tgz", - "integrity": "sha512-P7l3qZdxW216b6KWPBBr+7Sj95exL25AWyD+hJsHA/Ghwrh8FsKplMleCE6JBumVT+5on1efMAPAFBlarv9c2w==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.13.0.tgz", + "integrity": "sha512-hBoCH9F7eX9f0xGoMBlqKto459HLgnieY08qQ8XNyRVCDWIRFL/7Q69K32V/o+iG3a+MU2VXuD1qxgm8vj4TAQ==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "4.0.0",