diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 0af99bccddc5..db0361c7d391 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.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.80.2.tgz", + "integrity": "sha512-g2Es97uwFk7omkWiH9JmtLWSA8lTUFVseIyzqbjqJEEx7qN+Hg6jbBdDvelqtakamppaJtGORQ64hEJ5S6ojSg==", "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.2", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.80.2.tgz", + "integrity": "sha512-Ck1SdL6vxXiCnF2NwT4Hh5X0QJYNLfOq3c86IhaqRx7q2PWQrKZNol/+FSAsrbsV3K02+O8jeMbzypUxO92FcQ==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.79.0", + "@tanstack/query-core": "5.80.2", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },