diff --git a/package-lock.json b/package-lock.json index 87068a8..9019e58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@iconify/json": "^2.2.437", "@iconify/react": "^6.0.2", "clsx": "^2.1.1", - "framer-motion": "^12.29.0", + "framer-motion": "^12.33.0", "pg": "^8.18.0", "react": "^19.2.3", "react-dom": "^19.2.4", @@ -5232,13 +5232,13 @@ } }, "node_modules/framer-motion": { - "version": "12.29.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.0.tgz", - "integrity": "sha512-1gEFGXHYV2BD42ZPTFmSU9buehppU+bCuOnHU0AD18DKh9j4DuTx47MvqY5ax+NNWRtK32qIcJf1UxKo1WwjWg==", + "version": "12.33.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.33.0.tgz", + "integrity": "sha512-ca8d+rRPcDP5iIF+MoT3WNc0KHJMjIyFAbtVLvM9eA7joGSpeqDfiNH/kCs1t4CHi04njYvWyj0jS4QlEK/rJQ==", "license": "MIT", "dependencies": { - "motion-dom": "^12.29.0", - "motion-utils": "^12.27.2", + "motion-dom": "^12.33.0", + "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -6933,18 +6933,18 @@ } }, "node_modules/motion-dom": { - "version": "12.29.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.0.tgz", - "integrity": "sha512-3eiz9bb32yvY8Q6XNM4AwkSOBPgU//EIKTZwsSWgA9uzbPBhZJeScCVcBuwwYVqhfamewpv7ZNmVKTGp5qnzkA==", + "version": "12.33.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.33.0.tgz", + "integrity": "sha512-XRPebVypsl0UM+7v0Hr8o9UAj0S2djsQWRdHBd5iVouVpMrQqAI0C/rDAT3QaYnXnHuC5hMcwDHCboNeyYjPoQ==", "license": "MIT", "dependencies": { - "motion-utils": "^12.27.2" + "motion-utils": "^12.29.2" } }, "node_modules/motion-utils": { - "version": "12.27.2", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.27.2.tgz", - "integrity": "sha512-B55gcoL85Mcdt2IEStY5EEAsrMSVE2sI14xQ/uAdPL+mfQxhKKFaEag9JmfxedJOR4vZpBGoPeC/Gm13I/4g5Q==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.29.2.tgz", + "integrity": "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 1279f75..aa8188d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@iconify/json": "^2.2.437", "@iconify/react": "^6.0.2", "clsx": "^2.1.1", - "framer-motion": "^12.29.0", + "framer-motion": "^12.33.0", "pg": "^8.18.0", "react": "^19.2.3", "react-dom": "^19.2.4",