diff --git a/Gemfile b/Gemfile index 0219e9f3b..398843532 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'geocoder' gem 'puma', '~> 6.4.3' # Transpile app-like JavaScript. Read more: https://github.com/shakacode/shakapacker -gem 'shakapacker', '8.0.1' +gem 'shakapacker', '8.0.2' # Use ActiveStorage variant # gem 'mini_magick', '~> 4.8' diff --git a/Gemfile.lock b/Gemfile.lock index 9f54ce9ed..d4a6d5d9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -585,7 +585,7 @@ GEM websocket (~> 1.0) semantic_logger (4.15.0) concurrent-ruby (~> 1.0) - semantic_range (3.0.0) + semantic_range (3.1.0) sentry-rails (5.18.0) railties (>= 5.0) sentry-ruby (~> 5.18.0) @@ -595,7 +595,7 @@ GEM sentry-sidekiq (5.18.2) sentry-ruby (~> 5.18.2) sidekiq (>= 3.0) - shakapacker (8.0.1) + shakapacker (8.0.2) activesupport (>= 5.2) package_json rack-proxy (>= 0.6.1) @@ -781,7 +781,7 @@ DEPENDENCIES sentry-rails sentry-ruby sentry-sidekiq - shakapacker (= 8.0.1) + shakapacker (= 8.0.2) shoulda-matchers (~> 6.1) sidekiq (< 7) sidekiq-cron diff --git a/package.json b/package.json index 860396ebc..761b252d0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "sass": "^1.79.4", "sass-loader": "^16.0.2", "semver": "^7.5.2", - "shakapacker": "8.0.1", + "shakapacker": "8.0.2", "stimulus": "^3.2.2", "style-loader": "^4.0.0", "terser-webpack-plugin": "5", diff --git a/yarn.lock b/yarn.lock index 9ed1c50c8..0bcb8e2e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6053,10 +6053,10 @@ setprototypeof@1.2.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -shakapacker@8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.0.1.tgz#96c893ccc414d47aaf86689eb5ef732259c592c7" - integrity sha512-VjIWgJqh4680Kf2NSmupB3h6dWxlOkGvceJJuJZ0az/6wUL5d/ovmKUc2swrpWC8UgBY67YjXI92zT07EQevbQ== +shakapacker@8.0.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.0.2.tgz#064303e09958b57b7a7f98dc38d0c1150a96d3a0" + integrity sha512-nZNAwT7onNiKZ81nMz/l0ihG8qXPZUvfxs4op5586wvn7znpPVQC4mFs131YrdUubmdqUPIjcpZnV0k4ijNtXw== dependencies: js-yaml "^4.1.0" path-complete-extname "^1.0.0"