diff --git a/ui/mantine-ui/package-lock.json b/ui/mantine-ui/package-lock.json index a76fdfc4ef..431963879b 100644 --- a/ui/mantine-ui/package-lock.json +++ b/ui/mantine-ui/package-lock.json @@ -11,7 +11,7 @@ "@mantine/code-highlight": "^9.0.0", "@mantine/core": "^9.0.0", "@mantine/hooks": "^9.0.0", - "@tanstack/react-query": "^5.90.21", + "@tanstack/react-query": "^5.96.2", "highlight.js": "^11.11.1", "react": "^19.1.0", "react-dom": "^19.2.4", @@ -1890,9 +1890,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.90.20", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.20.tgz", - "integrity": "sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg==", + "version": "5.96.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.2.tgz", + "integrity": "sha512-hzI6cTVh4KNRk8UtoIBS7Lv9g6BnJPXvBKsvYH1aGWvv0347jT3BnSvztOE+kD76XGvZnRC/t6qdW1CaIfwCeA==", "license": "MIT", "funding": { "type": "github", @@ -1900,12 +1900,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.90.21", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.21.tgz", - "integrity": "sha512-0Lu6y5t+tvlTJMTO7oh5NSpJfpg/5D41LlThfepTixPYkJ0sE2Jj0m0f6yYqujBwIXlId87e234+MxG3D3g7kg==", + "version": "5.96.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.96.2.tgz", + "integrity": "sha512-sYyzzJT4G0g02azzJ8o55VFFV31XvFpdUpG+unxS0vSaYsJnSPKGoI6WdPwUucJL1wpgGfwfmntNX/Ub1uOViA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.90.20" + "@tanstack/query-core": "5.96.2" }, "funding": { "type": "github", diff --git a/ui/mantine-ui/package.json b/ui/mantine-ui/package.json index 58a6bb3550..e2cf670ee1 100644 --- a/ui/mantine-ui/package.json +++ b/ui/mantine-ui/package.json @@ -20,7 +20,7 @@ "@mantine/code-highlight": "^9.0.0", "@mantine/core": "^9.0.0", "@mantine/hooks": "^9.0.0", - "@tanstack/react-query": "^5.90.21", + "@tanstack/react-query": "^5.96.2", "highlight.js": "^11.11.1", "react": "^19.1.0", "react-dom": "^19.2.4",