diff --git a/package-lock.json b/package-lock.json index 553e6cc8..63c34109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/react-dom": "18.3.0", "@types/styled-components": "5.1.34", "@xstate/react": "3.2.2", - "framer-motion": "11.11.0", + "framer-motion": "11.11.1", "jest": "29.7.0", "mousetrap": "1.6.5", "prettier": "3.3.3", @@ -9436,9 +9436,9 @@ } }, "node_modules/framer-motion": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.0.tgz", - "integrity": "sha512-H6Pv12fcXaebinvnLDabTS9vHwtJKAo7XsnVeNLm5t8Yq5LuVvQ3DtL/2yBa2kGmhdIgx9cw8mbj6I8PYx7jPA==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.1.tgz", + "integrity": "sha512-Ucr9eHSrk0d+l6vyl9fvq6omh/PAWHjS+PlczpsoUdhJo1TuF3ULWJNuAMnpWQ1dGyPOyoUVuYlUKjE/s8dyCA==", "license": "MIT", "dependencies": { "tslib": "^2.4.0" diff --git a/package.json b/package.json index 70bc4d19..2f08261d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "18.3.0", "@types/styled-components": "5.1.34", "@xstate/react": "3.2.2", - "framer-motion": "11.11.0", + "framer-motion": "11.11.1", "jest": "29.7.0", "mousetrap": "1.6.5", "prettier": "3.3.3",