⬆ Bump @tanstack/react-query from 5.90.1 to 5.90.2 in /frontend (#1905)

Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.90.1 to 5.90.2.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.90.2/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-30 23:09:52 +02:00
committed by GitHub
parent e0f969a692
commit 0a68dd19a1
2 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
"dependencies": {
"@chakra-ui/react": "^3.27.0",
"@emotion/react": "^11.14.0",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.87.4",
"@tanstack/react-router": "^1.131.50",
"axios": "1.12.2",
@@ -1942,9 +1942,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.90.1",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.1.tgz",
"integrity": "sha512-hmi8i+mWP3QnD8yq3+6LWri9IEZAlFbpbM/UVB+TJtp5RIxUfzuARqyW39b+HCfBKKnFKSHWMXNB5YN8lo/E/Q==",
"version": "5.90.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.2.tgz",
"integrity": "sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
@@ -1960,11 +1960,11 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.90.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.1.tgz",
"integrity": "sha512-tN7Fx2HuV2SBhl+STgL8enbfSInRoNU1B1+5LIU62klcMElE4lFzol4aReuRSUeD6ntzPayK0KrM6w9+ZlHEkw==",
"version": "5.90.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.2.tgz",
"integrity": "sha512-CLABiR+h5PYfOWr/z+vWFt5VsOA2ekQeRQBFSKlcoW6Ndx/f8rfyVmq4LbgOM4GG2qtxAxjLYLOpCNTYm4uKzw==",
"dependencies": {
"@tanstack/query-core": "5.90.1"
"@tanstack/query-core": "5.90.2"
},
"funding": {
"type": "github",
@@ -6694,9 +6694,9 @@
"integrity": "sha512-cs1WKawpXIe+vSTeiZUuSBy8JFjEuDgdMKZFRLKwQysKo8y2q6Q1HvS74Yw+m5IhOW1nTZooa6rlgdfXcgFAaw=="
},
"@tanstack/query-core": {
"version": "5.90.1",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.1.tgz",
"integrity": "sha512-hmi8i+mWP3QnD8yq3+6LWri9IEZAlFbpbM/UVB+TJtp5RIxUfzuARqyW39b+HCfBKKnFKSHWMXNB5YN8lo/E/Q=="
"version": "5.90.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.2.tgz",
"integrity": "sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ=="
},
"@tanstack/query-devtools": {
"version": "5.87.3",
@@ -6704,11 +6704,11 @@
"integrity": "sha512-LkzxzSr2HS1ALHTgDmJH5eGAVsSQiuwz//VhFW5OqNk0OQ+Fsqba0Tsf+NzWRtXYvpgUqwQr4b2zdFZwxHcGvg=="
},
"@tanstack/react-query": {
"version": "5.90.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.1.tgz",
"integrity": "sha512-tN7Fx2HuV2SBhl+STgL8enbfSInRoNU1B1+5LIU62klcMElE4lFzol4aReuRSUeD6ntzPayK0KrM6w9+ZlHEkw==",
"version": "5.90.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.2.tgz",
"integrity": "sha512-CLABiR+h5PYfOWr/z+vWFt5VsOA2ekQeRQBFSKlcoW6Ndx/f8rfyVmq4LbgOM4GG2qtxAxjLYLOpCNTYm4uKzw==",
"requires": {
"@tanstack/query-core": "5.90.1"
"@tanstack/query-core": "5.90.2"
}
},
"@tanstack/react-query-devtools": {

View File

@@ -13,7 +13,7 @@
"dependencies": {
"@chakra-ui/react": "^3.27.0",
"@emotion/react": "^11.14.0",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.87.4",
"@tanstack/react-router": "^1.131.50",
"axios": "1.12.2",