From 930739bc69f0a62b67bde9d4f384547defdd466b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital>
Date: Sun, 10 Dec 2023 13:06:39 +0100
Subject: [PATCH] Dependencies: Added framer-motion

---
 package-lock.json | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index d662085..604e4b0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
         "@types/node": "^16.18.36",
         "@types/react": "^18.2.13",
         "@types/react-dom": "^18.2.6",
-        "framer-motion": "^10.12.22",
+        "framer-motion": "^10.16.16",
         "javascript-time-ago": "^2.5.9",
         "react": "^18.2.0",
         "react-dom": "^18.2.0",
@@ -8288,9 +8288,9 @@
       }
     },
     "node_modules/framer-motion": {
-      "version": "10.12.22",
-      "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.22.tgz",
-      "integrity": "sha512-bBGYPOxvxcfzS7/py9MEqDucmXBkVl2g42HNlXXPieSTSGGkr8L7+MilCnrU6uX3HrNk/tcB++1SkWE8BosHFw==",
+      "version": "10.16.16",
+      "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.16.tgz",
+      "integrity": "sha512-je6j91rd7NmUX7L1XHouwJ4v3R+SO4umso2LUcgOct3rHZ0PajZ80ETYZTajzEXEl9DlKyzjyt4AvGQ+lrebOw==",
       "dependencies": {
         "tslib": "^2.4.0"
       },
@@ -23201,9 +23201,9 @@
       "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA=="
     },
     "framer-motion": {
-      "version": "10.12.22",
-      "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.22.tgz",
-      "integrity": "sha512-bBGYPOxvxcfzS7/py9MEqDucmXBkVl2g42HNlXXPieSTSGGkr8L7+MilCnrU6uX3HrNk/tcB++1SkWE8BosHFw==",
+      "version": "10.16.16",
+      "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.16.tgz",
+      "integrity": "sha512-je6j91rd7NmUX7L1XHouwJ4v3R+SO4umso2LUcgOct3rHZ0PajZ80ETYZTajzEXEl9DlKyzjyt4AvGQ+lrebOw==",
       "requires": {
         "@emotion/is-prop-valid": "^0.8.2",
         "tslib": "^2.4.0"
diff --git a/package.json b/package.json
index 02a9247..00adc78 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
     "@types/node": "^16.18.36",
     "@types/react": "^18.2.13",
     "@types/react-dom": "^18.2.6",
-    "framer-motion": "^10.12.22",
+    "framer-motion": "^10.16.16",
     "javascript-time-ago": "^2.5.9",
     "react": "^18.2.0",
     "react-dom": "^18.2.0",
-- 
GitLab