diff --git a/Gemfile.lock b/Gemfile.lock index 2c1e11b6b2..bea6c459db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM bullet (7.1.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - cable_ready (5.0.5) + cable_ready (5.0.6) actionpack (>= 5.2) actionview (>= 5.2) activesupport (>= 5.2) @@ -755,16 +755,16 @@ GEM state_machines-activerecord (0.9.0) activerecord (>= 6.0) state_machines-activemodel (>= 0.9.0) - stimulus_reflex (3.5.1) - actioncable (>= 5.2, < 8) - actionpack (>= 5.2, < 8) - actionview (>= 5.2, < 8) - activesupport (>= 5.2, < 8) + stimulus_reflex (3.5.3) + actioncable (>= 5.2) + actionpack (>= 5.2) + actionview (>= 5.2) + activesupport (>= 5.2) cable_ready (~> 5.0) nokogiri (~> 1.0) nokogiri-html5-inference (~> 0.3) rack (>= 2, < 4) - railties (>= 5.2, < 8) + railties (>= 5.2) redis (>= 4.0, < 6.0) stringex (2.8.6) stringio (3.1.0) diff --git a/package.json b/package.json index daeea87e1d..db32987d1d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hotwired/turbo": "^8.0.12", "@rails/webpacker": "5.4.4", "@stimulus-components/rails-nested-form": "^5.0.0", - "cable_ready": "5.0.5", + "cable_ready": "5.0.6", "flatpickr": "^4.6.9", "foundation-sites": "^5.5.3", "hotkeys-js": "^3.13.9", @@ -30,7 +30,7 @@ "shortcut-buttons-flatpickr": "^0.4.0", "stimulus": "^3.2.2", "stimulus-flatpickr": "^1.4.0", - "stimulus_reflex": "3.5.1", + "stimulus_reflex": "3.5.3", "tom-select": "^2.4.1", "trix": "^2.1.12", "turbo_power": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index 1482c696b2..85e40c7f57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2438,10 +2438,10 @@ bytes@3.1.2: resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== -cable_ready@5.0.5, cable_ready@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.5.tgz#45dd12ae5b3c5c53a1b42c10785e79ff87a5be22" - integrity sha512-qPC6zaI8h59BzMH3MxtpuMC+H33VJTA2eVddL6fZSWz01jJ2Y3okld01oYWQoKwE2yle/tvHbyuhoKxD4mhEuw== +cable_ready@5.0.6, cable_ready@^5.0.6: + version "5.0.6" + resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.6.tgz#d76f7500d73606175645a84aa743b22667c0109a" + integrity sha512-SRCLljXFeFVRDeE/f/LutWNo50pkZRPxkKtFhqVMYvCOZhnUTWH3pPjsn8bD9KlRAMUrlrBN6reX8xX7ItvqfA== dependencies: morphdom "2.6.1" @@ -8474,14 +8474,14 @@ stimulus@^3.2.2: "@hotwired/stimulus" "^3.2.2" "@hotwired/stimulus-webpack-helpers" "^1.0.0" -stimulus_reflex@3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/stimulus_reflex/-/stimulus_reflex-3.5.1.tgz#fb9c548667e01b8dc7141187c73abfe1aa25472a" - integrity sha512-Bwsuerfh8ca6kp7MKlUgzYAmeflqoBzSpb25M4i+h3FsmAfPl4rUNN6T8v1d6JPqAPAVQRUL/wtDHumLtpETFw== +stimulus_reflex@3.5.3: + version "3.5.3" + resolved "https://registry.yarnpkg.com/stimulus_reflex/-/stimulus_reflex-3.5.3.tgz#4c73bae6fa9622ca1b835b856782de9aa289a90a" + integrity sha512-ejNesmnqAQ0qHMT2oomkC50W/ZY3I4Bi9NmfKOiN9a1esHo7yFOouKhADouIWT59Qyu8ddWr8SDpKTX/Eit67g== dependencies: "@hotwired/stimulus" "^3" "@rails/actioncable" "^6 || ^7" - cable_ready "^5.0.5" + cable_ready "^5.0.6" stream-browserify@^2.0.1: version "2.0.2"