diff --git a/package-lock.json b/package-lock.json index 128231bc7d5..020ef225849 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22712,13 +22712,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": { @@ -34056,18 +34056,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/mri": {