diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 0af99bccddc5..1d7445d1bdbb 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.79.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.79.0.tgz", - "integrity": "sha512-s+epTqqLM0/TbJzMAK7OEhZIzh63P9sWz5HEFc5XHL4FvKQXQkcjI8F3nee+H/xVVn7mrP610nVXwOytTSYd0w==", + "version": "5.80.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.80.5.tgz", + "integrity": "sha512-kFWXdQOUcjL/Ugk3GrI9eMuG3DsKBGaLIgyOLekR2UOrRrJgkLgPUNzZ10i8FCkfi4SgLABhOtQhx1HjoB9EZQ==", "license": "MIT", "funding": { "type": "github", @@ -1633,13 +1633,13 @@ } }, "node_modules/@tanstack/vue-query": { - "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==", + "version": "5.80.5", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.80.5.tgz", + "integrity": "sha512-Inaw2JhlgCJ+PpZgOw0AqlcoDEpjQEm2osSZZlBu6Bqm2zkw9vEWRxiu4k5ODlEcjDvA1BS8uTTW7Msj01FhVw==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.79.0", + "@tanstack/query-core": "5.80.5", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },