diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 715b4be91819..97186df1485b 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1620,9 +1620,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.74.3", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.3.tgz", - "integrity": "sha512-Mqk+5o3qTuAiZML248XpNH8r2cOzl15+LTbUsZQEwvSvn1GU4VQhvqzAbil36p+MBxpr/58oBSnRzhrBevDhfg==", + "version": "5.74.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.4.tgz", + "integrity": "sha512-YuG0A0+3i9b2Gfo9fkmNnkUWh5+5cFhWBN0pJAHkHilTx6A0nv8kepkk4T4GRt4e5ahbtFj2eTtkiPcVU1xO4A==", "license": "MIT", "funding": { "type": "github", @@ -1630,13 +1630,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.74.3", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.74.3.tgz", - "integrity": "sha512-ku9QZ2bkhmv2/24q/OD4R+IlKDZ8Gg9+H0SWWip7REbjYxaSyyJSMiFJOCGmnBCLaWbBCDwaFqBXFrxAhM78yw==", + "version": "5.74.4", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.74.4.tgz", + "integrity": "sha512-esrdGp8/GZ2GXXBQvqz4QU/q0HPL6yCgW8pizby4EwbU16x1dtYRN/6YPPio/Ay4OLHp+zQcPixf88g6eLuhHQ==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.74.3", + "@tanstack/query-core": "5.74.4", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },