From 922349da9e517da3f11f8340f95e6287a7939552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:51:51 +0000 Subject: [PATCH] build(deps): bump @hotwired/turbo-rails from 8.0.20 to 8.0.23 Bumps [@hotwired/turbo-rails](https://github.com/hotwired/turbo-rails) from 8.0.20 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 fe2f1483cb..792a483abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@babel/core": "^7.28.6", "@fortawesome/fontawesome-free": "^7.1.0", "@hotwired/stimulus": "^3.2.2", - "@hotwired/turbo-rails": "^8.0.20", + "@hotwired/turbo-rails": "^8.0.23", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.200", "@rails/actiontext": "^8.1.200", @@ -2411,21 +2411,21 @@ "license": "MIT" }, "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.20", - "resolved": "https://registry.npmjs.org/@hotwired/turbo-rails/-/turbo-rails-8.0.20.tgz", - "integrity": "sha512-4aYkYF9XMKL7ZZPfgElq15+60osZOwMwhztE4myKQYEzCPvaPUxwZH301tOrBNtWUwOD+TNOm1Hrpeaq22RX9A==", + "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.20", + "@hotwired/turbo": "^8.0.23", "@rails/actioncable": ">=7.0" } }, diff --git a/package.json b/package.json index 12892b0e1b..ce9d5e43df 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@babel/core": "^7.28.6", "@fortawesome/fontawesome-free": "^7.1.0", "@hotwired/stimulus": "^3.2.2", - "@hotwired/turbo-rails": "^8.0.20", + "@hotwired/turbo-rails": "^8.0.23", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.200", "@rails/actiontext": "^8.1.200",