diff --git a/package-lock.json b/package-lock.json index 0435cd974..480960a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@mdi/font": "^7.4.47", "@tailwindcss/postcss": "^4.1.18", "@tailwindcss/vite": "^4.1.18", - "@tanstack/vue-query": "^5.92.8", + "@tanstack/vue-query": "^5.92.9", "@unhead/vue": "^2.1.2", "@vitejs/plugin-vue": "^6.0.3", "@vueuse/core": "^14.1.0", @@ -2508,9 +2508,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.90.19", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.19.tgz", - "integrity": "sha512-GLW5sjPVIvH491VV1ufddnfldyVB+teCnpPIvweEfkpRx7CfUmUGhoh9cdcUKBh/KwVxk22aNEDxeTsvmyB/WA==", + "version": "5.90.20", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.20.tgz", + "integrity": "sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg==", "license": "MIT", "funding": { "type": "github", @@ -2528,13 +2528,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.92.8", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.92.8.tgz", - "integrity": "sha512-MBNFWyL7cZWwIKpPGnBUad2Sm9K08Elo7YWobQQoYKUm3uLKwBLOtfAtO94M6VNIuk7k2kV5ZN9cTXOeAt7/aQ==", + "version": "5.92.9", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.92.9.tgz", + "integrity": "sha512-jjAZcqKveyX0C4w/6zUqbnqk/XzuxNWaFsWjGTJWULVFizUNeLGME2gf9vVSDclIyiBhR13oZJPPs6fJgfpIJQ==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.90.19", + "@tanstack/query-core": "5.90.20", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" }, diff --git a/package.json b/package.json index ef5cebd8b..9159cda7d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mdi/font": "^7.4.47", "@tailwindcss/postcss": "^4.1.18", "@tailwindcss/vite": "^4.1.18", - "@tanstack/vue-query": "^5.92.8", + "@tanstack/vue-query": "^5.92.9", "@unhead/vue": "^2.1.2", "@vitejs/plugin-vue": "^6.0.3", "@vueuse/core": "^14.1.0",