From 0c77ef47bc8bd5bf6e3461791db0b93040827ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:01:42 +0000 Subject: [PATCH] chore(deps): bump framer-motion from 12.27.1 to 12.29.2 Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.27.1 to 12.29.2. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.27.1...v12.29.2) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.29.2 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 cf1b906..76a1234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@primer/react-brand": "^0.61.1", "@tailwindcss/vite": "^4.1.18", "astro": "^5.16.11", - "framer-motion": "^12.27.1", + "framer-motion": "^12.29.2", "html2canvas": "^1.4.1", "preact": "^10.28.2", "react": "^19.2.3", @@ -3519,13 +3519,13 @@ } }, "node_modules/framer-motion": { - "version": "12.27.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.27.1.tgz", - "integrity": "sha512-cEAqO69kcZt3gL0TGua8WTgRQfv4J57nqt1zxHtLKwYhAwA0x9kDS/JbMa1hJbwkGY74AGJKvZ9pX/IqWZtZWQ==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.2.tgz", + "integrity": "sha512-lSNRzBJk4wuIy0emYQ/nfZ7eWhqud2umPKw2QAQki6uKhZPKm2hRQHeQoHTG9MIvfobb+A/LbEWPJU794ZUKrg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.27.1", - "motion-utils": "^12.24.10", + "motion-dom": "^12.29.2", + "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -5077,18 +5077,18 @@ "license": "MIT" }, "node_modules/motion-dom": { - "version": "12.27.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.27.1.tgz", - "integrity": "sha512-V/53DA2nBqKl9O2PMJleSUb/G0dsMMeZplZwgIQf5+X0bxIu7Q1cTv6DrjvTTGYRm3+7Y5wMlRZ1wT61boU/bQ==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.2.tgz", + "integrity": "sha512-/k+NuycVV8pykxyiTCoFzIVLA95Nb1BFIVvfSu9L50/6K6qNeAYtkxXILy/LRutt7AzaYDc2myj0wkCVVYAPPA==", "license": "MIT", "dependencies": { - "motion-utils": "^12.24.10" + "motion-utils": "^12.29.2" } }, "node_modules/motion-utils": { - "version": "12.24.10", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.24.10.tgz", - "integrity": "sha512-x5TFgkCIP4pPsRLpKoI86jv/q8t8FQOiM/0E8QKBzfMozWHfkKap2gA1hOki+B5g3IsBNpxbUnfOum1+dgvYww==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.29.2.tgz", + "integrity": "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==", "license": "MIT" }, "node_modules/mrmime": { diff --git a/package.json b/package.json index 6c80d5b..1f1f264 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@primer/react-brand": "^0.61.1", "@tailwindcss/vite": "^4.1.18", "astro": "^5.16.11", - "framer-motion": "^12.27.1", + "framer-motion": "^12.29.2", "html2canvas": "^1.4.1", "preact": "^10.28.2", "react": "^19.2.3",