build(deps): bump @urql/exchange-graphcache

Bumps the urql group in /frontend with 1 update: [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache).


Updates `@urql/exchange-graphcache` from 7.1.3 to 7.2.0
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/graphcache/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/exchange-graphcache@7.2.0/exchanges/graphcache)

---
updated-dependencies:
- dependency-name: "@urql/exchange-graphcache"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: urql
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-03 13:50:41 +00:00
committed by Quentin Gliech
parent 750549b132
commit db00709dd3
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
"@tanstack/router-zod-adapter": "^1.58.16",
"@urql/core": "^5.0.6",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.1.3",
"@urql/exchange-graphcache": "^7.2.0",
"@urql/exchange-refocus": "^1.1.0",
"@urql/exchange-request-policy": "^1.2.0",
"@vector-im/compound-design-tokens": "1.8.0",
@@ -8882,9 +8882,9 @@
}
},
"node_modules/@urql/exchange-graphcache": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.3.tgz",
"integrity": "sha512-Tn1y/s4Q8duy1FUkdZCAOtW/THCRyKUmwB+jeTVhLAg7q2xkv0h7cbCd+o76ZOq8OXYEhr7IY8n/P9UQQ0/jGA==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.2.0.tgz",
"integrity": "sha512-NPSfcHyhZnqTuu2OtBTS0b80YMQe1fOEpECZWyRd1A4WSfU/BJjsNSI/AXnG7ABGGCMtLvfTWRSlzsoLwPjwlQ==",
"dependencies": {
"@0no-co/graphql.web": "^1.0.5",
"@urql/core": "^5.0.0",

View File

@@ -25,7 +25,7 @@
"@tanstack/router-zod-adapter": "^1.58.16",
"@urql/core": "^5.0.6",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.1.3",
"@urql/exchange-graphcache": "^7.2.0",
"@urql/exchange-refocus": "^1.1.0",
"@urql/exchange-request-policy": "^1.2.0",
"@vector-im/compound-design-tokens": "1.8.0",