diff --git a/package-lock.json b/package-lock.json index 310c092..67501c1 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.12", "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.12", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz", + "integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.4.11", - "motion-utils": "^12.4.10", + "motion-dom": "^12.23.12", + "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.12", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.23.12.tgz", + "integrity": "sha512-8jCD8uW5GD1csOoqh1WhH1A6j5APHVE15nuBkFeRiMzYBdRwyAHmSP/oXSuW0WJPZRXTFdBoG4hY9TFWNhhwng==", "license": "MIT", "dependencies": { - "framer-motion": "^12.4.11", + "framer-motion": "^12.23.12", "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.12", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz", + "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==", "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..9d9f352 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.12", "next": "^15.2.1", "postcss": "^8.5.2", "react": "^18.3.1",