diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 09db3345b62c..35c5a5a0bfbb 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1625,9 +1625,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.82.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.82.0.tgz", - "integrity": "sha512-JrjoVuaajBQtnoWSg8iaPHaT4mW73lK2t+exxHNOSMqy0+13eKLqJgTKXKImLejQIfdAHQ6Un0njEhOvUtOd5w==", + "version": "5.83.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.83.0.tgz", + "integrity": "sha512-0M8dA+amXUkyz5cVUm/B+zSk3xkQAcuXuz5/Q/LveT4ots2rBpPTZOzd7yJa2Utsf8D2Upl5KyjhHRY+9lB/XA==", "license": "MIT", "funding": { "type": "github", @@ -1635,13 +1635,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.82.0", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.82.0.tgz", - "integrity": "sha512-e+cb8OFuEetYd7q6U3g3yjqDDrAZ6rzxSlifjOy3tvJdopwTMDAyo65h4df/b+BrwcJRaPjsLk/b9H1gZrhv1g==", + "version": "5.83.0", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.83.0.tgz", + "integrity": "sha512-sC3nnFEyAPOV4aGgt36ILrFIoR42UzRb+kqva96tiT3c80PCX99wDnVC5P01uxw6b3PaH7AD60HFFLBMFCKYow==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.82.0", + "@tanstack/query-core": "5.83.0", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },