From 9b6b8be1f853568c19b808f5b7b466d22aec0091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 05:35:28 +0000 Subject: [PATCH] deps: bump framer-motion in the dependency-updates group Bumps the dependency-updates group with 1 update: [framer-motion](https://github.com/motiondivision/motion). Updates `framer-motion` from 12.7.4 to 12.8.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.7.4...v12.8.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61c20503e4b..82a1565a941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22778,13 +22778,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.8.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.8.0.tgz", + "integrity": "sha512-EarL75miCDcKLEAQLJ+6Zfwdj+KQsVlbHGGlygZ/TigKBj7NLPkyDKk4WLFUScjAs2xNpfMRLBM6VsCJq9Roxg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.7.4", - "motion-utils": "^12.7.2", + "motion-dom": "^12.8.0", + "motion-utils": "^12.7.5", "tslib": "^2.4.0" }, "peerDependencies": { @@ -34122,18 +34122,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.8.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.8.0.tgz", + "integrity": "sha512-YsfUE1F8Ycv9th1V0YJ6LOx9U2EMe/8P3RXK1o6NZhRbdFiWvzBLvxqp2X6Fn3rbJbwWkSEfnpe14ZU9Oz1d1Q==", "license": "MIT", "dependencies": { - "motion-utils": "^12.7.2" + "motion-utils": "^12.7.5" } }, "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.7.5", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.7.5.tgz", + "integrity": "sha512-JIgrmEq7Vw1x0AUrjvkRp7oMMQkGqSUMT50O/Ag6RRCQWG3gRRTkOI+BirBAJT6m+GIPoiyxkJ1u98GgF/a6TQ==", "license": "MIT" }, "node_modules/mri": {