diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 14815334744f..f45bfd4f79ed 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1006,21 +1006,21 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.8.7", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.8.7.tgz", - "integrity": "sha512-58xOSkxxZK4SGQ/uzX8MDZHLGZCkxlgkPxnfhxUOL2uchnNHyay2UVcR3mQNMgaMwH1e2l+0n+zfS7+UJ/MAJw==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.12.1.tgz", + "integrity": "sha512-WbZztNmKq0t6QjdNmHzezbi/uifYo9j6e2GLJkodsYaYUlzMbAp91RDyeHkIZrm7EfO4wa6Sm5sxJZm5SPlh6w==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/vue-query": { - "version": "5.8.7", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.8.7.tgz", - "integrity": "sha512-riuXxrwKq1eGjKidPWLnyHdi5Kp4ji4kfoSoJdJm5hX4pcdgm74BvtIn6vJ7IPg0BQvpmaBJAb1BJyduAN1JkA==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.12.2.tgz", + "integrity": "sha512-Tfb8phiB681gjIcO7fuNpfiFmQinKrGiW9T5hYFFTQfoWehhbm9z7+6B7DbCFJyJkZz1q1WCafNT04r5p9Uacg==", "dependencies": { "@tanstack/match-sorter-utils": "^8.8.4", - "@tanstack/query-core": "5.8.7", + "@tanstack/query-core": "5.12.1", "@vue/devtools-api": "^6.5.0", "vue-demi": "^0.14.6" },