diff --git a/package-lock.json b/package-lock.json index 5ba1fcc..944396b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "axios": "^1.9.0", - "framer-motion": "^12.9.2", + "framer-motion": "^12.9.4", "react": "^19.1.0", "react-dom": "^19.1.0", "react-dropzone": "^14.3.8", @@ -8350,13 +8350,13 @@ } }, "node_modules/framer-motion": { - "version": "12.9.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.9.2.tgz", - "integrity": "sha512-R0O3Jdqbfwywpm45obP+8sTgafmdEcUoShQTAV+rB5pi+Y1Px/FYL5qLLRe5tPtBdN1J4jos7M+xN2VV2oEAbQ==", + "version": "12.9.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.9.4.tgz", + "integrity": "sha512-yaeGDmGQ3eCQEwZ95/pRQMaSh/Q4E2CK6JYOclG/PdjyQad0MULJ+JFVV8911Fl5a6tF6o0wgW8Dpl5Qx4Adjg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.9.1", - "motion-utils": "^12.8.3", + "motion-dom": "^12.9.4", + "motion-utils": "^12.9.4", "tslib": "^2.4.0" }, "peerDependencies": { @@ -11516,18 +11516,18 @@ } }, "node_modules/motion-dom": { - "version": "12.9.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.1.tgz", - "integrity": "sha512-xqXEwRLDYDTzOgXobSoWtytRtGlf7zdkRfFbrrdP7eojaGQZ5Go4OOKtgnx7uF8sAkfr1ZjMvbCJSCIT2h6fkQ==", + "version": "12.9.4", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.4.tgz", + "integrity": "sha512-25TWkQPj5I18m+qVjXGtCsxboY11DaRC5HMjd29tHKExazW4Zf4XtAagBdLpyKsVuAxEQ6cx5/E4AB21PFpLnQ==", "license": "MIT", "dependencies": { - "motion-utils": "^12.8.3" + "motion-utils": "^12.9.4" } }, "node_modules/motion-utils": { - "version": "12.8.3", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.8.3.tgz", - "integrity": "sha512-GYVauZEbca8/zOhEiYOY9/uJeedYQld6co/GJFKOy//0c/4lDqk0zB549sBYqqV2iMuX+uHrY1E5zd8A2L+1Lw==", + "version": "12.9.4", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.9.4.tgz", + "integrity": "sha512-BW3I65zeM76CMsfh3kHid9ansEJk9Qvl+K5cu4DVHKGsI52n76OJ4z2CUJUV+Mn3uEP9k1JJA3tClG0ggSrRcg==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 07c2afd..bf2cc8f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "axios": "^1.9.0", - "framer-motion": "^12.9.2", + "framer-motion": "^12.9.4", "react": "^19.1.0", "react-dom": "^19.1.0", "react-dropzone": "^14.3.8",