diff --git a/package-lock.json b/package-lock.json index 8eee094..88a0540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hackclub/icons": "^0.0.15", "@hackclub/theme": "^0.3.3", "classnames": "^2.3.2", - "framer-motion": "^11.3.8", + "framer-motion": "^11.3.29", "lodash": "^4.17.21", "next": "^14.2.5", "next-themes": "^0.3.0", @@ -1374,9 +1374,9 @@ } }, "node_modules/framer-motion": { - "version": "11.3.8", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.8.tgz", - "integrity": "sha512-1D+RDTsIp4Rz2dq/oToqSEc9idEQwgBRQyBq4rGpFba+0Z+GCbj9z1s0+ikFbanWe3YJ0SqkNlDe08GcpFGj5A==", + "version": "11.3.29", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.29.tgz", + "integrity": "sha512-uyDuUOeOElJEA3kbkbyoTNEf75Jih1EUg0ouLKYMlGDdt/LaJPmO+FyOGAGxM2HwKhHcAoKFNveR5A8peb7yhw==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index a89f2d1..ff77d86 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@hackclub/icons": "^0.0.15", "@hackclub/theme": "^0.3.3", "classnames": "^2.3.2", - "framer-motion": "^11.3.8", + "framer-motion": "^11.3.29", "lodash": "^4.17.21", "next": "^14.2.5", "next-themes": "^0.3.0",