From a50aea7a588181b36cf1f096088a9188ac719a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:27:12 +0000 Subject: [PATCH] Bump framer-motion from 12.23.22 to 12.23.24 in the dependencies group Bumps the dependencies group with 1 update: [framer-motion](https://github.com/motiondivision/motion). Updates `framer-motion` from 12.23.22 to 12.23.24 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.23.22...v12.23.24) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.23.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5853871..4f9ceda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "axios": "^1.12.2", - "framer-motion": "^12.23.22", + "framer-motion": "^12.23.24", "react": "^19.2.0", "react-dom": "^19.2.0", "react-dropzone": "^14.3.8", @@ -8337,12 +8337,12 @@ } }, "node_modules/framer-motion": { - "version": "12.23.22", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.22.tgz", - "integrity": "sha512-ZgGvdxXCw55ZYvhoZChTlG6pUuehecgvEAJz0BHoC5pQKW1EC5xf1Mul1ej5+ai+pVY0pylyFfdl45qnM1/GsA==", + "version": "12.23.24", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.24.tgz", + "integrity": "sha512-HMi5HRoRCTou+3fb3h9oTLyJGBxHfW+HnNE25tAXOvVx/IvwMHK0cx7IR4a2ZU6sh3IX1Z+4ts32PcYBOqka8w==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.21", + "motion-dom": "^12.23.23", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -11503,9 +11503,9 @@ } }, "node_modules/motion-dom": { - "version": "12.23.21", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.21.tgz", - "integrity": "sha512-5xDXx/AbhrfgsQmSE7YESMn4Dpo6x5/DTZ4Iyy4xqDvVHWvFVoV+V2Ri2S/ksx+D40wrZ7gPYiMWshkdoqNgNQ==", + "version": "12.23.23", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.23.tgz", + "integrity": "sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==", "license": "MIT", "dependencies": { "motion-utils": "^12.23.6" diff --git a/package.json b/package.json index d3b4ec0..67f0d56 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "axios": "^1.12.2", - "framer-motion": "^12.23.22", + "framer-motion": "^12.23.24", "react": "^19.2.0", "react-dom": "^19.2.0", "react-dropzone": "^14.3.8",