From 8265a3a83e5895e2b22b9c9feedfbc10bce41dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:01:02 +0000 Subject: [PATCH] Bump shakapacker from 8.0.1 to 8.0.2 (#3306) * Bump shakapacker from 8.0.1 to 8.0.2 Bumps [shakapacker](https://github.com/shakacode/shakapacker) from 8.0.1 to 8.0.2. - [Changelog](https://github.com/shakacode/shakapacker/blob/main/CHANGELOG.md) - [Commits](https://github.com/shakacode/shakapacker/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: shakapacker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fixed Shakapacker gem and node package version mismatch --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sarahcrack <73823091+sarahcrack@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) 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 092e97936..d07ffca7a 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 f5895c71d..9fa96e978 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 6dcd72615..4d5f4db54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6094,10 +6094,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"