From 0284865990a4b2932507345111399787756780c3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 4 Jan 2024 05:11:31 -0800 Subject: [PATCH 1/2] Update Ruby dependencies --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 77ac5df3..d69cbb3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,6 +218,7 @@ GEM mini_portile2 (2.8.5) minitest (5.20.0) msgpack (1.7.2) + mutex_m (0.2.0) mysql2 (0.5.5) net-imap (0.4.9) date @@ -232,10 +233,10 @@ GEM net-protocol net-ssh (7.2.1) nio4r (2.7.0) - nokogiri (1.15.5) + nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) okcomputer (1.18.5) parallel (1.24.0) @@ -324,7 +325,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-capybara (2.19.0) + rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) @@ -350,10 +351,11 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9) + sqlite3 (1.7.0) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.9-x86_64-linux) - sshkit (1.21.6) + sqlite3 (1.7.0-x86_64-linux) + sshkit (1.21.7) + mutex_m net-scp (>= 1.1.2) net-ssh (>= 2.8.0) stringio (3.1.0) From b6194873cbc1109ac8d6f806e75c29b644a4c482 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 4 Jan 2024 05:11:32 -0800 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 6e55d5f9..64952843 100644 --- a/yarn.lock +++ b/yarn.lock @@ -108,9 +108,9 @@ readdirp@~3.6.0: picomatch "^2.2.1" sass@^1.57.1: - version "1.69.5" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde" - integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== + version "1.69.7" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7" + integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"