From fb7c986a9f8d9fe53a17d8ad3c90f60f5d6558d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:38:02 +0000 Subject: [PATCH] chore(deps): bump @remotion/cli from 4.0.512 to 4.0.516 in /demo Bumps [@remotion/cli](https://github.com/remotion-dev/remotion) from 4.0.512 to 4.0.516. - [Release notes](https://github.com/remotion-dev/remotion/releases) - [Commits](https://github.com/remotion-dev/remotion/compare/v4.0.512...v4.0.516) --- updated-dependencies: - dependency-name: "@remotion/cli" dependency-version: 4.0.516 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo/package-lock.json | 820 +++++++++++++++++++++++++++++++++++++++-- demo/package.json | 2 +- 2 files changed, 786 insertions(+), 36 deletions(-) diff --git a/demo/package-lock.json b/demo/package-lock.json index 0616626..bc95948 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@remotion/bundler": "4.0.512", - "@remotion/cli": "4.0.512", + "@remotion/cli": "4.0.516", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", "react": "19.2.8", @@ -1049,23 +1049,23 @@ "license": "MIT" }, "node_modules/@remotion/cli": { - "version": "4.0.512", - "resolved": "https://registry.npmjs.org/@remotion/cli/-/cli-4.0.512.tgz", - "integrity": "sha512-if88IbAUdJ44+44LxwvPsg7tTuu/1Oe3uD5BwSU515JWacM49fpFkROUmwzPKxPYiNWhZYttJVxYmwi7lgjNqQ==", + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/cli/-/cli-4.0.516.tgz", + "integrity": "sha512-pJBfDWuiNi5yw2euGaBnjbasXQN5BJEwGuin0hD1+W7nLL/QM6TnYzPis+GS3P5Tgbd3TvmYAE5UATr9DfM1Aw==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@babel/parser": "7.24.1", - "@remotion/bundler": "4.0.512", - "@remotion/media-utils": "4.0.512", - "@remotion/player": "4.0.512", - "@remotion/renderer": "4.0.512", - "@remotion/studio": "4.0.512", - "@remotion/studio-server": "4.0.512", - "@remotion/studio-shared": "4.0.512", + "@remotion/bundler": "4.0.516", + "@remotion/media-utils": "4.0.516", + "@remotion/player": "4.0.516", + "@remotion/renderer": "4.0.516", + "@remotion/studio": "4.0.516", + "@remotion/studio-server": "4.0.516", + "@remotion/studio-shared": "4.0.516", "dotenv": "17.3.1", "minimist": "1.2.6", "prompts": "2.4.2", - "remotion": "4.0.512", + "remotion": "4.0.516", "semver": "7.5.3" }, "bin": { @@ -1078,6 +1078,353 @@ "react-dom": ">=16.8.0" } }, + "node_modules/@remotion/cli/node_modules/@mediabunny/aac-encoder": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/@mediabunny/aac-encoder/-/aac-encoder-1.55.1.tgz", + "integrity": "sha512-NkLRZzfZoCmMZpMosj+O9gpl1tgHgKR85G8QrtUSUGJO1HaI/NqZznwSEdGWZKT4rSiRRaYtYXecLCAIdKWDFQ==", + "license": "MPL-2.0", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/Vanilagy" + }, + "peerDependencies": { + "mediabunny": "^1.0.0" + } + }, + "node_modules/@remotion/cli/node_modules/@mediabunny/flac-encoder": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/@mediabunny/flac-encoder/-/flac-encoder-1.55.1.tgz", + "integrity": "sha512-tWmL2Fv6MtAIkjSVebZ8YgSj7YR/xN6Jn37F+JpSA2WdZLDXLxxH0wyw/kqsKv9aWCCUcYhc/GpDo/KUr9SUHw==", + "license": "MPL-2.0", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/Vanilagy" + }, + "peerDependencies": { + "mediabunny": "^1.0.0" + } + }, + "node_modules/@remotion/cli/node_modules/@mediabunny/mp3-encoder": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/@mediabunny/mp3-encoder/-/mp3-encoder-1.55.1.tgz", + "integrity": "sha512-5l9o9R+Ptb0MzAdysZ7fG5GxCpq+MxtJxy+ywlm32HFhvifutKJTw1ORP6pz2Bu0m8aD5OPITgdANvmwkXYU/g==", + "license": "MPL-2.0", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/Vanilagy" + }, + "peerDependencies": { + "mediabunny": "^1.0.0" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/bundler": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/bundler/-/bundler-4.0.516.tgz", + "integrity": "sha512-1rGD1PMdiqXMAHItMw0OqcMysAr7kK7g4meFoGSOULeQhldEDl8Twlp6uNe17cjn5eWmhmqL9OFOQ1lDW3hPbg==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@remotion/media-parser": "4.0.516", + "@remotion/studio": "4.0.516", + "@remotion/studio-shared": "4.0.516", + "@remotion/timeline-utils": "4.0.516", + "@rspack/core": "1.7.11", + "@rspack/plugin-react-refresh": "1.6.1", + "css-loader": "7.1.4", + "esbuild": "0.28.1", + "react-refresh": "0.18.0", + "remotion": "4.0.516", + "style-loader": "4.0.0", + "webpack": "5.105.0" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/captions": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/captions/-/captions-4.0.516.tgz", + "integrity": "sha512-m15S73JexSG+N7caAThdSWuXjlzpQnqAdOPe9CiWboeuW4h60YLM2pvYYyV/bipsKsEJezZRT6Tyi6nzwjfT6A==", + "license": "MIT" + }, + "node_modules/@remotion/cli/node_modules/@remotion/compositor-darwin-arm64": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-arm64/-/compositor-darwin-arm64-4.0.516.tgz", + "integrity": "sha512-zW1lB+Jh0bpKKbYvMDLxVdWjnDInEd3zF48m/Uffz3sjTn37a6LnuDJEPGZ9EPL/46zOSJOkiZOjEKChuiqrSQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@remotion/cli/node_modules/@remotion/compositor-darwin-x64": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-x64/-/compositor-darwin-x64-4.0.516.tgz", + "integrity": "sha512-HjOn45TOh8vbW8ZhET10OBCYlOfdXy0aHPqPuxuOCzdN8cgq0RrinJ+NWHQLWhvRo+8XHbyataViDEQN9eXiog==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@remotion/cli/node_modules/@remotion/compositor-linux-arm64-gnu": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-arm64-gnu/-/compositor-linux-arm64-gnu-4.0.516.tgz", + "integrity": "sha512-/9c2ytEuKY0AxJplP3c0OrtMZh4dzadV7oO3y4yIg3GHTZP1ZeMtG9K/5lC1C5Oj+zZN0oeLvai6F5ltXExvNQ==", + "cpu": [ + "arm64" + ], + "libc": [ + "glibc" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@remotion/cli/node_modules/@remotion/compositor-linux-arm64-musl": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-arm64-musl/-/compositor-linux-arm64-musl-4.0.516.tgz", + "integrity": "sha512-6BTmJpxBHU29Ooq+5G5gGzGnqrjMtZhW1Amf/xFF1n9TmtgvmdKO8F13BnxihnodUDD0QrSc3Qw+ECgS8x0PqQ==", + "cpu": [ + "arm64" + ], + "libc": [ + "musl" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@remotion/cli/node_modules/@remotion/compositor-linux-x64-gnu": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-x64-gnu/-/compositor-linux-x64-gnu-4.0.516.tgz", + "integrity": "sha512-eZ3JW0xDhTr0HCRzLKnv3ErkifhSLXCiD1bPXUDrqCzv7v1OIcDENzJKKyz9i5rEj6gsflApG/ZrZTvdX9x4TQ==", + "cpu": [ + "x64" + ], + "libc": [ + "glibc" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@remotion/cli/node_modules/@remotion/compositor-linux-x64-musl": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-x64-musl/-/compositor-linux-x64-musl-4.0.516.tgz", + "integrity": "sha512-wyqQalgPZ9gQW4y6Mf3RksiQZNwQCgG+BAnVIEhl5IaHsVOFgyFFHjgnTUJtGRyQ0omLnRRZvEA4PdqEgcMSiw==", + "cpu": [ + "x64" + ], + "libc": [ + "musl" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@remotion/cli/node_modules/@remotion/compositor-win32-x64-msvc": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-win32-x64-msvc/-/compositor-win32-x64-msvc-4.0.516.tgz", + "integrity": "sha512-QD4yHH6rJ+xKgKkxRAS9Om/QU0Tyf3oDPV3bP/huIbjI4+MwkOg9ehNSo4x2vAFfhVXUzothULm8AwTggLPIhw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@remotion/cli/node_modules/@remotion/licensing": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/licensing/-/licensing-4.0.516.tgz", + "integrity": "sha512-zaiQ/lxp0t/c5jT4kXoWiltiiKMrohxWOvNBbHadGtOF0Ex+aY3ztR78iEvcRbkzOEmpURc8C/1sEGWiSO6r8A==", + "license": "MIT" + }, + "node_modules/@remotion/cli/node_modules/@remotion/media-parser": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/media-parser/-/media-parser-4.0.516.tgz", + "integrity": "sha512-MxktACIKLuEYAmzJZ99LpjNtbq1mlhNG4AtcGKsazCM9lK5sEge1UbsgP6wiBxLZL/X2mIvLlcmMhPgyi+Nlcg==", + "license": "Remotion License https://remotion.dev/license" + }, + "node_modules/@remotion/cli/node_modules/@remotion/media-utils": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/media-utils/-/media-utils-4.0.516.tgz", + "integrity": "sha512-6dyiBS87btAOEaoJkm63dhf9Rg/bao5MCqdIJkI6+ciLHSVglPOyskckRT5zFUan6iBirsREIdwJi1M1zFEuGw==", + "license": "MIT", + "dependencies": { + "mediabunny": "1.55.1", + "remotion": "4.0.516" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/player": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/player/-/player-4.0.516.tgz", + "integrity": "sha512-yPm3WSs9cfj9NiTRvjHJFhMgKolyUkaslrxIcF4rzCnlgKARClIvxoVP1m4w3FMx/jecscX3LNg3OSLca7lbTw==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "remotion": "4.0.516" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/renderer": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/renderer/-/renderer-4.0.516.tgz", + "integrity": "sha512-oqYWn9CjBB9u6b4FBJ3QnRIgOaY6Fevn2rmob9Ev4Sisc4UqX+dNh5o49R2nNkglw1SBpL7IqVUsPjHyCBJ19w==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@remotion/licensing": "4.0.516", + "@remotion/streaming": "4.0.516", + "execa": "5.1.1", + "remotion": "4.0.516", + "source-map": "0.8.0", + "ws": "8.21.0" + }, + "optionalDependencies": { + "@remotion/compositor-darwin-arm64": "4.0.516", + "@remotion/compositor-darwin-x64": "4.0.516", + "@remotion/compositor-linux-arm64-gnu": "4.0.516", + "@remotion/compositor-linux-arm64-musl": "4.0.516", + "@remotion/compositor-linux-x64-gnu": "4.0.516", + "@remotion/compositor-linux-x64-musl": "4.0.516", + "@remotion/compositor-win32-x64-msvc": "4.0.516" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/streaming": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/streaming/-/streaming-4.0.516.tgz", + "integrity": "sha512-nrt+OXZZud2+ttN7ZXJFOeFDk2QtiFgqYb3yjjTj+uy+O0n/x95+7FRXzXPk3Vgt5ylFXvpeM8sFyBCjz40qpA==", + "license": "MIT" + }, + "node_modules/@remotion/cli/node_modules/@remotion/studio": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio/-/studio-4.0.516.tgz", + "integrity": "sha512-OWW8y8YWoYsaodG22WZWPF6pAV0JTid2AE/P6vcdVgxUUDwk70fH3ITqPvNCh7MDhbFxov5guAfPB0vfXnXxPw==", + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "0.3.31", + "@remotion/captions": "4.0.516", + "@remotion/media-utils": "4.0.516", + "@remotion/player": "4.0.516", + "@remotion/renderer": "4.0.516", + "@remotion/studio-protocol": "4.0.516", + "@remotion/studio-shared": "4.0.516", + "@remotion/timeline-utils": "4.0.516", + "@remotion/web-renderer": "4.0.516", + "@remotion/zod-types": "4.0.516", + "@tanstack/react-virtual": "3.14.9", + "mediabunny": "1.55.1", + "memfs": "3.4.3", + "open": "8.4.2", + "remotion": "4.0.516", + "semver": "7.5.3", + "zod": "4.4.3" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/studio-protocol": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio-protocol/-/studio-protocol-4.0.516.tgz", + "integrity": "sha512-3t/qK9zo3LR0W4T+t4WjomJR63eCQX948MpKmrvmiAhxuYxURUeFXmEUvUwgrSOQm5qoqxzUjI59W1+fljuOZA==", + "license": "Remotion License" + }, + "node_modules/@remotion/cli/node_modules/@remotion/studio-shared": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio-shared/-/studio-shared-4.0.516.tgz", + "integrity": "sha512-GNzwmdWlIsqdLCOzCx1M4d66jK45w+S9csb4sH16alp2TAtSsOWcOyNJYXlR8R3+Z72oGOyx0OxYmK+NgJhAvQ==", + "license": "MIT", + "dependencies": { + "@remotion/studio-protocol": "4.0.516", + "remotion": "4.0.516" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/timeline-utils": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/timeline-utils/-/timeline-utils-4.0.516.tgz", + "integrity": "sha512-ujkzSquRucvKAAJME5CJn3Ml3PrNlXlYslE23t/G817ZSfspRw5QwSZhFOZXycZVMxjshK+IhEjDLxBkd/xxSA==", + "license": "MIT", + "dependencies": { + "mediabunny": "1.55.1", + "remotion": "4.0.516" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/web-renderer": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/web-renderer/-/web-renderer-4.0.516.tgz", + "integrity": "sha512-U+yUXN7fdUinyOdlq1TJFlVbnSesaiF63XquOMtvbX1IA4rANzNutASMZ88+n5uyA99RI1QcEUwAihRGdH/Ebw==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@mediabunny/aac-encoder": "1.55.1", + "@mediabunny/flac-encoder": "1.55.1", + "@mediabunny/mp3-encoder": "1.55.1", + "@remotion/licensing": "4.0.516", + "mediabunny": "1.55.1", + "remotion": "4.0.516" + }, + "peerDependencies": { + "react": ">=18.0.0", + "react-dom": ">=18.0.0" + } + }, + "node_modules/@remotion/cli/node_modules/@remotion/zod-types": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/zod-types/-/zod-types-4.0.516.tgz", + "integrity": "sha512-z0kwh1NEP+JthGxo9lVCfgQczoMwO6+AoX89pLgZ6erOAEx/QM/pcd1cqfWFVT6qz7kr/id5hQxVCLz6SkjwQw==", + "license": "MIT", + "dependencies": { + "remotion": "4.0.516" + } + }, + "node_modules/@remotion/cli/node_modules/mediabunny": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.55.1.tgz", + "integrity": "sha512-JDdTEUOw9g6Ey8eWc2Ei63GmRGtGTJoE56SE7CHikwzS8i9xpsWcve4bEiUw47d4j49L3r7MXDFsH/5oZIhjBw==", + "license": "MPL-2.0", + "workspaces": [ + ".", + "packages/*" + ], + "dependencies": { + "@types/dom-mediacapture-transform": "^0.1.11", + "@types/dom-webcodecs": "0.1.13" + }, + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/Vanilagy" + } + }, + "node_modules/@remotion/cli/node_modules/remotion": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.516.tgz", + "integrity": "sha512-soUOkBf7xMfhWIZuZ82pf2iHmsumjtnRVCztA27wXd8xjcM6YSPI3LPNL+x/wSo7eiUadkF6GBIpDGU1l6bAzg==", + "license": "SEE LICENSE IN LICENSE.md", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, "node_modules/@remotion/compositor-darwin-arm64": { "version": "4.0.512", "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-arm64/-/compositor-darwin-arm64-4.0.512.tgz", @@ -1275,17 +1622,43 @@ } }, "node_modules/@remotion/studio-codemods": { - "version": "4.0.512", - "resolved": "https://registry.npmjs.org/@remotion/studio-codemods/-/studio-codemods-4.0.512.tgz", - "integrity": "sha512-dtCPca7RA/pPrM4rm+YfHJIzNKfpc+lDw+YKSQeDrm62Ijj3k8YMZeHIC2qSWaZIQDpon/DHvrUU5EmL4Xcu3w==", + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio-codemods/-/studio-codemods-4.0.516.tgz", + "integrity": "sha512-Ly5gHi0Aog4kKDqfHbL05U+1TmDczMfrLQQXpmqoGzZ67zA0gHRwOgpPK/myVYCVB/2RVFx4U2zAnQuFWeAJMw==", "license": "MIT", "dependencies": { "@babel/parser": "7.24.1", "@babel/types": "7.24.0", - "@remotion/studio-shared": "4.0.512", + "@remotion/studio-shared": "4.0.516", "ast-types": "0.16.1", - "recast": "0.23.11", - "remotion": "4.0.512" + "recast": "0.23.21", + "remotion": "4.0.516" + } + }, + "node_modules/@remotion/studio-codemods/node_modules/@remotion/studio-protocol": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio-protocol/-/studio-protocol-4.0.516.tgz", + "integrity": "sha512-3t/qK9zo3LR0W4T+t4WjomJR63eCQX948MpKmrvmiAhxuYxURUeFXmEUvUwgrSOQm5qoqxzUjI59W1+fljuOZA==", + "license": "Remotion License" + }, + "node_modules/@remotion/studio-codemods/node_modules/@remotion/studio-shared": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio-shared/-/studio-shared-4.0.516.tgz", + "integrity": "sha512-GNzwmdWlIsqdLCOzCx1M4d66jK45w+S9csb4sH16alp2TAtSsOWcOyNJYXlR8R3+Z72oGOyx0OxYmK+NgJhAvQ==", + "license": "MIT", + "dependencies": { + "@remotion/studio-protocol": "4.0.516", + "remotion": "4.0.516" + } + }, + "node_modules/@remotion/studio-codemods/node_modules/remotion": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.516.tgz", + "integrity": "sha512-soUOkBf7xMfhWIZuZ82pf2iHmsumjtnRVCztA27wXd8xjcM6YSPI3LPNL+x/wSo7eiUadkF6GBIpDGU1l6bAzg==", + "license": "SEE LICENSE IN LICENSE.md", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" } }, "node_modules/@remotion/studio-protocol": { @@ -1295,28 +1668,375 @@ "license": "Remotion License" }, "node_modules/@remotion/studio-server": { - "version": "4.0.512", - "resolved": "https://registry.npmjs.org/@remotion/studio-server/-/studio-server-4.0.512.tgz", - "integrity": "sha512-8xh7qixvDGwaLy+ISntzYQ02rCn4cFxslQ/I5TIekYcRPsPeGyjkuFQMRUi9TTYymMYpYwINllhOXyNyuqloXA==", + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio-server/-/studio-server-4.0.516.tgz", + "integrity": "sha512-g85lHrgD3nUzXIdfzTRuB5ZxixcGSzTAW6RJjy5lcwOR/+WgXM0mqGy5kdB2AvRrFmU5WU/rqi7R52QzqGIl8w==", "license": "MIT", "dependencies": { "@babel/parser": "7.24.1", "@babel/types": "7.24.0", - "@remotion/bundler": "4.0.512", - "@remotion/renderer": "4.0.512", - "@remotion/studio-codemods": "4.0.512", - "@remotion/studio-protocol": "4.0.512", - "@remotion/studio-shared": "4.0.512", + "@remotion/bundler": "4.0.516", + "@remotion/renderer": "4.0.516", + "@remotion/studio-codemods": "4.0.516", + "@remotion/studio-protocol": "4.0.516", + "@remotion/studio-shared": "4.0.516", "@svgr/core": "8.1.0", "@svgr/plugin-jsx": "8.1.0", "kiwi-schema": "0.5.0", "memfs": "3.4.3", "open": "8.4.2", "prettier": "3.8.1", - "recast": "0.23.11", - "remotion": "4.0.512", + "recast": "0.23.21", + "remotion": "4.0.516", + "semver": "7.5.3", + "zod": "4.4.3" + } + }, + "node_modules/@remotion/studio-server/node_modules/@mediabunny/aac-encoder": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/@mediabunny/aac-encoder/-/aac-encoder-1.55.1.tgz", + "integrity": "sha512-NkLRZzfZoCmMZpMosj+O9gpl1tgHgKR85G8QrtUSUGJO1HaI/NqZznwSEdGWZKT4rSiRRaYtYXecLCAIdKWDFQ==", + "license": "MPL-2.0", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/Vanilagy" + }, + "peerDependencies": { + "mediabunny": "^1.0.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@mediabunny/flac-encoder": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/@mediabunny/flac-encoder/-/flac-encoder-1.55.1.tgz", + "integrity": "sha512-tWmL2Fv6MtAIkjSVebZ8YgSj7YR/xN6Jn37F+JpSA2WdZLDXLxxH0wyw/kqsKv9aWCCUcYhc/GpDo/KUr9SUHw==", + "license": "MPL-2.0", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/Vanilagy" + }, + "peerDependencies": { + "mediabunny": "^1.0.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@mediabunny/mp3-encoder": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/@mediabunny/mp3-encoder/-/mp3-encoder-1.55.1.tgz", + "integrity": "sha512-5l9o9R+Ptb0MzAdysZ7fG5GxCpq+MxtJxy+ywlm32HFhvifutKJTw1ORP6pz2Bu0m8aD5OPITgdANvmwkXYU/g==", + "license": "MPL-2.0", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/Vanilagy" + }, + "peerDependencies": { + "mediabunny": "^1.0.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/bundler": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/bundler/-/bundler-4.0.516.tgz", + "integrity": "sha512-1rGD1PMdiqXMAHItMw0OqcMysAr7kK7g4meFoGSOULeQhldEDl8Twlp6uNe17cjn5eWmhmqL9OFOQ1lDW3hPbg==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@remotion/media-parser": "4.0.516", + "@remotion/studio": "4.0.516", + "@remotion/studio-shared": "4.0.516", + "@remotion/timeline-utils": "4.0.516", + "@rspack/core": "1.7.11", + "@rspack/plugin-react-refresh": "1.6.1", + "css-loader": "7.1.4", + "esbuild": "0.28.1", + "react-refresh": "0.18.0", + "remotion": "4.0.516", + "style-loader": "4.0.0", + "webpack": "5.105.0" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/captions": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/captions/-/captions-4.0.516.tgz", + "integrity": "sha512-m15S73JexSG+N7caAThdSWuXjlzpQnqAdOPe9CiWboeuW4h60YLM2pvYYyV/bipsKsEJezZRT6Tyi6nzwjfT6A==", + "license": "MIT" + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/compositor-darwin-arm64": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-arm64/-/compositor-darwin-arm64-4.0.516.tgz", + "integrity": "sha512-zW1lB+Jh0bpKKbYvMDLxVdWjnDInEd3zF48m/Uffz3sjTn37a6LnuDJEPGZ9EPL/46zOSJOkiZOjEKChuiqrSQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/compositor-darwin-x64": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-darwin-x64/-/compositor-darwin-x64-4.0.516.tgz", + "integrity": "sha512-HjOn45TOh8vbW8ZhET10OBCYlOfdXy0aHPqPuxuOCzdN8cgq0RrinJ+NWHQLWhvRo+8XHbyataViDEQN9eXiog==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/compositor-linux-arm64-gnu": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-arm64-gnu/-/compositor-linux-arm64-gnu-4.0.516.tgz", + "integrity": "sha512-/9c2ytEuKY0AxJplP3c0OrtMZh4dzadV7oO3y4yIg3GHTZP1ZeMtG9K/5lC1C5Oj+zZN0oeLvai6F5ltXExvNQ==", + "cpu": [ + "arm64" + ], + "libc": [ + "glibc" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/compositor-linux-arm64-musl": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-arm64-musl/-/compositor-linux-arm64-musl-4.0.516.tgz", + "integrity": "sha512-6BTmJpxBHU29Ooq+5G5gGzGnqrjMtZhW1Amf/xFF1n9TmtgvmdKO8F13BnxihnodUDD0QrSc3Qw+ECgS8x0PqQ==", + "cpu": [ + "arm64" + ], + "libc": [ + "musl" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/compositor-linux-x64-gnu": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-x64-gnu/-/compositor-linux-x64-gnu-4.0.516.tgz", + "integrity": "sha512-eZ3JW0xDhTr0HCRzLKnv3ErkifhSLXCiD1bPXUDrqCzv7v1OIcDENzJKKyz9i5rEj6gsflApG/ZrZTvdX9x4TQ==", + "cpu": [ + "x64" + ], + "libc": [ + "glibc" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/compositor-linux-x64-musl": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-linux-x64-musl/-/compositor-linux-x64-musl-4.0.516.tgz", + "integrity": "sha512-wyqQalgPZ9gQW4y6Mf3RksiQZNwQCgG+BAnVIEhl5IaHsVOFgyFFHjgnTUJtGRyQ0omLnRRZvEA4PdqEgcMSiw==", + "cpu": [ + "x64" + ], + "libc": [ + "musl" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/compositor-win32-x64-msvc": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/compositor-win32-x64-msvc/-/compositor-win32-x64-msvc-4.0.516.tgz", + "integrity": "sha512-QD4yHH6rJ+xKgKkxRAS9Om/QU0Tyf3oDPV3bP/huIbjI4+MwkOg9ehNSo4x2vAFfhVXUzothULm8AwTggLPIhw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/licensing": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/licensing/-/licensing-4.0.516.tgz", + "integrity": "sha512-zaiQ/lxp0t/c5jT4kXoWiltiiKMrohxWOvNBbHadGtOF0Ex+aY3ztR78iEvcRbkzOEmpURc8C/1sEGWiSO6r8A==", + "license": "MIT" + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/media-parser": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/media-parser/-/media-parser-4.0.516.tgz", + "integrity": "sha512-MxktACIKLuEYAmzJZ99LpjNtbq1mlhNG4AtcGKsazCM9lK5sEge1UbsgP6wiBxLZL/X2mIvLlcmMhPgyi+Nlcg==", + "license": "Remotion License https://remotion.dev/license" + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/media-utils": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/media-utils/-/media-utils-4.0.516.tgz", + "integrity": "sha512-6dyiBS87btAOEaoJkm63dhf9Rg/bao5MCqdIJkI6+ciLHSVglPOyskckRT5zFUan6iBirsREIdwJi1M1zFEuGw==", + "license": "MIT", + "dependencies": { + "mediabunny": "1.55.1", + "remotion": "4.0.516" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/player": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/player/-/player-4.0.516.tgz", + "integrity": "sha512-yPm3WSs9cfj9NiTRvjHJFhMgKolyUkaslrxIcF4rzCnlgKARClIvxoVP1m4w3FMx/jecscX3LNg3OSLca7lbTw==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "remotion": "4.0.516" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/renderer": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/renderer/-/renderer-4.0.516.tgz", + "integrity": "sha512-oqYWn9CjBB9u6b4FBJ3QnRIgOaY6Fevn2rmob9Ev4Sisc4UqX+dNh5o49R2nNkglw1SBpL7IqVUsPjHyCBJ19w==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@remotion/licensing": "4.0.516", + "@remotion/streaming": "4.0.516", + "execa": "5.1.1", + "remotion": "4.0.516", + "source-map": "0.8.0", + "ws": "8.21.0" + }, + "optionalDependencies": { + "@remotion/compositor-darwin-arm64": "4.0.516", + "@remotion/compositor-darwin-x64": "4.0.516", + "@remotion/compositor-linux-arm64-gnu": "4.0.516", + "@remotion/compositor-linux-arm64-musl": "4.0.516", + "@remotion/compositor-linux-x64-gnu": "4.0.516", + "@remotion/compositor-linux-x64-musl": "4.0.516", + "@remotion/compositor-win32-x64-msvc": "4.0.516" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/streaming": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/streaming/-/streaming-4.0.516.tgz", + "integrity": "sha512-nrt+OXZZud2+ttN7ZXJFOeFDk2QtiFgqYb3yjjTj+uy+O0n/x95+7FRXzXPk3Vgt5ylFXvpeM8sFyBCjz40qpA==", + "license": "MIT" + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/studio": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio/-/studio-4.0.516.tgz", + "integrity": "sha512-OWW8y8YWoYsaodG22WZWPF6pAV0JTid2AE/P6vcdVgxUUDwk70fH3ITqPvNCh7MDhbFxov5guAfPB0vfXnXxPw==", + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "0.3.31", + "@remotion/captions": "4.0.516", + "@remotion/media-utils": "4.0.516", + "@remotion/player": "4.0.516", + "@remotion/renderer": "4.0.516", + "@remotion/studio-protocol": "4.0.516", + "@remotion/studio-shared": "4.0.516", + "@remotion/timeline-utils": "4.0.516", + "@remotion/web-renderer": "4.0.516", + "@remotion/zod-types": "4.0.516", + "@tanstack/react-virtual": "3.14.9", + "mediabunny": "1.55.1", + "memfs": "3.4.3", + "open": "8.4.2", + "remotion": "4.0.516", "semver": "7.5.3", "zod": "4.4.3" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/studio-protocol": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio-protocol/-/studio-protocol-4.0.516.tgz", + "integrity": "sha512-3t/qK9zo3LR0W4T+t4WjomJR63eCQX948MpKmrvmiAhxuYxURUeFXmEUvUwgrSOQm5qoqxzUjI59W1+fljuOZA==", + "license": "Remotion License" + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/studio-shared": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/studio-shared/-/studio-shared-4.0.516.tgz", + "integrity": "sha512-GNzwmdWlIsqdLCOzCx1M4d66jK45w+S9csb4sH16alp2TAtSsOWcOyNJYXlR8R3+Z72oGOyx0OxYmK+NgJhAvQ==", + "license": "MIT", + "dependencies": { + "@remotion/studio-protocol": "4.0.516", + "remotion": "4.0.516" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/timeline-utils": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/timeline-utils/-/timeline-utils-4.0.516.tgz", + "integrity": "sha512-ujkzSquRucvKAAJME5CJn3Ml3PrNlXlYslE23t/G817ZSfspRw5QwSZhFOZXycZVMxjshK+IhEjDLxBkd/xxSA==", + "license": "MIT", + "dependencies": { + "mediabunny": "1.55.1", + "remotion": "4.0.516" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/web-renderer": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/web-renderer/-/web-renderer-4.0.516.tgz", + "integrity": "sha512-U+yUXN7fdUinyOdlq1TJFlVbnSesaiF63XquOMtvbX1IA4rANzNutASMZ88+n5uyA99RI1QcEUwAihRGdH/Ebw==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@mediabunny/aac-encoder": "1.55.1", + "@mediabunny/flac-encoder": "1.55.1", + "@mediabunny/mp3-encoder": "1.55.1", + "@remotion/licensing": "4.0.516", + "mediabunny": "1.55.1", + "remotion": "4.0.516" + }, + "peerDependencies": { + "react": ">=18.0.0", + "react-dom": ">=18.0.0" + } + }, + "node_modules/@remotion/studio-server/node_modules/@remotion/zod-types": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/@remotion/zod-types/-/zod-types-4.0.516.tgz", + "integrity": "sha512-z0kwh1NEP+JthGxo9lVCfgQczoMwO6+AoX89pLgZ6erOAEx/QM/pcd1cqfWFVT6qz7kr/id5hQxVCLz6SkjwQw==", + "license": "MIT", + "dependencies": { + "remotion": "4.0.516" + } + }, + "node_modules/@remotion/studio-server/node_modules/mediabunny": { + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.55.1.tgz", + "integrity": "sha512-JDdTEUOw9g6Ey8eWc2Ei63GmRGtGTJoE56SE7CHikwzS8i9xpsWcve4bEiUw47d4j49L3r7MXDFsH/5oZIhjBw==", + "license": "MPL-2.0", + "workspaces": [ + ".", + "packages/*" + ], + "dependencies": { + "@types/dom-mediacapture-transform": "^0.1.11", + "@types/dom-webcodecs": "0.1.13" + }, + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/Vanilagy" + } + }, + "node_modules/@remotion/studio-server/node_modules/remotion": { + "version": "4.0.516", + "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.516.tgz", + "integrity": "sha512-soUOkBf7xMfhWIZuZ82pf2iHmsumjtnRVCztA27wXd8xjcM6YSPI3LPNL+x/wSo7eiUadkF6GBIpDGU1l6bAzg==", + "license": "SEE LICENSE IN LICENSE.md", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" } }, "node_modules/@remotion/studio-shared": { @@ -1785,6 +2505,33 @@ "@svgr/core": "*" } }, + "node_modules/@tanstack/react-virtual": { + "version": "3.14.9", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.14.9.tgz", + "integrity": "sha512-qZyr0FZDP8rDC4WBhsryIZmAd9bveJvFGUJJtskWaew6/0dTRS6wZxnR6VQ5bY2KwL3LjerrHqQLk3a0GKcPXQ==", + "license": "MIT", + "dependencies": { + "@tanstack/virtual-core": "3.17.7" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/@tanstack/virtual-core": { + "version": "3.17.7", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.17.7.tgz", + "integrity": "sha512-bp+v10y65sp2H7WpWfIMyxTNfl8ZVfxFTLRjPIFRryi6FV/J33z4IS53WO4pTk36KlvJ4iLiQz+oaydDC1xbcA==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, "node_modules/@tybys/wasm-util": { "version": "0.10.2", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", @@ -3572,9 +4319,9 @@ } }, "node_modules/recast": { - "version": "0.23.11", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.11.tgz", - "integrity": "sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==", + "version": "0.23.21", + "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.21.tgz", + "integrity": "sha512-mFAyJq9vUbSTARLZUvAEf1z3YxlvAwswbmxMx2mPA/MSm4KmpwvwvhsH/NIrZhyOuwD60Lzyw2qh83uCbgTPYw==", "license": "MIT", "dependencies": { "ast-types": "^0.16.1", @@ -3772,10 +4519,13 @@ } }, "node_modules/svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", - "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.1.0.tgz", + "integrity": "sha512-bwLf38YmY+TDYHJw1Ex0Co8c4yeXuJAo8YnXGZrscxrvYoVVIvLeniEkV1Ks/54VteMnL4FtyN1+P+TZJdUPmQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } }, "node_modules/tapable": { "version": "2.3.0", diff --git a/demo/package.json b/demo/package.json index ea3996a..529b9a7 100644 --- a/demo/package.json +++ b/demo/package.json @@ -14,7 +14,7 @@ "type": "commonjs", "dependencies": { "@remotion/bundler": "4.0.512", - "@remotion/cli": "4.0.512", + "@remotion/cli": "4.0.516", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", "react": "19.2.8",