diff --git a/package-lock.json b/package-lock.json index 6ad11b0d..f5815f13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@sweatpants/libra": "0.0.33", "@types/react": "18.2.40", "@types/react-dom": "18.2.17", - "framer-motion": "10.16.5", + "framer-motion": "10.16.15", "prettier": "3.1.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -5842,9 +5842,9 @@ } }, "node_modules/framer-motion": { - "version": "10.16.5", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.5.tgz", - "integrity": "sha512-GEzVjOYP2MIpV9bT/GbhcsBNoImG3/2X3O/xVNWmktkv9MdJ7P/44zELm/7Fjb+O3v39SmKFnoDQB32giThzpg==", + "version": "10.16.15", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.15.tgz", + "integrity": "sha512-BapW1EKc/Sgph1rKEwL9bFt2B79z7bu7jN4Up1jGUaTE78WBsVO+6eCmoUZsQH0hHtRUDnnTqjjBbM7dk9Kp8A==", "dependencies": { "tslib": "^2.4.0" }, @@ -10130,7 +10130,7 @@ "@radix-ui/react-slot": "1.0.2", "@react-hook/resize-observer": "1.2.6", "date-fns": "2.30.0", - "framer-motion": "10.16.5", + "framer-motion": "10.16.15", "react-day-picker": "8.9.1" }, "devDependencies": { diff --git a/package.json b/package.json index 03284f3f..bebc6497 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@sweatpants/libra": "0.0.33", "@types/react": "18.2.40", "@types/react-dom": "18.2.17", - "framer-motion": "10.16.5", + "framer-motion": "10.16.15", "prettier": "3.1.0", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/packages/react/package.json b/packages/react/package.json index ee169c94..1d740f99 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -35,7 +35,7 @@ "@radix-ui/react-slot": "1.0.2", "@react-hook/resize-observer": "1.2.6", "date-fns": "2.30.0", - "framer-motion": "10.16.5", + "framer-motion": "10.16.15", "react-day-picker": "8.9.1" } }