diff --git a/package-lock.json b/package-lock.json index ba3e50804..6a6edae9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "gsap": "^3.13.0", "lenis": "^1.3.1", "moment": "^2.30.1", - "motion": "^12.11.0", + "motion": "^12.12.1", "primeicons": "^7.0.0", "primereact": "^10.9.1", "react": "^18.3.1", @@ -6309,13 +6309,13 @@ } }, "node_modules/framer-motion": { - "version": "12.11.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.11.0.tgz", - "integrity": "sha512-BaBPmkhaC2l0n619Kt1nQaxSdUdyyz5V1Z7EKJ1CcraOTZitgVx0RTbL8lmg2XesaFi6o8MPBIhkWDIvzDpGaQ==", + "version": "12.12.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.12.1.tgz", + "integrity": "sha512-PFw4/GCREHI2suK/NlPSUxd+x6Rkp80uQsfCRFSOQNrm5pZif7eGtmG1VaD/UF1fW9tRBy5AaS77StatB3OJDg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.11.0", - "motion-utils": "^12.9.4", + "motion-dom": "^12.12.1", + "motion-utils": "^12.12.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -8126,12 +8126,12 @@ } }, "node_modules/motion": { - "version": "12.11.0", - "resolved": "https://registry.npmjs.org/motion/-/motion-12.11.0.tgz", - "integrity": "sha512-1DIh+uBh2Ledv8VlJfveLuE+6tTAkLqRxhBHQSH6Ct8PxcZpUWY7z9E34L3LvnGbXp8u97hGSjeDsmvmVrjOeQ==", + "version": "12.12.1", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.12.1.tgz", + "integrity": "sha512-vN/3p++Ix0lVt9NH0ZqPrAy8QRTkff27t5z3z5+4BJ3cXPxtOia2EBZS4snM+JUTfl7J0JXP/5ERqu9GT/8IgA==", "license": "MIT", "dependencies": { - "framer-motion": "^12.11.0", + "framer-motion": "^12.12.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -8152,18 +8152,18 @@ } }, "node_modules/motion-dom": { - "version": "12.11.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.11.0.tgz", - "integrity": "sha512-CItkGYJenn5ZsbzTX0D9mE0UWdjdd9r535FrxEXhzR8Kwa9I2dLr1uhEJgQPWbgaIJ6i0sNFnf2T9NvVDWQVBw==", + "version": "12.12.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.12.1.tgz", + "integrity": "sha512-GXq/uUbZBEiFFE+K1Z/sxdPdadMdfJ/jmBALDfIuHGi0NmtealLOfH9FqT+6aNPgVx8ilq0DtYmyQlo6Uj9LKQ==", "license": "MIT", "dependencies": { - "motion-utils": "^12.9.4" + "motion-utils": "^12.12.1" } }, "node_modules/motion-utils": { - "version": "12.9.4", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.9.4.tgz", - "integrity": "sha512-BW3I65zeM76CMsfh3kHid9ansEJk9Qvl+K5cu4DVHKGsI52n76OJ4z2CUJUV+Mn3uEP9k1JJA3tClG0ggSrRcg==", + "version": "12.12.1", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.12.1.tgz", + "integrity": "sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 40e2990e9..cf9dd5419 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gsap": "^3.13.0", "lenis": "^1.3.1", "moment": "^2.30.1", - "motion": "^12.11.0", + "motion": "^12.12.1", "primeicons": "^7.0.0", "primereact": "^10.9.1", "react": "^18.3.1",