diff --git a/package-lock.json b/package-lock.json index 310c092..4f04104 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.22", "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.22", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.22.tgz", + "integrity": "sha512-ZgGvdxXCw55ZYvhoZChTlG6pUuehecgvEAJz0BHoC5pQKW1EC5xf1Mul1ej5+ai+pVY0pylyFfdl45qnM1/GsA==", "license": "MIT", "dependencies": { - "motion-dom": "^12.4.11", - "motion-utils": "^12.4.10", + "motion-dom": "^12.23.21", + "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.22", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.23.22.tgz", + "integrity": "sha512-iSq6X9vLHbeYwmHvhK//+U74ROaPnZmBuy60XZzqNl0QtZkWfoZyMDHYnpKuWFv0sNMqHgED8aCXk94LCoQPGg==", "license": "MIT", "dependencies": { - "framer-motion": "^12.4.11", + "framer-motion": "^12.23.22", "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.21", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.21.tgz", + "integrity": "sha512-5xDXx/AbhrfgsQmSE7YESMn4Dpo6x5/DTZ4Iyy4xqDvVHWvFVoV+V2Ri2S/ksx+D40wrZ7gPYiMWshkdoqNgNQ==", "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..688f897 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.22", "next": "^15.2.1", "postcss": "^8.5.2", "react": "^18.3.1",