diff --git a/Gemfile.lock b/Gemfile.lock
index 76ead07..e4d8db2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,44 +8,38 @@ PATH
 GEM
   remote: https://rubygems.org/
   specs:
-    activesupport (5.2.2.1)
+    activesupport (7.0.3.1)
       concurrent-ruby (~> 1.0, >= 1.0.2)
-      i18n (>= 0.7, < 2)
-      minitest (~> 5.1)
-      tzinfo (~> 1.1)
+      i18n (>= 1.6, < 2)
+      minitest (>= 5.1)
+      tzinfo (~> 2.0)
     coderay (1.1.2)
-    concurrent-ruby (1.1.5)
+    concurrent-ruby (1.1.10)
     diff-lcs (1.3)
-    dry-configurable (0.8.2)
+    dry-container (0.10.0)
       concurrent-ruby (~> 1.0)
-      dry-core (~> 0.4, >= 0.4.7)
-    dry-container (0.7.0)
+    dry-core (0.8.0)
       concurrent-ruby (~> 1.0)
-      dry-configurable (~> 0.1, >= 0.1.3)
-    dry-core (0.4.7)
+    dry-inflector (0.3.0)
+    dry-logic (1.2.0)
       concurrent-ruby (~> 1.0)
-    dry-equalizer (0.2.2)
-    dry-inflector (0.1.2)
-    dry-logic (0.6.1)
-      concurrent-ruby (~> 1.0)
-      dry-core (~> 0.2)
-      dry-equalizer (~> 0.2)
-    dry-types (0.15.0)
+      dry-core (~> 0.5, >= 0.5)
+    dry-types (1.5.1)
       concurrent-ruby (~> 1.0)
       dry-container (~> 0.3)
-      dry-core (~> 0.4, >= 0.4.4)
-      dry-equalizer (~> 0.2, >= 0.2.2)
+      dry-core (~> 0.5, >= 0.5)
       dry-inflector (~> 0.1, >= 0.1.2)
-      dry-logic (~> 0.5, >= 0.5)
+      dry-logic (~> 1.0, >= 1.0.2)
     ffi (1.10.0)
     formatador (0.2.5)
-    graphiti (1.1.1)
-      activesupport (>= 4.1, < 6)
+    graphiti (1.3.9)
+      activesupport (>= 5.2)
       concurrent-ruby (~> 1.0)
-      dry-types (~> 0.15)
+      dry-types (>= 0.15.0, < 2.0)
       graphiti_errors (~> 1.1.0)
+      jsonapi-renderer (~> 0.2, >= 0.2.2)
       jsonapi-serializable (~> 0.3.0)
-    graphiti_errors (1.1.0)
+    graphiti_errors (1.1.2)
       jsonapi-serializable (~> 0.1)
     guard (2.15.0)
       formatador (>= 0.2.4)
@@ -61,9 +55,9 @@ GEM
       guard (~> 2.1)
       guard-compat (~> 1.1)
       rspec (>= 2.99.0, < 4.0)
-    i18n (1.6.0)
+    i18n (1.12.0)
       concurrent-ruby (~> 1.0)
-    jsonapi-renderer (0.2.0)
+    jsonapi-renderer (0.2.2)
     jsonapi-serializable (0.3.1)
       jsonapi-renderer (~> 0.2.0)
     listen (3.1.5)
@@ -72,7 +66,7 @@ GEM
       ruby_dep (~> 1.2)
     lumberjack (1.0.13)
     method_source (0.9.2)
-    minitest (5.11.3)
+    minitest (5.16.2)
     nenv (0.3.0)
     notiffany (0.1.1)
       nenv (~> 0.1)
@@ -100,9 +94,8 @@ GEM
     ruby_dep (1.5.0)
     shellany (0.0.1)
     thor (0.20.3)
-    thread_safe (0.3.6)
-    tzinfo (1.2.5)
-      thread_safe (~> 0.1)
+    tzinfo (2.0.5)
+      concurrent-ruby (~> 1.0)
 
 PLATFORMS
   ruby