diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f0bc1d3dbe8e..38eff3ec837e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -46,7 +46,7 @@ "@hocuspocus/provider": "^3.4.4", "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo": "^8.0.20", - "@hotwired/turbo-rails": "^8.0.20", + "@hotwired/turbo-rails": "^8.0.23", "@knowledgecode/delegate": "^0.10.0", "@kolkov/ngx-gallery": "^2.0.1", "@mantine/core": "^8.3.13", @@ -5172,19 +5172,19 @@ "integrity": "sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==" }, "node_modules/@hotwired/turbo": { - "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==", + "version": "8.0.23", + "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.23.tgz", + "integrity": "sha512-GZ7cijxEZ6Ig71u7rD6LHaRv/wcE/hNsc+nEfiWOkLNqUgLOwo5MNGWOy5ZV9ZUDSiQx1no7YxjTNnT4O6//cQ==", "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==", "dependencies": { - "@hotwired/turbo": "^8.0.20", + "@hotwired/turbo": "^8.0.23", "@rails/actioncable": ">=7.0" } }, @@ -28858,16 +28858,16 @@ "integrity": "sha512-eGeIqNOQpXoPAIP7tC1+1Yc1yl1xnwYqg+3mzqxyrbE5pg5YFBZcA6YoTiByJB6DKAEsiWtl6tjTJS4IYtbB7A==" }, "@hotwired/turbo": { - "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==" + "version": "8.0.23", + "resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-8.0.23.tgz", + "integrity": "sha512-GZ7cijxEZ6Ig71u7rD6LHaRv/wcE/hNsc+nEfiWOkLNqUgLOwo5MNGWOy5ZV9ZUDSiQx1no7YxjTNnT4O6//cQ==" }, "@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==", "requires": { - "@hotwired/turbo": "^8.0.20", + "@hotwired/turbo": "^8.0.23", "@rails/actioncable": ">=7.0" } }, diff --git a/frontend/package.json b/frontend/package.json index e08178da92e5..b57d2d197d00 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -101,7 +101,7 @@ "@hocuspocus/provider": "^3.4.4", "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo": "^8.0.20", - "@hotwired/turbo-rails": "^8.0.20", + "@hotwired/turbo-rails": "^8.0.23", "@knowledgecode/delegate": "^0.10.0", "@kolkov/ngx-gallery": "^2.0.1", "@mantine/core": "^8.3.13",