diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index f1dae685999d..6340d86a751a 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.68.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.68.0.tgz", - "integrity": "sha512-r8rFYYo8/sY/LNaOqX84h12w7EQev4abFXDWy4UoDVUJzJ5d9Fbmb8ayTi7ScG+V0ap44SF3vNs/45mkzDGyGw==", + "version": "5.69.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.69.2.tgz", + "integrity": "sha512-+spKBqGMSxVMhYPMHr4L7efc4CDdb0Y8nE4UxP/FjV4V3ajP3uhBsh0T7pSuObBgYkU+nY1PRkJhKNmwlHmkUg==", "license": "MIT", "funding": { "type": "github", @@ -1630,13 +1630,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.68.0", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.68.0.tgz", - "integrity": "sha512-tc5ZyJVikaPWja/ToWMxCSBU/LjoK7QYJ4GuxouJRUnwFxxGUVFg9OOOw5NP467QRQKX87J9gfE/65JJOAUDiA==", + "version": "5.69.2", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.69.2.tgz", + "integrity": "sha512-xXSTmzz8Hypj7dSzuy3822PTvhUN30nxhZ4omooLzkxCWvpke424LkFVXSqFWDZQ4GJ9zhpTVOI60q334lC/gQ==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.68.0", + "@tanstack/query-core": "5.69.2", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },