From b4cb707d423ba4716b9bc9f6be8538584e162e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 10:02:45 +0000 Subject: [PATCH] build(deps): bump @hotwired/turbo-rails from 8.0.21 to 8.0.23 Bumps [@hotwired/turbo-rails](https://github.com/hotwired/turbo-rails) from 8.0.21 to 8.0.23. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/commits) --- updated-dependencies: - dependency-name: "@hotwired/turbo-rails" dependency-version: 8.0.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23af3c87..766015e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "tap", "dependencies": { "@ericblade/quagga2": "^1.12.0", - "@hotwired/turbo-rails": "^8.0.21", + "@hotwired/turbo-rails": "^8.0.23", "@rails/ujs": "^7.1.3-4", "chart.js": "^4.5.1", "chartkick": "^5.0.1", @@ -459,21 +459,21 @@ } }, "node_modules/@hotwired/turbo": { - "version": "8.0.21", - "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.21.tgz", - "integrity": "sha512-fJTv3JnzFHeDxBb23esZSOhT4r142xf5o3lKMFMvzPC6AllkqbBKk5Yb31UZhtIsKQCwmO/pUQrtTUlYl5CHAQ==", + "version": "8.0.23", + "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.23.tgz", + "integrity": "sha512-GZ7cijxEZ6Ig71u7rD6LHaRv/wcE/hNsc+nEfiWOkLNqUgLOwo5MNGWOy5ZV9ZUDSiQx1no7YxjTNnT4O6//cQ==", "license": "MIT", "engines": { "node": ">= 18" } }, "node_modules/@hotwired/turbo-rails": { - "version": "8.0.21", - "resolved": "https://registry.npmjs.org/@hotwired/turbo-rails/-/turbo-rails-8.0.21.tgz", - "integrity": "sha512-RUnqt7tOVlQT539eVqFaAp4/32y7sLxvt3G7OIMROVlIMWvM8CXJk08xvIro2ueQViYRB6jwRjruNx7drIJPXg==", + "version": "8.0.23", + "resolved": "https://registry.npmjs.org/@hotwired/turbo-rails/-/turbo-rails-8.0.23.tgz", + "integrity": "sha512-iBILwda3qmQC7FYM70+4s6kEQ7Fx9dJ6+yGxjPyrz9a5JDx1+y7OAA5TA7GGVOZJoicMLrKGdFDNorl40X35lw==", "license": "MIT", "dependencies": { - "@hotwired/turbo": "^8.0.21", + "@hotwired/turbo": "^8.0.23", "@rails/actioncable": ">=7.0" } }, diff --git a/package.json b/package.json index 150def38..5f17eef5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@ericblade/quagga2": "^1.12.0", - "@hotwired/turbo-rails": "^8.0.21", + "@hotwired/turbo-rails": "^8.0.23", "@rails/ujs": "^7.1.3-4", "chart.js": "^4.5.1", "chartkick": "^5.0.1",