diff --git a/package-lock.json b/package-lock.json index 4481b3c5..1f432cd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@mdi/font": "^7.4.47", "@tailwindcss/postcss": "^4.2.4", "@tailwindcss/vite": "^4.2.4", - "@tanstack/vue-query": "^5.99.2", + "@tanstack/vue-query": "^5.100.1", "@tiptap/extension-bold": "^3.22.4", "@tiptap/extension-character-count": "^3.22.4", "@tiptap/extension-document": "^3.22.4", @@ -2962,9 +2962,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.99.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.2.tgz", - "integrity": "sha512-1HunU0bXVsR1ZJMZbcOPE6VtaBJxsW809RE9xPe4Gz7MlB0GWwQvuTPhMoEmQ/hIzFKJ/DWAuttIe7BOaWx0tA==", + "version": "5.100.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.1.tgz", + "integrity": "sha512-awvQhOO/2TrSCHE5LKKsXcvvj6WSBncwEcMFCB/ez0Qs0b17iyyivoGArNV3HFfXryZwCpnb/olsaBBKrIbtSw==", "license": "MIT", "funding": { "type": "github", @@ -2982,13 +2982,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.99.2", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.99.2.tgz", - "integrity": "sha512-ll7dzgeM/3/ckNsp+J0ZrUuvJEZan3RlOrb1T4M47CJPM0rS0WNanSYQWPgK0A+Eu/ihwm/kEBmAZOA7toHP8g==", + "version": "5.100.1", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.100.1.tgz", + "integrity": "sha512-x7R4cn6mz/1hH4mWPTpOWQxdyWe4ZdydP1HghcZPieD8B/waxTHpjXESIFWTWeHfA3Rfc4R+Xsj4sca8FTg0aQ==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.99.2", + "@tanstack/query-core": "5.100.1", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" }, diff --git a/package.json b/package.json index fe1ce2cf..8825e575 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mdi/font": "^7.4.47", "@tailwindcss/postcss": "^4.2.4", "@tailwindcss/vite": "^4.2.4", - "@tanstack/vue-query": "^5.99.2", + "@tanstack/vue-query": "^5.100.1", "@tiptap/extension-bold": "^3.22.4", "@tiptap/extension-character-count": "^3.22.4", "@tiptap/extension-document": "^3.22.4",