diff --git a/package-lock.json b/package-lock.json index 310c092..1333ccc 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.24", "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.24", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.24.tgz", + "integrity": "sha512-HMi5HRoRCTou+3fb3h9oTLyJGBxHfW+HnNE25tAXOvVx/IvwMHK0cx7IR4a2ZU6sh3IX1Z+4ts32PcYBOqka8w==", "license": "MIT", "dependencies": { - "motion-dom": "^12.4.11", - "motion-utils": "^12.4.10", + "motion-dom": "^12.23.23", + "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.24", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.23.24.tgz", + "integrity": "sha512-Rc5E7oe2YZ72N//S3QXGzbnXgqNrTESv8KKxABR20q2FLch9gHLo0JLyYo2hZ238bZ9Gx6cWhj9VO0IgwbMjCw==", "license": "MIT", "dependencies": { - "framer-motion": "^12.4.11", + "framer-motion": "^12.23.24", "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.23", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.23.tgz", + "integrity": "sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==", "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..42d5f7b 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.24", "next": "^15.2.1", "postcss": "^8.5.2", "react": "^18.3.1",