From 5f741d9d6530cd5cd3a32a2043d8fce21aa46632 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Oct 2023 02:31:26 -0700 Subject: [PATCH 1/2] Update Ruby dependencies --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 69067ec8..187b599c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM bundler (>= 1.2.0, < 3) thor (~> 1.0) cancancan (3.5.0) - capistrano (3.17.3) + capistrano (3.18.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -126,7 +126,7 @@ GEM xpath (~> 3.2) chronic (0.10.2) concurrent-ruby (1.2.2) - config (4.2.1) + config (5.0.0) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) connection_pool (2.4.1) @@ -281,7 +281,7 @@ GEM method_source (1.0.0) mini_mime (1.1.5) minitest (5.20.0) - net-imap (0.4.1) + net-imap (0.4.2) date net-protocol net-pop (0.1.2) @@ -300,7 +300,7 @@ GEM racc (~> 1.4) okcomputer (1.18.4) orm_adapter (0.5.0) - paper_trail (15.0.0) + paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) parallel (1.23.0) @@ -308,7 +308,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.4) - psych (5.1.1) + psych (5.1.1.1) stringio public_suffix (5.0.3) puma (5.6.7) @@ -358,9 +358,9 @@ GEM rake (13.0.6) rdoc (6.5.0) psych (>= 4.0.0) - redis (5.0.7) - redis-client (>= 0.9.0) - redis-client (0.17.0) + redis (5.0.8) + redis-client (>= 0.17.0) + redis-client (0.17.1) connection_pool regexp_parser (2.8.2) reline (0.3.9) @@ -453,7 +453,7 @@ GEM stringio (3.0.8) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.2.2) + thor (1.3.0) timecop (0.9.8) timeout (0.4.0) turbolinks (5.2.1) From 6e56018c29d7596f3fb3ec6d14332756d5c8fe05 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Oct 2023 02:31:28 -0700 Subject: [PATCH 2/2] Update Yarn dependencies --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index a140ac91..53e1b699 100644 --- a/yarn.lock +++ b/yarn.lock @@ -150,9 +150,9 @@ readdirp@~3.6.0: picomatch "^2.2.1" sass@^1.57.1: - version "1.69.3" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.3.tgz#f8a0c488697e6419519834a13335e7b65a609c11" - integrity sha512-X99+a2iGdXkdWn1akFPs0ZmelUzyAQfvqYc2P/MPTrJRuIRoTffGzT9W9nFqG00S+c8hXzVmgxhUuHFdrwxkhQ== + version "1.69.4" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.4.tgz#10c735f55e3ea0b7742c6efa940bce30e07fbca2" + integrity sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"