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.1 to 7.1.2
- [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.1.2/exchanges/graphcache)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-01 10:33:04 +02:00
committed by Quentin Gliech
parent 19fab3c5fa
commit e6e320b5b1
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -16,7 +16,7 @@
"@tanstack/react-router": "^1.42.0",
"@urql/core": "^5.0.4",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.1.1",
"@urql/exchange-graphcache": "^7.1.2",
"@urql/exchange-refocus": "^1.1.0",
"@urql/exchange-request-policy": "^1.2.0",
"@vector-im/compound-design-tokens": "1.3.0",
@@ -9139,9 +9139,9 @@
}
},
"node_modules/@urql/exchange-graphcache": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.1.tgz",
"integrity": "sha512-9aqgVrFY79MxCQ/u4F4RHZQ4NqToVJJk4I2sQx/5d/lvB9tInA5Z8ZL5XuflaKM7NJ8Pm5HGisB/iD7mKHKriA==",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.1.2.tgz",
"integrity": "sha512-W2+lYYB/aW1xjPtrMO/Cuxnq3Wl+DuiySqbdw/II91G/NH8Axx2oxRLjWMeC5r/71RivJUrmf2FVzb4Yy1+qwQ==",
"dependencies": {
"@0no-co/graphql.web": "^1.0.5",
"@urql/core": "^5.0.0",
+1 -1
View File
@@ -25,7 +25,7 @@
"@tanstack/react-router": "^1.42.0",
"@urql/core": "^5.0.4",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.1.1",
"@urql/exchange-graphcache": "^7.1.2",
"@urql/exchange-refocus": "^1.1.0",
"@urql/exchange-request-policy": "^1.2.0",
"@vector-im/compound-design-tokens": "1.3.0",