diff --git a/package-lock.json b/package-lock.json index 882f66e..f0f1545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5301,12 +5301,12 @@ "license": "ISC" }, "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" }, @@ -6514,12 +6514,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": { @@ -6540,9 +6540,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" @@ -7165,9 +7165,9 @@ } }, "node_modules/simple-icons": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-16.5.0.tgz", - "integrity": "sha512-72nn0oHADKx6Hknu7q6M0vfL8LiCUMKABOHane2+4xdqaFBSHfNNBjuZioihiqVQMz7IvVle4NKAM0IlXvl/9A==", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-16.6.0.tgz", + "integrity": "sha512-lzSVlAhflhwud7EprwSalbCpHKpculOfaAk1P+S3QajO1bHG5nqwI1VeGnn4rwaE4xSSSKDsOFFL0XfIDv5iIQ==", "funding": [ { "type": "opencollective", @@ -8197,10 +8197,10 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.562.0", - "motion": "^12.26.1", + "motion": "^12.27.1", "next-themes": "^0.4.6", "rough-notation": "^0.5.1", - "simple-icons": "^16.5.0", + "simple-icons": "^16.6.0", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0" }, diff --git a/packages/website/package.json b/packages/website/package.json index e7eebeb..7128cc8 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -32,10 +32,10 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.562.0", - "motion": "^12.26.1", + "motion": "^12.27.1", "next-themes": "^0.4.6", "rough-notation": "^0.5.1", - "simple-icons": "^16.5.0", + "simple-icons": "^16.6.0", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0" }