Skip to content

Commit

Permalink
Merge pull request #13040 from openfoodfoundation/dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/stimulus_reflex-3.5.3

Bump stimulus_reflex from 3.5.1 to 3.5.3
  • Loading branch information
mkllnk authored Jan 3, 2025
2 parents 7f3b1c0 + bc53e43 commit 1b03ee1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2438,10 +2438,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==

[email protected].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==
[email protected].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"

Expand Down Expand Up @@ -8474,14 +8474,14 @@ stimulus@^3.2.2:
"@hotwired/stimulus" "^3.2.2"
"@hotwired/stimulus-webpack-helpers" "^1.0.0"

[email protected].1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/stimulus_reflex/-/stimulus_reflex-3.5.1.tgz#fb9c548667e01b8dc7141187c73abfe1aa25472a"
integrity sha512-Bwsuerfh8ca6kp7MKlUgzYAmeflqoBzSpb25M4i+h3FsmAfPl4rUNN6T8v1d6JPqAPAVQRUL/wtDHumLtpETFw==
[email protected].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"
Expand Down

0 comments on commit 1b03ee1

Please sign in to comment.