From 0824363982f408883f2554e5675b97946ba92097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 13:51:14 +0000 Subject: [PATCH] build(deps): Bump framer-motion in the npm-production group Bumps the npm-production group with 1 update: [framer-motion](https://github.com/motiondivision/motion). Updates `framer-motion` from 12.10.4 to 12.10.5 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.10.4...v12.10.5) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34ee281..277c24c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@heroicons/react": "^2.2.0", "@tailwindcss/postcss": "^4.1.5", "@tailwindcss/vite": "^4.1.5", - "framer-motion": "^12.10.4", + "framer-motion": "^12.10.5", "postcss": "^8.4.31", "react": "^19.1.0", "react-dom": "^19.1.0", @@ -3223,12 +3223,12 @@ } }, "node_modules/framer-motion": { - "version": "12.10.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.10.4.tgz", - "integrity": "sha512-gGkavMW3QFDCxI+adVu5sn2NtIRHYPGVLDSJ0S/6B0ZoxPaql2F9foWdg9sGIP6sPA8cbNDfxYf9VlhD3+FkVQ==", + "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.10.4", + "motion-dom": "^12.10.5", "motion-utils": "^12.9.4", "tslib": "^2.4.0" }, @@ -4151,9 +4151,9 @@ } }, "node_modules/motion-dom": { - "version": "12.10.4", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.10.4.tgz", - "integrity": "sha512-GSv8kz0ANFfeGrFKi99s3GQjLiL1IKH3KtSNEqrPiVbloHVRiNbNtpsYQq9rkV2AV+7jxvd1X1ObUMVDnAEnXA==", + "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.9.4" @@ -7358,11 +7358,11 @@ } }, "framer-motion": { - "version": "12.10.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.10.4.tgz", - "integrity": "sha512-gGkavMW3QFDCxI+adVu5sn2NtIRHYPGVLDSJ0S/6B0ZoxPaql2F9foWdg9sGIP6sPA8cbNDfxYf9VlhD3+FkVQ==", + "version": "12.10.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.10.5.tgz", + "integrity": "sha512-p6VF1YkwWvNDFzg5IQ5lqPx11Td4TQ6LqDnshV7sWj0Nrp4dwz2/aEzmgh9WA9ridcTIJ625Fr0oiuhgqIoFwQ==", "requires": { - "motion-dom": "^12.10.4", + "motion-dom": "^12.10.5", "motion-utils": "^12.9.4", "tslib": "^2.4.0" } @@ -7923,9 +7923,9 @@ "dev": true }, "motion-dom": { - "version": "12.10.4", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.10.4.tgz", - "integrity": "sha512-GSv8kz0ANFfeGrFKi99s3GQjLiL1IKH3KtSNEqrPiVbloHVRiNbNtpsYQq9rkV2AV+7jxvd1X1ObUMVDnAEnXA==", + "version": "12.10.5", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.10.5.tgz", + "integrity": "sha512-F7XKmhxXEH/y3aWWf0N2w69wNSN+6PcJ1seqR1WolClmXpPhj+xwzs9j5CpsMFzeHR1D7irl3JcWMToPRwX6Hg==", "requires": { "motion-utils": "^12.9.4" } diff --git a/package.json b/package.json index 7b5da40..016595f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@heroicons/react": "^2.2.0", "@tailwindcss/postcss": "^4.1.5", "@tailwindcss/vite": "^4.1.5", - "framer-motion": "^12.10.4", + "framer-motion": "^12.10.5", "postcss": "^8.4.31", "react": "^19.1.0", "react-dom": "^19.1.0",