diff --git a/package-lock.json b/package-lock.json index 5065dfb..101257f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tailwindcss/typography": "^0.5.9", "clsx": "^1.2.1", "eslint-config-next": "^13.1.4", - "framer-motion": "^8.5.2", + "framer-motion": "^9.0.1", "next": "^13.1.4", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -5341,9 +5341,9 @@ } }, "node_modules/framer-motion": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.5.2.tgz", - "integrity": "sha512-dt1WwCUIlJ24N/PCCayr0BZJcHOfU/L7kO8fgG8SxcAiGufaNg+Xl0oD14z7mRTGLrqRdA1ZlMW5Wr77aO1Xuw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.0.1.tgz", + "integrity": "sha512-0EP7+b/hnsbrFOum9zU+23Fq2cJJrLOqv/yJ26fIzK4CC33ZAjXZGi1/XyblbgnUF0cxZ/SEDj5IYHeQo42qNg==", "dependencies": { "@motionone/dom": "^10.15.3", "hey-listen": "^1.0.8", diff --git a/package.json b/package.json index 0e37b1e..4e8e92f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@tailwindcss/typography": "^0.5.9", "clsx": "^1.2.1", "eslint-config-next": "^13.1.4", - "framer-motion": "^8.5.2", + "framer-motion": "^9.0.1", "next": "^13.1.4", "react": "^18.2.0", "react-dom": "^18.2.0",