diff --git a/package-lock.json b/package-lock.json index a3eae10f..0ff8175d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.23.3", + "framer-motion": "^12.23.6", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.523.0", @@ -8770,13 +8770,13 @@ } }, "node_modules/framer-motion": { - "version": "12.23.3", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.3.tgz", - "integrity": "sha512-llmLkf44zuIZOPSrE4bl4J0UTg6bav+rlKEfMRKgvDMXqBrUtMg6cspoQeRVK3nqRLxTmAJhfGXk39UDdZD7Kw==", + "version": "12.23.6", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.6.tgz", + "integrity": "sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.2", - "motion-utils": "^12.23.2", + "motion-dom": "^12.23.6", + "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, "peerDependencies": { @@ -12694,18 +12694,18 @@ } }, "node_modules/motion-dom": { - "version": "12.23.2", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.2.tgz", - "integrity": "sha512-73j6xDHX/NvVh5L5oS1ouAVnshsvmApOq4F3VZo5MkYSD/YVsVLal4Qp9wvVgJM9uU2bLZyc0Sn8B9c/MMKk4g==", + "version": "12.23.6", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.6.tgz", + "integrity": "sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w==", "license": "MIT", "dependencies": { - "motion-utils": "^12.23.2" + "motion-utils": "^12.23.6" } }, "node_modules/motion-utils": { - "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==", + "version": "12.23.6", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz", + "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 267787c2..89bdde01 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.23.3", + "framer-motion": "^12.23.6", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.523.0",