diff --git a/package-lock.json b/package-lock.json index c2dad31..4356c29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@mui/x-tree-view": "^6.17.0", "@nx/next": "17.2.0", "@reduxjs/toolkit": "^2.0.1", - "@tanstack/react-query": "^5.13.4", + "@tanstack/react-query": "^5.22.2", "@tanstack/react-query-devtools": "^5.13.5", "@temporalio/activity": "^1.8.6", "@temporalio/client": "^1.8.6", @@ -5715,9 +5715,9 @@ "integrity": "sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==" }, "node_modules/@tanstack/query-core": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.13.4.tgz", - "integrity": "sha512-8+rJucXvC/xlr4OrxHhEIob/cTlbT4fgmz1VsvB0D12FRStKaXeLORNGcOhSAynRd2NL74SV/Qq0IIb4DedLcA==", + "version": "5.22.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.22.2.tgz", + "integrity": "sha512-z3PwKFUFACMUqe1eyesCIKg3Jv1mysSrYfrEW5ww5DCDUD4zlpTKBvUDaEjsfZzL3ULrFLDM9yVUxI/fega1Qg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -5733,11 +5733,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.13.4.tgz", - "integrity": "sha512-3HjvkFFriEQwffUXtKHPiwkfFXUGbs46YATTzzyK1+Pw6Ekd3kwzS50e45qdamWuEXmXxyo5S1zp534LdFG0Rw==", + "version": "5.22.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.22.2.tgz", + "integrity": "sha512-TaxJDRzJ8/NWRT4lY2jguKCrNI6MRN+67dELzPjNUlvqzTxGANlMp68l7aC7hG8Bd1uHNxHl7ihv7MT50i/43A==", "dependencies": { - "@tanstack/query-core": "5.13.4" + "@tanstack/query-core": "5.22.2" }, "funding": { "type": "github", @@ -19858,9 +19858,9 @@ "integrity": "sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==" }, "@tanstack/query-core": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.13.4.tgz", - "integrity": "sha512-8+rJucXvC/xlr4OrxHhEIob/cTlbT4fgmz1VsvB0D12FRStKaXeLORNGcOhSAynRd2NL74SV/Qq0IIb4DedLcA==" + "version": "5.22.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.22.2.tgz", + "integrity": "sha512-z3PwKFUFACMUqe1eyesCIKg3Jv1mysSrYfrEW5ww5DCDUD4zlpTKBvUDaEjsfZzL3ULrFLDM9yVUxI/fega1Qg==" }, "@tanstack/query-devtools": { "version": "5.13.5", @@ -19868,11 +19868,11 @@ "integrity": "sha512-effSYz9AWcZ6sNd+c8LCBYFIuDZApoCTXEpRlEYChBZpMz9QUUVMLToThwCyUY49+T5pANL3XxgZf3HV7hwJlg==" }, "@tanstack/react-query": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.13.4.tgz", - "integrity": "sha512-3HjvkFFriEQwffUXtKHPiwkfFXUGbs46YATTzzyK1+Pw6Ekd3kwzS50e45qdamWuEXmXxyo5S1zp534LdFG0Rw==", + "version": "5.22.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.22.2.tgz", + "integrity": "sha512-TaxJDRzJ8/NWRT4lY2jguKCrNI6MRN+67dELzPjNUlvqzTxGANlMp68l7aC7hG8Bd1uHNxHl7ihv7MT50i/43A==", "requires": { - "@tanstack/query-core": "5.13.4" + "@tanstack/query-core": "5.22.2" } }, "@tanstack/react-query-devtools": { diff --git a/package.json b/package.json index 91e38bb..02cf4eb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mui/x-tree-view": "^6.17.0", "@nx/next": "17.2.0", "@reduxjs/toolkit": "^2.0.1", - "@tanstack/react-query": "^5.13.4", + "@tanstack/react-query": "^5.22.2", "@tanstack/react-query-devtools": "^5.13.5", "@temporalio/activity": "^1.8.6", "@temporalio/client": "^1.8.6",