diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index f24cbc465e87..4155c206eef7 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1304,21 +1304,21 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.45.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.45.0.tgz", - "integrity": "sha512-RVfIZQmFUTdjhSAAblvueimfngYyfN6HlwaJUPK71PKd7yi43Vs1S/rdimmZedPWX/WGppcq/U1HOj7O7FwYxw==", + "version": "5.48.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.48.0.tgz", + "integrity": "sha512-lZAfPPeVIqXCswE9SSbG33B6/91XOWt/Iq41bFeWb/mnHwQSIfFRbkS4bfs+WhIk9abRArF9Id2fp0Mgo+hq6Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/vue-query": { - "version": "5.45.0", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.45.0.tgz", - "integrity": "sha512-WogAH4+xDPWbiK9CUXAE4cQiCyvWeYZI3g3/onKbkb3tVnoEPRhbGHANgxpfAEFY165Vj4afKnI3hkVQvr7aHA==", + "version": "5.48.0", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.48.0.tgz", + "integrity": "sha512-9p06dNcxYJGghx47Rkv4PBa+9cbOM8zFcdMN8OyZ84fgClhU7Il5sNVP7YiuQJPkQcnvSz5JKMeSNlg3faaHIg==", "dependencies": { "@tanstack/match-sorter-utils": "^8.15.1", - "@tanstack/query-core": "5.45.0", + "@tanstack/query-core": "5.48.0", "@vue/devtools-api": "^6.5.1", "vue-demi": "^0.14.7" },