From b867c25ad43eaceaec1615e275b32f3136fbd9fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 May 2026 09:50:36 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.99.0 to 5.99.1 Snyk has created this PR to upgrade @tanstack/react-query from 5.99.0 to 5.99.1. 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 8352ce873..05f7956cf 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.99.0", + "@tanstack/react-query": "^5.99.1", "@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.99.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.0.tgz", - "integrity": "sha512-3Jv3WQG0BCcH7G+7lf/bP8QyBfJOXeY+T08Rin3GZ1bshvwlbPt7NrDHMEzGdKIOmOzvIQmxjk28YEQX60k7pQ==", + "version": "5.99.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.1.tgz", + "integrity": "sha512-5E8xwxyWvr22yt7zvzP3KOZ5TUElOdVA45NP3/Ao1m9mvc9i18NLTDe9m3M00BH2DR5J20cv7xckMPlhKNs+vQ==", "license": "MIT", "funding": { "type": "github", @@ -23899,12 +23899,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.99.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.99.0.tgz", - "integrity": "sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw==", + "version": "5.99.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.99.1.tgz", + "integrity": "sha512-akg5GdwW70lvJvCqVHZ7tizGyc+TATjUzKX9RuF1xknhEe/1leofXk7YLYbrbRsuhNbHJBAayaQUMvvOFZ5L5g==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.99.0" + "@tanstack/query-core": "5.99.1" }, "funding": { "type": "github", diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index 038e1e2ac..9b888f6c3 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.99.0", + "@tanstack/react-query": "^5.99.1", "@uidotdev/usehooks": "2.4.1", "@theletterf/beautiful-mermaid": "0.1.5", "dompurify": "3.4.0",