diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index d77036b124d4..62e85e300b0d 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1302,21 +1302,21 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.24.8", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.24.8.tgz", - "integrity": "sha512-yH7KnfXMf10p1U5GffTQzFi2Miiw6WJZImGYGdV7eqa5ZbKO8qVx9lOA9SfhIaJXomrMp1Yz5w/CBhVM3yWeTA==", + "version": "5.27.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.27.5.tgz", + "integrity": "sha512-HuYOo46NhzNX1SwXCmLf/Skr8B7T56cDHUN+iOhnu7+GOkUMThda64GwZpAqQzBT8TOTBQo6RQaNe0gi3Gi2fw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/vue-query": { - "version": "5.24.8", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.24.8.tgz", - "integrity": "sha512-JPPq57iS55J0ELnXgPaB387j9rZZ/zGyvUW3L4K9/Qx/jQVp0uo/E/sW7c0djCxBJ49beI+pNU2rPRFVvoxn9A==", + "version": "5.27.5", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.27.5.tgz", + "integrity": "sha512-5OrR+ha1b9n1aMYq+AToIoa6+4rObRUn3JkMCwT3MgkN35k8AbW+LkZ69eMYae14j+PAf4gz6EC+LkcPd53lfg==", "dependencies": { "@tanstack/match-sorter-utils": "^8.11.8", - "@tanstack/query-core": "5.24.8", + "@tanstack/query-core": "5.27.5", "@vue/devtools-api": "^6.5.1", "vue-demi": "^0.14.6" },