diff --git a/docker/video-preview-app/package-lock.json b/docker/video-preview-app/package-lock.json index bafd70a..3978223 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.465" }, "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.465", + "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.465.tgz", + "integrity": "sha512-gcDuIFd6WZLTWUREY0KLll23VOuobC0jE5YztIeOh9GqG8as9LrPKZEHttUiA7McqKNUqaUT2XGq92SHyKvN1Q==", "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..1814511 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.465" }, "devDependencies": { "@types/d3": "^7.4.3",