diff --git a/package-lock.json b/package-lock.json index 34e50c3..7b725cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "classnames": "^2.5.1", "clsx": "^2.1.1", "cmdk": "^1.0.0", - "framer-motion": "^12.4.10", + "framer-motion": "^12.23.26", "lodash": "^4.17.21", "lucide-react": "^0.544.0", "path-browserify": "^1.0.1", @@ -5564,12 +5564,12 @@ } }, "node_modules/framer-motion": { - "version": "12.23.12", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz", - "integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==", + "version": "12.23.26", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.26.tgz", + "integrity": "sha512-cPcIhgR42xBn1Uj+PzOyheMtZ73H927+uWPDVhUMqxy8UHt6Okavb6xIz9J/phFUHUj0OncR6UvMfJTXoc/LKA==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.12", + "motion-dom": "^12.23.23", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -6527,9 +6527,9 @@ } }, "node_modules/motion-dom": { - "version": "12.23.12", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz", - "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==", + "version": "12.23.23", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.23.tgz", + "integrity": "sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==", "license": "MIT", "dependencies": { "motion-utils": "^12.23.6" diff --git a/package.json b/package.json index 844b73c..e5fe8ae 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "classnames": "^2.5.1", "clsx": "^2.1.1", "cmdk": "^1.0.0", - "framer-motion": "^12.4.10", + "framer-motion": "^12.23.26", "lodash": "^4.17.21", "lucide-react": "^0.544.0", "path-browserify": "^1.0.1",