diff --git a/package-lock.json b/package-lock.json index 727e583..a7b8449 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "classnames": "^2.3.2", - "framer-motion": "^11.3.8", + "framer-motion": "^11.3.19", "next": "^14.2.5", "next-themes": "^0.3.0", "react": "^18.0.0", @@ -714,9 +714,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.19", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.19.tgz", + "integrity": "sha512-+luuQdx4AsamyMcvzW7jUAJYIKvQs1KE7oHvKkW3eNzmo0S+3PSDWjBuQkuIP9WyneGnKGMLUSuHs8OP7jKpQg==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 3aee7b5..0056079 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "classnames": "^2.3.2", - "framer-motion": "^11.3.8", + "framer-motion": "^11.3.19", "next": "^14.2.5", "next-themes": "^0.3.0", "react": "^18.0.0",