diff --git a/Gemfile.lock b/Gemfile.lock index 1b8a473a..5bab71d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - ffi (1.16.2) + ffi (1.16.3) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -182,9 +182,9 @@ GEM rails (>= 5.0, < 7.1) globalid (1.2.1) activesupport (>= 6.1) - gretel (4.5.0) - actionview (>= 5.1, < 7.1) - railties (>= 5.1, < 7.1) + gretel (4.6.0) + actionview (>= 5.1, < 7.2) + railties (>= 5.1, < 7.2) honeybadger (5.2.1) http (5.1.1) addressable (~> 2.8) @@ -223,7 +223,7 @@ GEM minitest (5.20.0) msgpack (1.7.2) mysql2 (0.5.5) - net-imap (0.3.7) + net-imap (0.4.0) date net-protocol net-pop (0.1.2) @@ -243,7 +243,7 @@ GEM racc (~> 1.4) okcomputer (1.18.4) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc public_suffix (5.0.3) diff --git a/yarn.lock b/yarn.lock index 45cb0b44..ae78713a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -113,9 +113,9 @@ readdirp@~3.6.0: picomatch "^2.2.1" sass@^1.57.1: - version "1.68.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.68.0.tgz#0034b0cc9a50248b7d1702ac166fd25990023669" - integrity sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA== + version "1.69.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.0.tgz#5195075371c239ed556280cf2f5944d234f42679" + integrity sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"