diff --git a/package-lock.json b/package-lock.json index ecae598..71536d6 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": "^8.5.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": "8.5.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.5.4.tgz", + "integrity": "sha512-xBVovXUIdpKvRvIPsrSTiyXZUYyct9zarzdVeyzv+V6DFsDpHIuppyOjDO8VM1fBspDn+rUU4ZFZ5yJxLmzebQ==", "dependencies": { "@motionone/dom": "^10.15.3", "hey-listen": "^1.0.8", diff --git a/package.json b/package.json index dd0d16f..e45f2fe 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": "^8.5.4", "next": "^13.1.1", "react": "^18.2.0", "react-dom": "^18.2.0",