From 3eb385bcb6bb4bbf9d1b80c95147c373e9a95127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:39:23 +0000 Subject: [PATCH] build(deps): bump @hotwired/turbo-rails from 8.0.18 to 8.0.20 Bumps [@hotwired/turbo-rails](https://github.com/hotwired/turbo-rails) from 8.0.18 to 8.0.20. - [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.20 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 07af160d72..fce0136a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@babel/core": "^7.28.5", "@fortawesome/fontawesome-free": "^7.1.0", "@hotwired/stimulus": "^3.2.2", - "@hotwired/turbo-rails": "^8.0.18", + "@hotwired/turbo-rails": "^8.0.20", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.100", "@rails/actiontext": "^8.1.100", @@ -2409,21 +2409,21 @@ "license": "MIT" }, "node_modules/@hotwired/turbo": { - "version": "8.0.18", - "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.18.tgz", - "integrity": "sha512-dG0N7khQsP8sujclodQE3DYkI4Lq7uKA04fhT0DCC/DwMgn4T4WM3aji6EC6+iCfABQeJncY0SraXqVeOq0vvQ==", + "version": "8.0.20", + "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.20.tgz", + "integrity": "sha512-IilkH/+h92BRLeY/rMMR3MUh1gshIfdra/qZzp/Bl5FmiALD/6sQZK/ecxSbumeyOYiWr/JRI+Au1YQmkJGnoA==", "license": "MIT", "engines": { "node": ">= 18" } }, "node_modules/@hotwired/turbo-rails": { - "version": "8.0.18", - "resolved": "https://registry.npmjs.org/@hotwired/turbo-rails/-/turbo-rails-8.0.18.tgz", - "integrity": "sha512-iRxd922VSTVH0NzlLDx9T9S8Ep0NPnrLCKva31WIMLNApJgUZKa/a90EFiBa2G6Do+x4xuKZk53dlweiwTyXkQ==", + "version": "8.0.20", + "resolved": "https://registry.npmjs.org/@hotwired/turbo-rails/-/turbo-rails-8.0.20.tgz", + "integrity": "sha512-4aYkYF9XMKL7ZZPfgElq15+60osZOwMwhztE4myKQYEzCPvaPUxwZH301tOrBNtWUwOD+TNOm1Hrpeaq22RX9A==", "license": "MIT", "dependencies": { - "@hotwired/turbo": "^8.0.18", + "@hotwired/turbo": "^8.0.20", "@rails/actioncable": ">=7.0" } }, diff --git a/package.json b/package.json index 23724629bc..0abb7231a0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@babel/core": "^7.28.5", "@fortawesome/fontawesome-free": "^7.1.0", "@hotwired/stimulus": "^3.2.2", - "@hotwired/turbo-rails": "^8.0.18", + "@hotwired/turbo-rails": "^8.0.20", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.100", "@rails/actiontext": "^8.1.100",