From ce6ecb3f45bd978b54342cb5ad2021b939992db2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2026 14:23:35 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.97.0 to 5.99.0 Snyk has created this PR to upgrade @tanstack/react-query from 5.97.0 to 5.99.0. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/docs-wmk/project/69782e43-c85b-4c27-afd1-ad863be7a38a?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/Elastic.Documentation.Site/package-lock.json | 16 ++++++++-------- src/Elastic.Documentation.Site/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index d04fa14795..8352ce873e 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -27,7 +27,7 @@ "@opentelemetry/sdk-trace-web": "^2.7.0", "@opentelemetry/semantic-conventions": "^1.40.0", "@r2wc/react-to-web-component": "2.1.1", - "@tanstack/react-query": "^5.97.0", + "@tanstack/react-query": "^5.99.0", "@theletterf/beautiful-mermaid": "0.1.5", "@uidotdev/usehooks": "2.4.1", "dompurify": "3.4.0", @@ -23889,9 +23889,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.97.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.97.0.tgz", - "integrity": "sha512-QdpLP5VzVMgo4VtaPppRA2W04UFjIqX+bxke/ZJhE5cfd5UPkRzqIAJQt9uXkQJjqE8LBOMbKv7f8HCsZltXlg==", + "version": "5.99.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.0.tgz", + "integrity": "sha512-3Jv3WQG0BCcH7G+7lf/bP8QyBfJOXeY+T08Rin3GZ1bshvwlbPt7NrDHMEzGdKIOmOzvIQmxjk28YEQX60k7pQ==", "license": "MIT", "funding": { "type": "github", @@ -23899,12 +23899,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.97.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.97.0.tgz", - "integrity": "sha512-y4So4eGcQoK2WVMAcDNZE9ofB/p5v1OlKvtc1F3uqHwrtifobT7q+ZnXk2mRkc8E84HKYSlAE9z6HXl2V0+ySQ==", + "version": "5.99.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.99.0.tgz", + "integrity": "sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.97.0" + "@tanstack/query-core": "5.99.0" }, "funding": { "type": "github", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 7d338d0785..038e1e2ac9 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -117,7 +117,7 @@ "@opentelemetry/sdk-trace-web": "^2.7.0", "@opentelemetry/semantic-conventions": "^1.40.0", "@r2wc/react-to-web-component": "2.1.1", - "@tanstack/react-query": "^5.97.0", + "@tanstack/react-query": "^5.99.0", "@uidotdev/usehooks": "2.4.1", "@theletterf/beautiful-mermaid": "0.1.5", "dompurify": "3.4.0",