diff --git a/package-lock.json b/package-lock.json index 310c092..bdb77dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "airtable-plus": "^1.0.4", "fa": "^1.0.1", "leaflet": "^1.9.4", - "motion": "^12.4.11", + "motion": "^12.23.18", "next": "^15.2.1", "postcss": "^8.5.2", "react": "^18.3.1", @@ -2164,13 +2164,13 @@ } }, "node_modules/framer-motion": { - "version": "12.4.11", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.4.11.tgz", - "integrity": "sha512-MHeZlgzo9DnQ6+TFgRqJiOk4vWwsDcXFtxeXlVawVs1nwgcZW3966foGIgkIiIrBSPHB9RlbqspAxiYWosFT9g==", + "version": "12.23.18", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.18.tgz", + "integrity": "sha512-HBVXBL5x3nk/0WrYM5G4VgjBey99ytVYET5AX17s/pcnlH90cyaxVUqgoN8cpF4+PqZRVOhwWsv28F+hxA9Tzg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.4.11", - "motion-utils": "^12.4.10", + "motion-dom": "^12.23.18", + "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, "peerDependencies": { @@ -3552,12 +3552,12 @@ } }, "node_modules/motion": { - "version": "12.4.11", - "resolved": "https://registry.npmjs.org/motion/-/motion-12.4.11.tgz", - "integrity": "sha512-dC2XjT/KdhWyHFxgEJSxzctH7yDUL1Fz8VI7c59vLuvo3mKWIUyldms89+9cddoKUHf+p61tYEvDKTvypOydpg==", + "version": "12.23.18", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.23.18.tgz", + "integrity": "sha512-uzcEs9eInMnOL2Tm8z6Akje/vETSFUzAlGQyKV58+8vlEFDOKx8jNR/asKei4ETi+8wH6vTyf6gCKgu580x4+w==", "license": "MIT", "dependencies": { - "framer-motion": "^12.4.11", + "framer-motion": "^12.23.18", "tslib": "^2.4.0" }, "peerDependencies": { @@ -3578,18 +3578,18 @@ } }, "node_modules/motion-dom": { - "version": "12.4.11", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.4.11.tgz", - "integrity": "sha512-wstlyV3pktgFjqsjbXMo1NX9hQD9XTVqxQNvfc+FREAgxr3GVzgWIEKvbyyNlki3J1jmmh+et9X3aCKeqFPcxA==", + "version": "12.23.18", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.18.tgz", + "integrity": "sha512-9piw3uOcP6DpS0qpnDF95bLDzmgMxLOg/jghLnHwYJ0YFizzuvbH/L8106dy39JNgHYmXFUTztoP9JQvUqlBwQ==", "license": "MIT", "dependencies": { - "motion-utils": "^12.4.10" + "motion-utils": "^12.23.6" } }, "node_modules/motion-utils": { - "version": "12.4.10", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.4.10.tgz", - "integrity": "sha512-NPwZd94V013SwRf++jMrk2+HEBgPkeIE2RiOzhAuuQlqxMJPkKt/LXVh6Upl+iN8oarSGD2dlY5/bqgsYXDABA==", + "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 b344998..a573f86 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "airtable-plus": "^1.0.4", "fa": "^1.0.1", "leaflet": "^1.9.4", - "motion": "^12.4.11", + "motion": "^12.23.18", "next": "^15.2.1", "postcss": "^8.5.2", "react": "^18.3.1",