⬆️(frontend) upgrade @tanstack/react-query from 5.100.14 to 5.101.0

Snyk has created this PR to upgrade @tanstack/react-query from 5.100.14 to 5.101.0.
This commit is contained in:
snyk-bot
2026-07-07 17:21:28 +00:00
committed by aleb_the_flash
parent 195d2b5006
commit 86fff16eed
3 changed files with 10 additions and 9 deletions
+1
View File
@@ -25,6 +25,7 @@ and this project adheres to
- ♻️(frontend) wrap MuteEveryoneButton with AdminOrOwnerOnly
- ⬆(frontend) upgrade livekit-client from 2.19.0 to 2.19.2
- ⬆(frontend) upgrade posthog-js from 1.386.5 to 1.387.0
- ⬆(frontend) upgrade @tanstack/react-query from 5.100.14 to 5.101.0
### Fixed
+8 -8
View File
@@ -18,7 +18,7 @@
"@pandacss/preset-panda": "1.11.3",
"@react-types/overlays": "3.10.0",
"@remixicon/react": "4.9.0",
"@tanstack/react-query": "5.100.14",
"@tanstack/react-query": "5.101.0",
"@timephy/rnnoise-wasm": "1.0.0",
"crisp-sdk-web": "1.1.2",
"derive-valtio": "0.2.0",
@@ -2357,9 +2357,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.100.14",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.14.tgz",
"integrity": "sha512-5X41dGpxgeaHISCRW2oYwcSycZeULZzAunaudXT9ov1KOTj9xwt0CH6hbwqP1/z74ZWF7rYFnDpyYH07XFcZew==",
"version": "5.101.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.0.tgz",
"integrity": "sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==",
"license": "MIT",
"funding": {
"type": "github",
@@ -2378,12 +2378,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.100.14",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.14.tgz",
"integrity": "sha512-oOr6aRdSFEwWhzxEkD/9ZcItM3+LjBSkeVmadWKwUssAHTsqd/7bOjWrX4AbvEkoEhgAxzN0Xk6H/aYzXiYBAw==",
"version": "5.101.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.0.tgz",
"integrity": "sha512-rLlJXSpkqfizLWgkR5+eLeIk0MvTx/meEIR7LRjxic+qxiQP8zVjq7BqQkiCMNLQBlLfuOLqqr6KO5GtrDlmSg==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.100.14"
"@tanstack/query-core": "5.101.0"
},
"funding": {
"type": "github",
+1 -1
View File
@@ -25,7 +25,7 @@
"@pandacss/preset-panda": "1.11.3",
"@react-types/overlays": "3.10.0",
"@remixicon/react": "4.9.0",
"@tanstack/react-query": "5.100.14",
"@tanstack/react-query": "5.101.0",
"@timephy/rnnoise-wasm": "1.0.0",
"crisp-sdk-web": "1.1.2",
"derive-valtio": "0.2.0",