diff --git a/package-lock.json b/package-lock.json index 5065dfb..4e8e9e8 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.4", "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.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.0.4.tgz", + "integrity": "sha512-lZ1+2/WBn8iYRYmeEFpu/X2fI1GNwJL+X21EpnWwKP3vkJsnWBXZF5kHF29wIPk9sBU2xDIpDm9SAVo206bp9A==", "dependencies": { "@motionone/dom": "^10.15.3", "hey-listen": "^1.0.8", diff --git a/package.json b/package.json index 0e37b1e..ba95a3a 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.4", "next": "^13.1.4", "react": "^18.2.0", "react-dom": "^18.2.0",