diff --git a/graylog2-web-interface/package.json b/graylog2-web-interface/package.json index afb254a9170c5..5f90b0e72ce56 100644 --- a/graylog2-web-interface/package.json +++ b/graylog2-web-interface/package.json @@ -53,8 +53,8 @@ "@react-bootstrap/pagination": "^1.0.0", "@react-hook/resize-observer": "^2.0.1", "@reduxjs/toolkit": "^2.2.0", - "@tanstack/query-sync-storage-persister": "^4.33.0", - "@tanstack/react-query-persist-client": "^4.33.0", + "@tanstack/query-sync-storage-persister": "^5.37.1", + "@tanstack/react-query-persist-client": "^5.37.1", "ace-builds": "1.33.2", "bootstrap": "3.4.1", "bson-objectid": "^2.0.3", diff --git a/graylog2-web-interface/yarn.lock b/graylog2-web-interface/yarn.lock index fea8090c9b44e..3461f26d5babe 100644 --- a/graylog2-web-interface/yarn.lock +++ b/graylog2-web-interface/yarn.lock @@ -2834,26 +2834,32 @@ resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524" integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA== -"@tanstack/query-persist-client-core@4.36.1": - version "4.36.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-4.36.1.tgz#4d7284994bdc2a15fe6cbe7161be21e03033fe12" - integrity sha512-eocgCeI7D7TRv1IUUBMfVwOI0wdSmMkBIbkKhqEdTrnUHUQEeOaYac8oeZk2cumAWJdycu6P/wB+WqGynTnzXg== +"@tanstack/query-core@5.36.1": + version "5.36.1" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.36.1.tgz#ae46f935c4752812a56c6815305061a3da82e7b8" + integrity sha512-BteWYEPUcucEu3NBcDAgKuI4U25R9aPrHSP6YSf2NvaD2pSlIQTdqOfLRsxH9WdRYg7k0Uom35Uacb6nvbIMJg== + +"@tanstack/query-persist-client-core@5.37.1": + version "5.37.1" + resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-5.37.1.tgz#2bfe53c9930af84f0473175eb1e6efbd85e3cb36" + integrity sha512-mQedWzOvJ/hmh4CyQIgBCM3gUdCUAGg8kUzexW75j/IJdAbIgvd84KnbNGHMs+amUng8zalARR2c5+oE2pN27A== dependencies: - "@tanstack/query-core" "4.36.1" + "@tanstack/query-core" "5.36.1" -"@tanstack/query-sync-storage-persister@^4.33.0": - version "4.36.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-4.36.1.tgz#bf5d800d54416bc88f150792a53e25ed8aa8769f" - integrity sha512-yMEt5hWe2+1eclf1agMtXHnPIkxEida0lYWkfdhR8U6KXk/lO4Vca6piJmhKI85t0NHlx3l/z6zX+t/Fn5O9NA== +"@tanstack/query-sync-storage-persister@^5.37.1": + version "5.37.1" + resolved "https://registry.yarnpkg.com/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.37.1.tgz#b7283942478a5430ac8aa71dd6f0e42b15755d77" + integrity sha512-xAJAH2o3wHox4HRJL8CFRrznjb55hWj6HuS+avnDRLnzwdajnzIAKzqqJOZ4vkSgsMHSKFL//W+6WxMz6UDNJw== dependencies: - "@tanstack/query-persist-client-core" "4.36.1" + "@tanstack/query-core" "5.36.1" + "@tanstack/query-persist-client-core" "5.37.1" -"@tanstack/react-query-persist-client@^4.33.0": - version "4.36.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query-persist-client/-/react-query-persist-client-4.36.1.tgz#d96fa44cdc661534379623423da596a7b5dc13a7" - integrity sha512-32I5b9aAu4NCiXZ7Te/KEQLfHbYeTNriVPrKYcvEThnZ9tlW01vLcSoxpUIsMYRsembvJUUAkzYBAiZHLOd6pQ== +"@tanstack/react-query-persist-client@^5.37.1": + version "5.37.1" + resolved "https://registry.yarnpkg.com/@tanstack/react-query-persist-client/-/react-query-persist-client-5.37.1.tgz#1feeae97d3e6b5f30e8f1f7463473d1394ebcc8d" + integrity sha512-ZvOH+rzQTU+b10N/8iNkoE44CMMUBwSUbUtTPT54Vo7KiZp8WZjqOOtGba702g3qrYQvKC4j/VaNnO3vUVjNhQ== dependencies: - "@tanstack/query-persist-client-core" "4.36.1" + "@tanstack/query-persist-client-core" "5.37.1" "@tanstack/react-query@4.36.1": version "4.36.1"