From 4a99b9e69ea20894385733ff306f3e21c1977643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:14:44 +0000 Subject: [PATCH] Bump framer-motion from 11.18.2 to 12.7.3 Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.18.2 to 12.7.3. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.18.2...v12.7.3) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.7.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++------------- package.json | 2 +- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6da1c6ab..d413b663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^11.18.2", + "framer-motion": "^12.7.3", "lucide-react": "^0.460.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -8676,12 +8676,13 @@ } }, "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.7.3", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.7.3.tgz", + "integrity": "sha512-dNT4l5gEnUo2ytXLUBUf6AI21dZ77TMclDKE3ElaIHZ8m90nJ/NCcExW51zdSIaS0RhAS5iXcF7bEIxZe8XG2g==", + "license": "MIT", "dependencies": { - "motion-dom": "^11.18.1", - "motion-utils": "^11.18.1", + "motion-dom": "^12.7.3", + "motion-utils": "^12.7.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -12568,17 +12569,19 @@ } }, "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.7.3", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.7.3.tgz", + "integrity": "sha512-IjMt1YJHrvyvruFvmpmd6bGXXGCvmygrnvSb3aZ8KhOzF4H3PulU+cMBzH+U8TBJHjC/mnmJFRIA1Cu4vBfcBA==", + "license": "MIT", "dependencies": { - "motion-utils": "^11.18.1" + "motion-utils": "^12.7.2" } }, "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.7.2", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.7.2.tgz", + "integrity": "sha512-XhZwqctxyJs89oX00zn3OGCuIIpVevbTa+u82usWBC6pSHUd2AoNWiYa7Du8tJxJy9TFbZ82pcn5t7NOm1PHAw==", + "license": "MIT" }, "node_modules/ms": { "version": "2.1.3", diff --git a/package.json b/package.json index 83a4ff0c..fa344fef 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^11.18.2", + "framer-motion": "^12.7.3", "lucide-react": "^0.460.0", "react": "^18.2.0", "react-dom": "^18.2.0",