From 03cf85011dc3912e5a9c75a884ebc6f3744ce9da Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Aug 2023 02:31:03 -0700 Subject: [PATCH 1/2] Update Ruby dependencies --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a85d9b9..4840dcd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,7 +308,7 @@ GEM racc pg (1.5.3) public_suffix (5.0.3) - puma (5.6.6) + puma (5.6.7) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -355,10 +355,10 @@ GEM rake (13.0.6) redis (5.0.7) redis-client (>= 0.9.0) - redis-client (0.15.0) + redis-client (0.16.0) connection_pool regexp_parser (2.8.1) - reline (0.3.7) + reline (0.3.8) io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) @@ -384,7 +384,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.56.0) + rubocop (1.56.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) From fc281eb321a71fee9e429aa142051fbf060dc2af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Aug 2023 02:31:04 -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 9c6ecc3b..8290c4f2 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.65.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.65.1.tgz#8f283b0c26335a88246a448d22e1342ba2ea1432" - integrity sha512-9DINwtHmA41SEd36eVPQ9BJKpn7eKDQmUHmpI0y5Zv2Rcorrh0zS+cFrt050hdNbmmCNKTW3hV5mWfuegNRsEA== + version "1.66.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1" + integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"