diff --git a/package-lock.json b/package-lock.json index ecae598..f3caad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@tailwindcss/typography": "^0.5.8", "clsx": "^1.2.1", "eslint-config-next": "^13.1.1", - "framer-motion": "^8.5.0", + "framer-motion": "^9.0.4", "next": "^13.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -3952,9 +3952,9 @@ } }, "node_modules/framer-motion": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.5.0.tgz", - "integrity": "sha512-z5hQvIa+9uFcA2aFmT+6XsUfuVPl9Y1uhs5yntxU1Q0E6hm4wDRpvFlB/yYN/cdfXUctf/1Q1Rep/dqOipz8sg==", + "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 dd0d16f..bbe7efe 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@tailwindcss/typography": "^0.5.8", "clsx": "^1.2.1", "eslint-config-next": "^13.1.1", - "framer-motion": "^8.5.0", + "framer-motion": "^9.0.4", "next": "^13.1.1", "react": "^18.2.0", "react-dom": "^18.2.0",