diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 5adc9f8b5bf1..77a987fe5fa9 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1612,9 +1612,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.85.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.85.2.tgz", - "integrity": "sha512-h9vFUVYKoNNgXzb5mK4dP686yawJp9CLLTMjB2PF4KA1D5AbUI2KfxnxBdEQKnLwzzMjmBpucmmsGChZK7RqcQ==", + "version": "5.85.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.85.3.tgz", + "integrity": "sha512-9Ne4USX83nHmRuEYs78LW+3lFEEO2hBDHu7mrdIgAFx5Zcrs7ker3n/i8p4kf6OgKExmaDN5oR0efRD7i2J0DQ==", "license": "MIT", "funding": { "type": "github", @@ -1622,13 +1622,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.85.2", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.85.2.tgz", - "integrity": "sha512-jDa2lxDt8HMe5dxIYWbMsuE832juIpkdgkuLKY6s0W+eaVjpULGmgvGYF1iwB4PXrzQRUfIP5xuJ+JJP3uwXNw==", + "version": "5.85.3", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.85.3.tgz", + "integrity": "sha512-SwLIgbHccHNdBTrL89n6DLtnpDO+pj4KQZUcv5YecZ+a/Bc9AIOcv7erqitbKiUXsBVCPdj4IagE0q1E+ha5oQ==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.85.2", + "@tanstack/query-core": "5.85.3", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },