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

Bumps [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache) from 6.0.1 to 6.0.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@6.0.2/exchanges/graphcache)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-20 20:16:25 +00:00
committed by Quentin Gliech
parent 6df76afbf9
commit 8993de24d7
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@urql/core": "^4.0.4",
"@urql/exchange-graphcache": "^6.0.1",
"@urql/exchange-graphcache": "^6.0.2",
"date-fns": "^2.29.3",
"graphql": "^16.6.0",
"jotai": "^2.0.4",
@@ -6046,9 +6046,9 @@
}
},
"node_modules/@urql/exchange-graphcache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.0.1.tgz",
"integrity": "sha512-nJCQwem45p1nspbRrZz2oFjyHW6tufT6LQ1SvqE3CN1pLq3v72leZ6nfRMv4RCoh9IxFnv9hr0fn8DQSmQaB4w==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-6.0.2.tgz",
"integrity": "sha512-j6P02Nyv05NG2URTT/JtonuQQsxKImt1QMyjkb732yjKCI8A+5b5Myh8bnNUw428bIUFYx2oE7OfuB45+ta/CQ==",
"dependencies": {
"@0no-co/graphql.web": "^1.0.0",
"@urql/core": ">=4.0.0",

View File

@@ -17,7 +17,7 @@
},
"dependencies": {
"@urql/core": "^4.0.4",
"@urql/exchange-graphcache": "^6.0.1",
"@urql/exchange-graphcache": "^6.0.2",
"date-fns": "^2.29.3",
"graphql": "^16.6.0",
"jotai": "^2.0.4",