From ad304f0b193179fa2e16b55cd4ccde8122ed305f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:54:47 +0000 Subject: [PATCH] Bump the tanstack group in /graylog2-web-interface with 2 updates Bumps the tanstack group in /graylog2-web-interface with 2 updates: [@tanstack/query-sync-storage-persister](https://github.com/TanStack/query/tree/HEAD/packages/query-persist-client-core) and [@tanstack/react-query-persist-client](https://github.com/TanStack/query/tree/HEAD/packages/react-query-persist-client). Updates `@tanstack/query-sync-storage-persister` from 4.36.1 to 5.0.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.0.0/packages/query-persist-client-core) Updates `@tanstack/react-query-persist-client` from 4.36.1 to 5.0.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.0.0/packages/react-query-persist-client) --- updated-dependencies: - dependency-name: "@tanstack/query-sync-storage-persister" dependency-type: direct:production update-type: version-update:semver-major dependency-group: tanstack - dependency-name: "@tanstack/react-query-persist-client" dependency-type: direct:production update-type: version-update:semver-major dependency-group: tanstack ... Signed-off-by: dependabot[bot] --- graylog2-web-interface/package.json | 4 ++-- graylog2-web-interface/yarn.lock | 36 +++++++++++++++++------------ 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/graylog2-web-interface/package.json b/graylog2-web-interface/package.json index 6d4360f735f4..b4ea0db6ca27 100644 --- a/graylog2-web-interface/package.json +++ b/graylog2-web-interface/package.json @@ -58,8 +58,8 @@ "@react-bootstrap/pagination": "^1.0.0", "@react-hook/resize-observer": "^1.2.5", "@reduxjs/toolkit": "^1.9.1", - "@tanstack/query-sync-storage-persister": "^4.33.0", - "@tanstack/react-query-persist-client": "^4.33.0", + "@tanstack/query-sync-storage-persister": "^5.0.0", + "@tanstack/react-query-persist-client": "^5.0.0", "ace-builds": "1.30.0", "bootstrap": "3.4.1", "bson-objectid": "^2.0.3", diff --git a/graylog2-web-interface/yarn.lock b/graylog2-web-interface/yarn.lock index 9529723bde01..590adc74aacc 100644 --- a/graylog2-web-interface/yarn.lock +++ b/graylog2-web-interface/yarn.lock @@ -3333,26 +3333,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.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.0.0.tgz#b37a50bb3a4f54336b6131db00b72cd29e79b480" + integrity sha512-Y1BpiA6BblJd/UlVqxEVeAG7IACn568YJuTTItAiecBI7En+33g780kg+/8lhgl+BzcUPN7o+NjBrSRGJoemyQ== + +"@tanstack/query-persist-client-core@5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-5.0.0.tgz#4409e18ae713db81cbb3ed75a9e1f5ed6363a480" + integrity sha512-WXzvS37iriXMb4o1ES+SJvMou0Jw+Iko7f6/VmeFgSatKQfeidfIAUBYoBqRQ/sDwVRzLVWuf9e57SQPtqankQ== dependencies: - "@tanstack/query-core" "4.36.1" + "@tanstack/query-core" "5.0.0" -"@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.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.0.0.tgz#75739390461f306a251a13a52deb845203f41958" + integrity sha512-5BgMqggDSJiOAPFuy6ZYL3Oursls1ZIecv0uY0xL6IQQk5PGdbcexd1n6j3sH0+nWtvhEiBCYsV5QnXMZ0QZbQ== dependencies: - "@tanstack/query-persist-client-core" "4.36.1" + "@tanstack/query-core" "5.0.0" + "@tanstack/query-persist-client-core" "5.0.0" -"@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.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query-persist-client/-/react-query-persist-client-5.0.0.tgz#3b8b1e3d4d2a78bbdba4349304f4b07a97a3cae2" + integrity sha512-1d0fc6bPWFchiG+K8Wb9xAPVu962GuF6QhVt/MlexV15DY/TkbwH/PqrV+8SQGCYsg3CDCZ7Dn7fU5sCtcQelw== dependencies: - "@tanstack/query-persist-client-core" "4.36.1" + "@tanstack/query-persist-client-core" "5.0.0" "@tanstack/react-query@4.36.1": version "4.36.1"