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",