From 25c5ee29a12ec3e879b23ebc9429193c1352e517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 22:29:19 +0000 Subject: [PATCH] Bump framer-motion from 12.14.0 to 12.15.0 Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.14.0 to 12.15.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.14.0...v12.15.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 334566c9..f875db0d 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.14.0", + "framer-motion": "^12.15.0", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.507.0", @@ -8760,12 +8760,12 @@ } }, "node_modules/framer-motion": { - "version": "12.14.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.14.0.tgz", - "integrity": "sha512-P/CLiA+YLc0GL1nB2bgtRBFAbRh0aawU5KPLqnXi6QEZQE2BEwqgIH8qUIT7cMN+4a4nj0iZ2uWTKOrzcYsyGQ==", + "version": "12.15.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.15.0.tgz", + "integrity": "sha512-XKg/LnKExdLGugZrDILV7jZjI599785lDIJZLxMiiIFidCsy0a4R2ZEf+Izm67zyOuJgQYTHOmodi7igQsw3vg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.14.0", + "motion-dom": "^12.15.0", "motion-utils": "^12.12.1", "tslib": "^2.4.0" }, @@ -12684,9 +12684,9 @@ } }, "node_modules/motion-dom": { - "version": "12.14.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.14.0.tgz", - "integrity": "sha512-t5v1QNXrOsLmIzTdmB9OlZ1cA8zkHlpPhn85123/B+8Xe6tiENWKELAZm0yvAoFjcbFmq4u80uUXortZTTvDbg==", + "version": "12.15.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.15.0.tgz", + "integrity": "sha512-D2ldJgor+2vdcrDtKJw48k3OddXiZN1dDLLWrS8kiHzQdYVruh0IoTwbJBslrnTXIPgFED7PBN2Zbwl7rNqnhA==", "license": "MIT", "dependencies": { "motion-utils": "^12.12.1" diff --git a/package.json b/package.json index 4aceae0a..d6bc55ef 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.14.0", + "framer-motion": "^12.15.0", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.507.0",