diff --git a/Gemfile.lock b/Gemfile.lock index df6ed0f68..51f667a7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,6 +191,7 @@ GEM csl (~> 1.0) css_parser (1.19.0) addressable + csv (3.3.0) date (3.3.4) debug (1.9.2) irb (~> 1.10) @@ -303,20 +304,20 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) httpclient (2.8.3) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) iso-639 (0.3.6) - jbuilder (2.12.0) + jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) json (2.7.2) - jwt (2.8.2) + jwt (2.9.0) base64 kaminari (1.2.2) activesupport (>= 4.1.0) @@ -365,7 +366,8 @@ GEM mini_mime (1.1.5) minitar (1.0.2) minitest (5.25.1) - mods (3.0.4) + mods (3.0.5) + csv (~> 3.3) edtf (~> 3.0) iso-639 nokogiri (>= 1.6.6) @@ -382,7 +384,7 @@ GEM mysql2 (0.5.6) namae (1.2.0) racc (~> 1.7) - net-http-persistent (4.0.2) + net-http-persistent (4.0.4) connection_pool (~> 2.2) net-imap (0.4.16) date @@ -545,7 +547,7 @@ GEM parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-performance (1.21.1) + rubocop-performance (1.22.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.26.1) @@ -636,14 +638,14 @@ GEM nokogiri (~> 1.9) slop (~> 4.0) yell - turbo-rails (2.0.6) + turbo-rails (2.0.7) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.2.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) useragent (0.16.10) version_gem (1.1.4) view_component (3.14.0) diff --git a/yarn.lock b/yarn.lock index 485cd7a8c..1c83404a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -123,17 +123,17 @@ integrity sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A== "@hotwired/turbo-rails@^8.0.0": - version "8.0.5" - resolved "https://registry.yarnpkg.com/@hotwired/turbo-rails/-/turbo-rails-8.0.5.tgz#18c2f0e4f7f952307650308590edf5eb9544b0d3" - integrity sha512-1A9G9u28IRAl0C57z8Ka3AhNPyJdwfOrbjr+ABZk2ZEUw2QO7cJ0pgs77asUj2E/tzn1PgrxrSVu24W+1Q5uBA== + version "8.0.9" + resolved "https://registry.yarnpkg.com/@hotwired/turbo-rails/-/turbo-rails-8.0.9.tgz#e18f4035dab26c6c12f17245225e9f3a89fd6216" + integrity sha512-yJWcKjztrerWYIiinv/febJlVzsOfih2s4eGAoHmg0XvWkGhzWqupknByt18Jo5NfbZgCdeWlUH3q818Ay7FOQ== dependencies: - "@hotwired/turbo" "^8.0.5" + "@hotwired/turbo" "^8.0.6" "@rails/actioncable" "^7.0" -"@hotwired/turbo@^8.0.5": - version "8.0.5" - resolved "https://registry.yarnpkg.com/@hotwired/turbo/-/turbo-8.0.5.tgz#abae6dad018a891e4286e87fa0959217e3866d5a" - integrity sha512-TdZDA7fxVQ2ZycygvpnzjGPmFq4sO/E2QVg+2em/sJ3YTSsIWVEis8HmWlumz+c9DjWcUkcCuB+muF08TInpAQ== +"@hotwired/turbo@^8.0.6": + version "8.0.6" + resolved "https://registry.yarnpkg.com/@hotwired/turbo/-/turbo-8.0.6.tgz#d7c546f7700f18ebfe4d1b106e03c9ed1bb22887" + integrity sha512-mwZRfwcJ4yatUnW5tcCY9NDvo0kjuuLQF/y8pXigHhS+c/JY/ccNluVyuERR9Sraqx0qdpenkO3pNeSWz1mE3w== "@rails/actioncable@^7.0": version "7.2.100"