diff --git a/package-lock.json b/package-lock.json index 323b163..884b13a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@tanstack/react-query": "^5.99.2", + "@tanstack/react-query": "^5.100.5", "plotly.js-dist-min": "^3.5.0", "react": "^19.2.5", "react-dom": "^19.2.5" @@ -860,9 +860,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.99.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.2.tgz", - "integrity": "sha512-1HunU0bXVsR1ZJMZbcOPE6VtaBJxsW809RE9xPe4Gz7MlB0GWwQvuTPhMoEmQ/hIzFKJ/DWAuttIe7BOaWx0tA==", + "version": "5.100.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.5.tgz", + "integrity": "sha512-t20KrhKkf0HXzqQkPbJ5erhFesup68BAbwFgYmTrS7bxMF7O5MdmL8jUkik4thsG7Hg00fblz30h6yF1d5TxGg==", "license": "MIT", "funding": { "type": "github", @@ -870,12 +870,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.99.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.99.2.tgz", - "integrity": "sha512-vM91UEe45QUS9ED6OklsVL15i8qKcRqNwpWzPTVWvRPRSEgDudDgHpvyTjcdlwHcrKNa80T+xXYcchT2noPnZA==", + "version": "5.100.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.5.tgz", + "integrity": "sha512-aNwj1mi2v2bQ9IxkyR1grLOUkv3BYWoykHy9KDyLNbjC3tsahbOHJibK+Wjtr1wRhG59/AvJhiJG5OlthaCgJA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.99.2" + "@tanstack/query-core": "5.100.5" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 0f2d405..18acd43 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "vitest": "^4.1.4" }, "dependencies": { - "@tanstack/react-query": "^5.99.2", + "@tanstack/react-query": "^5.100.5", "plotly.js-dist-min": "^3.5.0", "react": "^19.2.5", "react-dom": "^19.2.5"