diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 1b42619a13c0..1d01e51932f5 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1623,9 +1623,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.77.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.77.2.tgz", - "integrity": "sha512-1lqJwPsR6GX6nZFw06erRt518O19tWU6Q+x0fJUygl4lxHCYF2nhzBPwLKk2NPjYOrpR0K567hxPc5K++xDe9Q==", + "version": "5.79.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.79.0.tgz", + "integrity": "sha512-s+epTqqLM0/TbJzMAK7OEhZIzh63P9sWz5HEFc5XHL4FvKQXQkcjI8F3nee+H/xVVn7mrP610nVXwOytTSYd0w==", "license": "MIT", "funding": { "type": "github", @@ -1633,13 +1633,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.77.2", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.77.2.tgz", - "integrity": "sha512-Neon9wds87Wo6T5qr+YxOnHYmt618IGnlYE2r6dpWDvhb/mJwlvoBw9TS2KzLfmOQuadBc4nWcpUomuDR4otKg==", + "version": "5.79.0", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.79.0.tgz", + "integrity": "sha512-ygVG70AqBLrKyIcSi+LCSCmr8ybN+vv3A421VG/pAtMtAR22sY2bmLgsp9ygdERMsTo1PW+LsUUndyiymgp9jw==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.77.2", + "@tanstack/query-core": "5.79.0", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },