diff --git a/Gemfile.lock b/Gemfile.lock index 1e3f8c9c8a..d47361d0a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM bullet (7.1.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - cable_ready (5.0.4) + cable_ready (5.0.5) actionpack (>= 5.2) actionview (>= 5.2) activesupport (>= 5.2) @@ -752,7 +752,7 @@ GEM state_machines-activerecord (0.9.0) activerecord (>= 6.0) state_machines-activemodel (>= 0.9.0) - stimulus_reflex (3.5.0) + stimulus_reflex (3.5.1) actioncable (>= 5.2, < 8) actionpack (>= 5.2, < 8) actionview (>= 5.2, < 8) diff --git a/package.json b/package.json index 2b41eaa523..6b92211887 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,11 @@ }, "dependencies": { "@floating-ui/dom": "^1.6.5", + "@hotwired/stimulus": "^3.2", "@hotwired/turbo": "^8.0.4", "@rails/webpacker": "5.4.4", "@stimulus-components/rails-nested-form": "^5.0.0", - "cable_ready": "5.0.4", + "cable_ready": "5.0.5", "debounced": "^0.0.5", "flatpickr": "^4.6.9", "foundation-sites": "^5.5.3", @@ -27,11 +28,10 @@ "shortcut-buttons-flatpickr": "^0.4.0", "stimulus": "^3.2.2", "stimulus-flatpickr": "^1.4.0", - "stimulus_reflex": "3.5.0", + "stimulus_reflex": "3.5.1", "tom-select": "^2.3.1", "trix": "^2.1.1", - "webpack": "~4", - "@hotwired/stimulus": "^3.2" + "webpack": "~4" }, "devDependencies": { "jasmine-core": "~5.1.2", @@ -44,4 +44,4 @@ "pretty-quick": "4.0.0", "webpack-dev-server": "~3" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 72dff437b6..4500b9918a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2444,10 +2444,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.4, cable_ready@^5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.4.tgz#88b5bff27871be402f6ea049d65126bb1995d147" - integrity sha512-HZLj3SjgEDB4H2GqtKHmg2lOu8YCti0hsPR9XC2mMfz6WOkHK4FWt1/NJ0OIKAcQAEnxEJEtlIgBv6tP1m958g== +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== dependencies: morphdom "2.6.1" @@ -8373,14 +8373,14 @@ stimulus@^3.2.2: "@hotwired/stimulus" "^3.2.2" "@hotwired/stimulus-webpack-helpers" "^1.0.0" -stimulus_reflex@3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/stimulus_reflex/-/stimulus_reflex-3.5.0.tgz#63726b85ad9d03fbebe93d580ca9a8e1d210e7eb" - integrity sha512-+zD1E8AQJS0Ugjs+fpBjcnFBDzRBXYt6oT+e6cRV/yT1usl1SRrCEon+6+mbbqnZfK7+oXd3jVj7QuE65YLqbQ== +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== dependencies: "@hotwired/stimulus" "^3" "@rails/actioncable" "^6 || ^7" - cable_ready "^5.0.4" + cable_ready "^5.0.5" stream-browserify@^2.0.1: version "2.0.2"