From db63737fcb91f3f95b0f2c08d96490b754cfc9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 10:56:35 +0000 Subject: [PATCH] Bump framer-motion from 12.10.5 to 12.12.2 Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.10.5 to 12.12.2. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.10.5...v12.12.2) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 150f4c14..cb0fd21f 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": "^12.7.4", + "framer-motion": "^12.12.2", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.507.0", @@ -8753,12 +8753,13 @@ } }, "node_modules/framer-motion": { - "version": "12.10.5", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.10.5.tgz", - "integrity": "sha512-p6VF1YkwWvNDFzg5IQ5lqPx11Td4TQ6LqDnshV7sWj0Nrp4dwz2/aEzmgh9WA9ridcTIJ625Fr0oiuhgqIoFwQ==", + "version": "12.12.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.12.2.tgz", + "integrity": "sha512-qCszZCiGWkilL40E3VuhIJJC/CS3SIBl2IHyGK8FU30nOUhTmhBNWPrNFyozAWH/bXxwzi19vJHIGVdALF0LCg==", + "license": "MIT", "dependencies": { - "motion-dom": "^12.10.5", - "motion-utils": "^12.9.4", + "motion-dom": "^12.12.1", + "motion-utils": "^12.12.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -12674,17 +12675,19 @@ } }, "node_modules/motion-dom": { - "version": "12.10.5", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.10.5.tgz", - "integrity": "sha512-F7XKmhxXEH/y3aWWf0N2w69wNSN+6PcJ1seqR1WolClmXpPhj+xwzs9j5CpsMFzeHR1D7irl3JcWMToPRwX6Hg==", + "version": "12.12.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.12.1.tgz", + "integrity": "sha512-GXq/uUbZBEiFFE+K1Z/sxdPdadMdfJ/jmBALDfIuHGi0NmtealLOfH9FqT+6aNPgVx8ilq0DtYmyQlo6Uj9LKQ==", + "license": "MIT", "dependencies": { - "motion-utils": "^12.9.4" + "motion-utils": "^12.12.1" } }, "node_modules/motion-utils": { - "version": "12.9.4", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.9.4.tgz", - "integrity": "sha512-BW3I65zeM76CMsfh3kHid9ansEJk9Qvl+K5cu4DVHKGsI52n76OJ4z2CUJUV+Mn3uEP9k1JJA3tClG0ggSrRcg==" + "version": "12.12.1", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.12.1.tgz", + "integrity": "sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==", + "license": "MIT" }, "node_modules/ms": { "version": "2.1.3", diff --git a/package.json b/package.json index a4ba38a6..e798edbd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.7.4", + "framer-motion": "^12.12.2", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.507.0",