diff --git a/package-lock.json b/package-lock.json index ecae598..a344579 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.1", "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.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 dd0d16f..6ba04fa 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.1", "next": "^13.1.1", "react": "^18.2.0", "react-dom": "^18.2.0",