diff --git a/package-lock.json b/package-lock.json index 22e3f5c..87ec968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "classnames": "^2.3.2", - "framer-motion": "^11.0.3", + "framer-motion": "^11.2.12", "next": "^14.0.4", "next-themes": "^0.3.0", "react": "^18.0.0", @@ -725,9 +725,9 @@ } }, "node_modules/framer-motion": { - "version": "11.1.7", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.1.7.tgz", - "integrity": "sha512-cW11Pu53eDAXUEhv5hEiWuIXWhfkbV32PlgVISn7jRdcAiVrJ1S03YQQ0/DzoswGYYwKi4qYmHHjCzAH52eSdQ==", + "version": "11.2.12", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.12.tgz", + "integrity": "sha512-lCjkV4nA9rWOy2bhR4RZzkp2xpB++kFmUZ6D44V9VQaxk+JDmbDd5lq+u58DjJIIllE8AZEXp9OG/TyDN4FB/w==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index b85131d..c347974 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "classnames": "^2.3.2", - "framer-motion": "^11.0.3", + "framer-motion": "^11.2.12", "next": "^14.0.4", "next-themes": "^0.3.0", "react": "^18.0.0",