diff --git a/Gemfile.lock b/Gemfile.lock index 1c6f7030..bcd89199 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) - capistrano (3.17.3) + capistrano (3.18.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -110,7 +110,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.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) crack (0.4.5) @@ -230,13 +230,13 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) msgpack (1.7.2) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) mysql2 (0.5.5) - net-imap (0.4.1) + net-imap (0.4.2) date net-protocol net-pop (0.1.2) @@ -260,7 +260,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - psych (5.1.1) + psych (5.1.1.1) stringio public_suffix (5.0.3) puma (5.6.7) @@ -395,7 +395,7 @@ GEM net-scp (>= 1.1.2) net-ssh (>= 2.8.0) stringio (3.0.8) - thor (1.2.2) + thor (1.3.0) tilt (2.3.0) timecop (0.9.8) timeout (0.4.0) diff --git a/yarn.lock b/yarn.lock index 93560407..db22de2b 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.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"