diff --git a/docker/video-preview-app/package-lock.json b/docker/video-preview-app/package-lock.json index bafd70a..4c328e3 100644 --- a/docker/video-preview-app/package-lock.json +++ b/docker/video-preview-app/package-lock.json @@ -12,7 +12,7 @@ "d3": "^7.9.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "remotion": "^4.0.459" + "remotion": "^4.0.462" }, "devDependencies": { "@types/d3": "^7.4.3", @@ -100,9 +100,9 @@ } }, "node_modules/@remotion/player/node_modules/remotion": { - "version": "4.0.456", - "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.456.tgz", - "integrity": "sha512-yi0joZ0u4hIdhcSKV+Ou3myP5qQbzSyb592AjYUli1O9oOOt+CGFFn3LNNii4vI6pqM2Wjh+X1x9iSuITo7Vhw==", + "version": "4.0.459", + "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.459.tgz", + "integrity": "sha512-IRhfFepGJ/TPmN07rF2yS2YpFfHK61yKUKa2T35HwGvaYn4MVyOvl28YTByR4wqRfqB4R6Zn2aCYNJBfA8B4zA==", "license": "SEE LICENSE IN LICENSE.md", "peerDependencies": { "react": ">=16.8.0", @@ -1562,9 +1562,9 @@ } }, "node_modules/remotion": { - "version": "4.0.459", - "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.459.tgz", - "integrity": "sha512-IRhfFepGJ/TPmN07rF2yS2YpFfHK61yKUKa2T35HwGvaYn4MVyOvl28YTByR4wqRfqB4R6Zn2aCYNJBfA8B4zA==", + "version": "4.0.462", + "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.462.tgz", + "integrity": "sha512-0bcwIiN7H0IcHtcDlfWHE2ho46RF0VmnVN1fAc26uMkonmAMMhqB+1aogfTE8eiYESEzFokh0lRc0t6pI8wzNA==", "license": "SEE LICENSE IN LICENSE.md", "peerDependencies": { "react": ">=16.8.0", diff --git a/docker/video-preview-app/package.json b/docker/video-preview-app/package.json index 849d3fe..c124f68 100644 --- a/docker/video-preview-app/package.json +++ b/docker/video-preview-app/package.json @@ -13,7 +13,7 @@ "d3": "^7.9.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "remotion": "^4.0.459" + "remotion": "^4.0.462" }, "devDependencies": { "@types/d3": "^7.4.3",