diff --git a/package-lock.json b/package-lock.json index e5be62a..4c4d17c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3033,9 +3033,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.49.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.49.1.tgz", - "integrity": "sha512-JnC9ndmD1KKS01Rt/ovRUB1tmwO7zkyXAyIxN9mznuJrcNtOrkmOnQqdJF2ib9oHzc2VxHomnEG7xyfo54Npkw==", + "version": "5.50.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.50.1.tgz", + "integrity": "sha512-lpfhKPrJlyV2DSVcQb/HuozH3Av3kws4ge22agx+lNGpFkS4vLZ7St0l3GLwlAD+bqB+qXGex3JdRKUNtMviEQ==", "license": "MIT", "funding": { "type": "github", @@ -3043,13 +3043,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.49.1", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.49.1.tgz", - "integrity": "sha512-/nTqP8PNCRzMcqTGEuFQE3ntUD3A+K05r6Dw/0hNwNS3PLEaKUKlxytmAhIoaoloQwbbAghjLyKRQZ+CMWv90A==", + "version": "5.50.1", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.50.1.tgz", + "integrity": "sha512-hGlIDdu1K4kmELhkkBh0oAgm5cBEHeEMrnIVOengl3/YOoO+LHbLmWdXi6GOmHTva4oFhk/jgkL1NbACzkFGOQ==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.15.1", - "@tanstack/query-core": "5.49.1", + "@tanstack/query-core": "5.50.1", "@vue/devtools-api": "^6.5.1", "vue-demi": "^0.14.7" },