From 53c72f574268d17caa9c7331fe41b75397fad8b7 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 6 Nov 2022 15:05:09 +0100 Subject: [PATCH] Upgrade shakapacker --- Gemfile | 2 +- Gemfile.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index fc10585b..7dcbccbb 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'rest-client' gem 'rubytree' gem 'rubyzip' gem 'sass-rails' -gem 'shakapacker', '6.5.2' +gem 'shakapacker', '6.5.4' gem 'slim-rails' gem 'sorcery' # Causes a deprecation warning in Rails 6.0+, see: https://github.com/Sorcery/sorcery/pull/255 gem 'telegraf' diff --git a/Gemfile.lock b/Gemfile.lock index f7e6b34f..db571dca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -459,7 +459,7 @@ GEM sentry-ruby (5.5.0) concurrent-ruby (~> 1.0, >= 1.0.2) set (1.0.3) - shakapacker (6.5.2) + shakapacker (6.5.4) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) @@ -611,7 +611,7 @@ DEPENDENCIES selenium-webdriver sentry-rails sentry-ruby - shakapacker (= 6.5.2) + shakapacker (= 6.5.4) shoulda-matchers simplecov slim-rails diff --git a/package.json b/package.json index a79a59f0..0dba22bf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "rails-erb-loader": "^5.5.2", "sass": "^1.56.0", "sass-loader": "^13.1.0", - "shakapacker": "6.5.2", + "shakapacker": "6.5.4", "sortablejs": "^1.15.0", "sorttable": "^1.0.2", "style-loader": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index 340d2ffd..42e3b16a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3970,10 +3970,10 @@ setprototypeof@1.2.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -shakapacker@6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-6.5.2.tgz#dda95543107a71c7ada3f6ee102a1a31563c6738" - integrity sha512-32hpr/AuyQJEk/4J8quL/xLPl+NPR0mBvJ3D9AtwHIkbSTUA0++LZrvVO+aQ4S1Uy3Iz2KSI/JVRGGD/C4SFFg== +shakapacker@6.5.4: + version "6.5.4" + resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-6.5.4.tgz#eff1b1b198f72a8ee784943659898c4797356dd1" + integrity sha512-tBWJi6TZIYI6ACtpxO1E82lGJ0RIwChOtgZ8+pTgYFfWtYUIaU75az3vAd4S79rK58hlFOUlZfz4PGkv3exCpA== dependencies: glob "^7.2.0" js-yaml "^4.1.0"