From 5e1bb6e414c1e873dfdd40563e177fe943521338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 22:17:40 +0000 Subject: [PATCH] Bump framer-motion from 12.7.4 to 12.10.5 Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.7.4 to 12.10.5. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.7.4...v12.10.5) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.10.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee0d0cab..93ac4f46 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.10.5", "lucide-react": "^0.507.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -8671,13 +8671,13 @@ } }, "node_modules/framer-motion": { - "version": "12.7.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.7.4.tgz", - "integrity": "sha512-jX0bPsTmU0oPZTYz/dVyD0dmOyEOEJvdn0TaZBE5I8g2GvVnnQnW9f65cJnoVfUkY3WZWNXGXnPbVA9YnaIfVA==", + "version": "12.10.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.10.5.tgz", + "integrity": "sha512-p6VF1YkwWvNDFzg5IQ5lqPx11Td4TQ6LqDnshV7sWj0Nrp4dwz2/aEzmgh9WA9ridcTIJ625Fr0oiuhgqIoFwQ==", "license": "MIT", "dependencies": { - "motion-dom": "^12.7.4", - "motion-utils": "^12.7.2", + "motion-dom": "^12.10.5", + "motion-utils": "^12.9.4", "tslib": "^2.4.0" }, "peerDependencies": { @@ -12565,18 +12565,18 @@ } }, "node_modules/motion-dom": { - "version": "12.7.4", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.7.4.tgz", - "integrity": "sha512-1ZUHAoSUMMxP6jPqyxlk9XUfb6NxMsnWPnH2YGhrOhTURLcXWbETi6eemoKb60Pe32NVJYduL4B62VQSO5Jq8Q==", + "version": "12.10.5", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.10.5.tgz", + "integrity": "sha512-F7XKmhxXEH/y3aWWf0N2w69wNSN+6PcJ1seqR1WolClmXpPhj+xwzs9j5CpsMFzeHR1D7irl3JcWMToPRwX6Hg==", "license": "MIT", "dependencies": { - "motion-utils": "^12.7.2" + "motion-utils": "^12.9.4" } }, "node_modules/motion-utils": { - "version": "12.7.2", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.7.2.tgz", - "integrity": "sha512-XhZwqctxyJs89oX00zn3OGCuIIpVevbTa+u82usWBC6pSHUd2AoNWiYa7Du8tJxJy9TFbZ82pcn5t7NOm1PHAw==", + "version": "12.9.4", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.9.4.tgz", + "integrity": "sha512-BW3I65zeM76CMsfh3kHid9ansEJk9Qvl+K5cu4DVHKGsI52n76OJ4z2CUJUV+Mn3uEP9k1JJA3tClG0ggSrRcg==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 9c2c5516..e9171212 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.10.5", "lucide-react": "^0.507.0", "react": "^18.2.0", "react-dom": "^18.2.0",