diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 02cb39242bdb..925891b0920f 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.76.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.76.0.tgz", - "integrity": "sha512-FN375hb8ctzfNAlex5gHI6+WDXTNpe0nbxp/d2YJtnP+IBM6OUm7zcaoCW6T63BawGOYZBbKC0iPvr41TteNVg==", + "version": "5.76.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.76.2.tgz", + "integrity": "sha512-PFGwWh5ss9cJQ67l6bZ7hqXbisX2gy13G2jP+VGY1bgdbCfOMWh6UBVnN62QbFXro6CCoX9hYzTnZHr6Rz00YQ==", "license": "MIT", "funding": { "type": "github", @@ -1633,13 +1633,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.76.0", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.76.0.tgz", - "integrity": "sha512-Ow1JPfAqjam/hH2WJj15Y+a7FT5LS/So2b4jMAI3lLKUcpIjVRLEOLQXdCYZ/29YbDrL66trwLPXjA9tYrHung==", + "version": "5.76.2", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.76.2.tgz", + "integrity": "sha512-Aa/lC3LbUnciDp8kudOKHSE0luJhrBdILpfB0kzLFFt5m6RY/MJ3ydXx/7eq78BbFXUGLN8vVwyBho3AiOWayg==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.76.0", + "@tanstack/query-core": "5.76.2", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },