From 8f5f88ff39bc4e2a7f764dcec4536376cbfcb89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:55:10 +0000 Subject: [PATCH] Bump framer-motion from 11.18.2 to 12.43.0 in /forge-video Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.18.2 to 12.43.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.18.2...v12.43.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.43.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- forge-video/package-lock.json | 26 +++++++++++++------------- forge-video/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/forge-video/package-lock.json b/forge-video/package-lock.json index 2910287..301e47b 100644 --- a/forge-video/package-lock.json +++ b/forge-video/package-lock.json @@ -12,7 +12,7 @@ "@remotion/cli": "^4.0.496", "@remotion/google-fonts": "^4.0.496", "@remotion/renderer": "^4.0.496", - "framer-motion": "^11.0.0", + "framer-motion": "^12.43.0", "react": "18.3.1", "react-dom": "18.3.1", "remotion": "^4.0.496" @@ -2599,13 +2599,13 @@ "license": "BSD-3-Clause" }, "node_modules/framer-motion": { - "version": "11.18.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.18.2.tgz", - "integrity": "sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==", + "version": "12.43.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.43.0.tgz", + "integrity": "sha512-1eaL3RvR/kAlbG7UYcpMptEyzPoENO0c6w7ZnB3/hh2vSAz/6uGAFn6fdoqTBguNstf3MsFhJHsD/0DHiclG+g==", "license": "MIT", "dependencies": { - "motion-dom": "^11.18.1", - "motion-utils": "^11.18.1", + "motion-dom": "^12.43.0", + "motion-utils": "^12.39.0", "tslib": "^2.4.0" }, "peerDependencies": { @@ -3001,18 +3001,18 @@ "license": "MIT" }, "node_modules/motion-dom": { - "version": "11.18.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.18.1.tgz", - "integrity": "sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==", + "version": "12.43.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.43.0.tgz", + "integrity": "sha512-azKON4d9S65PEoFUiQTMTgPheEmzf2QngdRc50AKfJp9Q9mmcBVw22c8eMq9k8kxOFHdL7+WZY7N/5F/lwiDag==", "license": "MIT", "dependencies": { - "motion-utils": "^11.18.1" + "motion-utils": "^12.39.0" } }, "node_modules/motion-utils": { - "version": "11.18.1", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.18.1.tgz", - "integrity": "sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==", + "version": "12.39.0", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.39.0.tgz", + "integrity": "sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==", "license": "MIT" }, "node_modules/ms": { diff --git a/forge-video/package.json b/forge-video/package.json index f1d6818..5ab667d 100644 --- a/forge-video/package.json +++ b/forge-video/package.json @@ -15,7 +15,7 @@ "@remotion/cli": "^4.0.496", "@remotion/google-fonts": "^4.0.496", "@remotion/renderer": "^4.0.496", - "framer-motion": "^11.0.0", + "framer-motion": "^12.43.0", "react": "18.3.1", "react-dom": "18.3.1", "remotion": "^4.0.496"