From 4522859dce9049c5508e4cd5adabfb310d0104fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Aug 2026 08:52:20 +0000 Subject: [PATCH] fix: upgrade framer-motion from 12.34.5 to 12.43.0 Snyk has created this PR to upgrade framer-motion from 12.34.5 to 12.43.0. See this package in npm: framer-motion See this project in Snyk: https://app.snyk.io/org/kagent/project/436aff26-c6e8-41d0-aa7b-fa62a8e2e494?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 5b19f9e9..9eb8cc9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", - "framer-motion": "^12.34.5", + "framer-motion": "^12.43.0", "gray-matter": "^4.0.3", "lucide-react": "^0.577.0", "mermaid": "^11.15.0", @@ -9111,13 +9111,13 @@ } }, "node_modules/framer-motion": { - "version": "12.34.5", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.34.5.tgz", - "integrity": "sha512-Z2dQ+o7BsfpJI3+u0SQUNCrN+ajCKJen1blC4rCHx1Ta2EOHs+xKJegLT2aaD9iSMbU3OoX+WabQXkloUbZmJQ==", + "version": "12.43.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.43.0.tgz", + "integrity": "sha512-1eaL3RvR/kAlbG7UYcpMptEyzPoENO0c6w7ZnB3/hh2vSAz/6uGAFn6fdoqTBguNstf3MsFhJHsD/0DHiclG+g==", "license": "MIT", "dependencies": { - "motion-dom": "^12.34.5", - "motion-utils": "^12.29.2", + "motion-dom": "^12.43.0", + "motion-utils": "^12.39.0", "tslib": "^2.4.0" }, "peerDependencies": { @@ -12158,18 +12158,18 @@ } }, "node_modules/motion-dom": { - "version": "12.38.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.38.0.tgz", - "integrity": "sha512-pdkHLD8QYRp8VfiNLb8xIBJis1byQ9gPT3Jnh2jqfFtAsWUA3dEepDlsWe/xMpO8McV+VdpKVcp+E+TGJEtOoA==", + "version": "12.43.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.43.0.tgz", + "integrity": "sha512-azKON4d9S65PEoFUiQTMTgPheEmzf2QngdRc50AKfJp9Q9mmcBVw22c8eMq9k8kxOFHdL7+WZY7N/5F/lwiDag==", "license": "MIT", "dependencies": { - "motion-utils": "^12.36.0" + "motion-utils": "^12.39.0" } }, "node_modules/motion-utils": { - "version": "12.36.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.36.0.tgz", - "integrity": "sha512-eHWisygbiwVvf6PZ1vhaHCLamvkSbPIeAYxWUuL3a2PD/TROgE7FvfHWTIH4vMl798QLfMw15nRqIaRDXTlYRg==", + "version": "12.39.0", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.39.0.tgz", + "integrity": "sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 228b25f2..3b4d3dcb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", - "framer-motion": "^12.34.5", + "framer-motion": "^12.43.0", "gray-matter": "^4.0.3", "lucide-react": "^0.577.0", "mermaid": "^11.15.0",