From 56ae32d34504ed5992b46c1a73d781a00d4a7e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:55:53 +0000 Subject: [PATCH] build(deps): bump motion from 12.26.1 to 12.27.1 in /frontend Bumps [motion](https://github.com/motiondivision/motion) from 12.26.1 to 12.27.1. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.26.1...v12.27.1) --- updated-dependencies: - dependency-name: motion dependency-version: 12.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 24 ++++++++++++------------ frontend/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9975632..140f02a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@dnd-kit/core": "^6.3.1", "@dnd-kit/utilities": "^3.2.2", "canvas-confetti": "^1.9.4", - "motion": "^12.26.1", + "motion": "^12.27.1", "next": "16.1.1", "react": "19.2.3", "react-dom": "19.2.3", @@ -5615,12 +5615,12 @@ } }, "node_modules/framer-motion": { - "version": "12.26.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.26.1.tgz", - "integrity": "sha512-Uzc8wGldU4FpmGotthjjcj0SZhigcODjqvKT7lzVZHsmYkzQMFfMIv0vHQoXCeoe/Ahxqp4by4A6QbzFA/lblw==", + "version": "12.27.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.27.1.tgz", + "integrity": "sha512-cEAqO69kcZt3gL0TGua8WTgRQfv4J57nqt1zxHtLKwYhAwA0x9kDS/JbMa1hJbwkGY74AGJKvZ9pX/IqWZtZWQ==", "license": "MIT", "dependencies": { - "motion-dom": "^12.24.11", + "motion-dom": "^12.27.1", "motion-utils": "^12.24.10", "tslib": "^2.4.0" }, @@ -8440,12 +8440,12 @@ } }, "node_modules/motion": { - "version": "12.26.1", - "resolved": "https://registry.npmjs.org/motion/-/motion-12.26.1.tgz", - "integrity": "sha512-IVhzx9HOQTiJ9ykthMOlZPnLwrkXziN5Q/yebsqBYlFJb2rHP8yhmKc8O/YUT9byPJlxOeqkzfNYCrVKZx8vqg==", + "version": "12.27.1", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.27.1.tgz", + "integrity": "sha512-FAZTPDm1LccBdWSL46WLnEdTSHmdVx+fdWK8f61qBQn67MmFefXLXlrwy94rK2DDsd9A50Gj8H+LYCgQ/cQlFg==", "license": "MIT", "dependencies": { - "framer-motion": "^12.26.1", + "framer-motion": "^12.27.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -8466,9 +8466,9 @@ } }, "node_modules/motion-dom": { - "version": "12.24.11", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.24.11.tgz", - "integrity": "sha512-DlWOmsXMJrV8lzZyd+LKjG2CXULUs++bkq8GZ2Sr0R0RRhs30K2wtY+LKiTjhmJU3W61HK+rB0GLz6XmPvTA1A==", + "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==", "license": "MIT", "dependencies": { "motion-utils": "^12.24.10" diff --git a/frontend/package.json b/frontend/package.json index 43f1937..388354b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "@dnd-kit/core": "^6.3.1", "@dnd-kit/utilities": "^3.2.2", "canvas-confetti": "^1.9.4", - "motion": "^12.26.1", + "motion": "^12.27.1", "next": "16.1.1", "react": "19.2.3", "react-dom": "19.2.3",