diff --git a/ui/leafwiki-ui/package-lock.json b/ui/leafwiki-ui/package-lock.json index 0d2451ba..cc73e68e 100644 --- a/ui/leafwiki-ui/package-lock.json +++ b/ui/leafwiki-ui/package-lock.json @@ -32,7 +32,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "framer-motion": "^12.27.1", + "framer-motion": "^12.30.0", "lucide-react": "^0.562.0", "mermaid": "^11.12.2", "next-themes": "^0.4.6", @@ -5255,13 +5255,13 @@ "license": "ISC" }, "node_modules/framer-motion": { - "version": "12.27.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.27.1.tgz", - "integrity": "sha512-cEAqO69kcZt3gL0TGua8WTgRQfv4J57nqt1zxHtLKwYhAwA0x9kDS/JbMa1hJbwkGY74AGJKvZ9pX/IqWZtZWQ==", + "version": "12.30.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.30.0.tgz", + "integrity": "sha512-S7t3UjvghrFiJzFJ30ncX6keUipexw9f7DRpauhW9bXPNxg0dMxoPbNIDpLuxK1NvxF2wswFEMEm7WiNAcdELg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.27.1", - "motion-utils": "^12.24.10", + "motion-dom": "^12.30.0", + "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -7196,18 +7196,18 @@ } }, "node_modules/motion-dom": { - "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==", + "version": "12.30.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.30.0.tgz", + "integrity": "sha512-p6Mp+lxm+mK4O86YVyL6KAlFDVCIqpmcBt+uMVapMBqltPXpwZ5Wj2crnN2VE7lwsas0ONCPIW9YVpMigu4F5g==", "license": "MIT", "dependencies": { - "motion-utils": "^12.24.10" + "motion-utils": "^12.29.2" } }, "node_modules/motion-utils": { - "version": "12.24.10", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.24.10.tgz", - "integrity": "sha512-x5TFgkCIP4pPsRLpKoI86jv/q8t8FQOiM/0E8QKBzfMozWHfkKap2gA1hOki+B5g3IsBNpxbUnfOum1+dgvYww==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.29.2.tgz", + "integrity": "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==", "license": "MIT" }, "node_modules/ms": { diff --git a/ui/leafwiki-ui/package.json b/ui/leafwiki-ui/package.json index b9bc0217..5961fd32 100644 --- a/ui/leafwiki-ui/package.json +++ b/ui/leafwiki-ui/package.json @@ -35,7 +35,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "framer-motion": "^12.27.1", + "framer-motion": "^12.30.0", "lucide-react": "^0.562.0", "mermaid": "^11.12.2", "next-themes": "^0.4.6",