diff --git a/package-lock.json b/package-lock.json index ea93239..82a256d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vercel/blob": "^0.23.4", "clsx": "^2.1.1", "dayjs": "^1.11.11", - "framer-motion": "^11.2.12", + "framer-motion": "^11.2.13", "next": "14.2.3", "next-intl": "^3.15.3", "next-themes": "^0.3.0", @@ -2765,9 +2765,9 @@ } }, "node_modules/framer-motion": { - "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==", + "version": "11.2.13", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.13.tgz", + "integrity": "sha512-AyIeegfkXlkX1lWEudRYsJlC+0A59cE8oFK9IsN9bUQzxLwcvN3AEaYaznkELiWlHC7a0eD7pxsYQo7BC05S5A==", "license": "MIT", "dependencies": { "tslib": "^2.4.0" diff --git a/package.json b/package.json index b5384e9..5d864a8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@vercel/blob": "^0.23.4", "clsx": "^2.1.1", "dayjs": "^1.11.11", - "framer-motion": "^11.2.12", + "framer-motion": "^11.2.13", "next": "14.2.3", "next-intl": "^3.15.3", "next-themes": "^0.3.0",