diff --git a/package-lock.json b/package-lock.json index a9c46e8a..02ccb554 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "lenis": "^1.3.1", "lucide-react": "^0.525.0", "moment": "^2.30.1", - "motion": "^12.20.2", + "motion": "^12.23.5", "primeicons": "^7.0.0", "primereact": "^10.9.1", "react": "^18.3.1", @@ -8350,12 +8350,13 @@ } }, "node_modules/framer-motion": { - "version": "12.23.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.0.tgz", - "integrity": "sha512-xf6NxTGAyf7zR4r2KlnhFmsRfKIbjqeBupEDBAaEtVIBJX96sAon00kMlsKButSIRwPSHjbRrAPnYdJJ9kyhbA==", + "version": "12.23.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.5.tgz", + "integrity": "sha512-t+6/f2TUowkr1gVuGwVwxR3ZQupCdCZj0mivG8M8CW2kwHPqtSePomECvmto15qoFCwost77O/XuEsq59MLDKw==", + "license": "MIT", "dependencies": { - "motion-dom": "^12.22.0", - "motion-utils": "^12.19.0", + "motion-dom": "^12.23.5", + "motion-utils": "^12.23.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -10350,11 +10351,12 @@ } }, "node_modules/motion": { - "version": "12.20.2", - "resolved": "https://registry.npmjs.org/motion/-/motion-12.20.2.tgz", - "integrity": "sha512-V7dEQYvETH+0OHZLPFHxV3nYc0tELBtjDMQlZXFO8Zctnr582XrjPYqm348iTFgahFYd1QxBbzmE4KYilDyk2A==", + "version": "12.23.5", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.23.5.tgz", + "integrity": "sha512-FpabXbpG816YVOIoOpd0BNOCmOXOLwHMbX4Am4OpDs7VqbAfQvejM+CnTA6TuMKLdmX7h1FxG7bXaDGQiceHCg==", + "license": "MIT", "dependencies": { - "framer-motion": "^12.20.2", + "framer-motion": "^12.23.5", "tslib": "^2.4.0" }, "peerDependencies": { @@ -10375,17 +10377,19 @@ } }, "node_modules/motion-dom": { - "version": "12.22.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.22.0.tgz", - "integrity": "sha512-ooH7+/BPw9gOsL9VtPhEJHE2m4ltnhMlcGMhEqA0YGNhKof7jdaszvsyThXI6LVIKshJUZ9/CP6HNqQhJfV7kw==", + "version": "12.23.5", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.5.tgz", + "integrity": "sha512-RrUS4X11w7kIU1COoSVptuYTx1QQ/sViDEI1Yl1zL0nem8UXn3HRcsMrFTCkZSSRLXeVpN540bFP1iS87SicPQ==", + "license": "MIT", "dependencies": { - "motion-utils": "^12.19.0" + "motion-utils": "^12.23.2" } }, "node_modules/motion-utils": { - "version": "12.19.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.19.0.tgz", - "integrity": "sha512-BuFTHINYmV07pdWs6lj6aI63vr2N4dg0vR+td0rtrdpWOhBzIkEklZyLcvKBoEtwSqx8Jg06vUB5RS0xDiUybw==" + "version": "12.23.2", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.2.tgz", + "integrity": "sha512-cIEXlBlXAOUyiAtR0S+QPQUM9L3Diz23Bo+zM420NvSd/oPQJwg6U+rT+WRTpp0rizMsBGQOsAwhWIfglUcZfA==", + "license": "MIT" }, "node_modules/ms": { "version": "2.1.3", diff --git a/package.json b/package.json index 7210bf03..90d102e0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lenis": "^1.3.1", "lucide-react": "^0.525.0", "moment": "^2.30.1", - "motion": "^12.20.2", + "motion": "^12.23.5", "primeicons": "^7.0.0", "primereact": "^10.9.1", "react": "^18.3.1",