diff --git a/package-lock.json b/package-lock.json index 476e149..2490181 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6525,13 +6525,13 @@ } }, "node_modules/framer-motion": { - "version": "12.29.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.0.tgz", - "integrity": "sha512-1gEFGXHYV2BD42ZPTFmSU9buehppU+bCuOnHU0AD18DKh9j4DuTx47MvqY5ax+NNWRtK32qIcJf1UxKo1WwjWg==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.2.tgz", + "integrity": "sha512-lSNRzBJk4wuIy0emYQ/nfZ7eWhqud2umPKw2QAQki6uKhZPKm2hRQHeQoHTG9MIvfobb+A/LbEWPJU794ZUKrg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.29.0", - "motion-utils": "^12.27.2", + "motion-dom": "^12.29.2", + "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -8123,9 +8123,9 @@ } }, "node_modules/lucide-react": { - "version": "0.562.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.562.0.tgz", - "integrity": "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw==", + "version": "0.563.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.563.0.tgz", + "integrity": "sha512-8dXPB2GI4dI8jV4MgUDGBeLdGk8ekfqVZ0BdLcrRzocGgG75ltNEmWS+gE7uokKF/0oSUuczNDT+g9hFJ23FkA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -8293,12 +8293,12 @@ } }, "node_modules/motion": { - "version": "12.29.0", - "resolved": "https://registry.npmjs.org/motion/-/motion-12.29.0.tgz", - "integrity": "sha512-rjB5CP2N9S2ESAyEFnAFMgTec6X8yvfxLNcz8n12gPq3M48R7ZbBeVYkDOTj8SPMwfvGIFI801SiPSr1+HCr9g==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.29.2.tgz", + "integrity": "sha512-jMpHdAzEDF1QQ055cB+1lOBLdJ6ialVWl6QQzpJI2OvmHequ7zFVHM2mx0HNAy+Tu4omUlApfC+4vnkX0geEOg==", "license": "MIT", "dependencies": { - "framer-motion": "^12.29.0", + "framer-motion": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -8319,18 +8319,18 @@ } }, "node_modules/motion-dom": { - "version": "12.29.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.0.tgz", - "integrity": "sha512-3eiz9bb32yvY8Q6XNM4AwkSOBPgU//EIKTZwsSWgA9uzbPBhZJeScCVcBuwwYVqhfamewpv7ZNmVKTGp5qnzkA==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.2.tgz", + "integrity": "sha512-/k+NuycVV8pykxyiTCoFzIVLA95Nb1BFIVvfSu9L50/6K6qNeAYtkxXILy/LRutt7AzaYDc2myj0wkCVVYAPPA==", "license": "MIT", "dependencies": { - "motion-utils": "^12.27.2" + "motion-utils": "^12.29.2" } }, "node_modules/motion-utils": { - "version": "12.27.2", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.27.2.tgz", - "integrity": "sha512-B55gcoL85Mcdt2IEStY5EEAsrMSVE2sI14xQ/uAdPL+mfQxhKKFaEag9JmfxedJOR4vZpBGoPeC/Gm13I/4g5Q==", + "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": { @@ -11428,8 +11428,8 @@ "@webext-core/messaging": "^2.3.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.562.0", - "motion": "^12.26.1", + "lucide-react": "^0.563.0", + "motion": "^12.29.2", "next-themes": "^0.4.6", "rough-notation": "^0.5.1", "simple-icons": "^16.5.0", @@ -11499,8 +11499,8 @@ "@radix-ui/react-tooltip": "^1.2.8", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.562.0", - "motion": "^12.27.1", + "lucide-react": "^0.563.0", + "motion": "^12.29.2", "next-themes": "^0.4.6", "rough-notation": "^0.5.1", "simple-icons": "^16.6.0", diff --git a/packages/extension/package.json b/packages/extension/package.json index bdc2734..f07a51a 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -44,8 +44,8 @@ "@webext-core/messaging": "^2.3.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.562.0", - "motion": "^12.26.1", + "lucide-react": "^0.563.0", + "motion": "^12.29.2", "next-themes": "^0.4.6", "rough-notation": "^0.5.1", "simple-icons": "^16.5.0", diff --git a/packages/website/package.json b/packages/website/package.json index 0789ae7..944a6f0 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -31,8 +31,8 @@ "@radix-ui/react-tooltip": "^1.2.8", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.562.0", - "motion": "^12.27.1", + "lucide-react": "^0.563.0", + "motion": "^12.29.2", "next-themes": "^0.4.6", "rough-notation": "^0.5.1", "simple-icons": "^16.6.0",