build(deps): bump the urql group in /frontend with 2 updates

Bumps the urql group in /frontend with 2 updates: [@urql/core](https://github.com/urql-graphql/urql/tree/HEAD/packages/core) and [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache).


Updates `@urql/core` from 5.0.0 to 5.0.2
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/core@5.0.2/packages/core)

Updates `@urql/exchange-graphcache` from 7.0.0 to 7.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@7.0.2/exchanges/graphcache)

---
updated-dependencies:
- dependency-name: "@urql/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: urql
- 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-04-30 14:46:18 +00:00
committed by Quentin Gliech
parent edd3158299
commit 4b64130c65
2 changed files with 10 additions and 10 deletions

View File

@@ -14,9 +14,9 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.3",
"@tanstack/react-router": "^1.31.3",
"@urql/core": "^5.0.0",
"@urql/core": "^5.0.2",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.0.0",
"@urql/exchange-graphcache": "^7.0.2",
"@urql/exchange-refocus": "^1.0.2",
"@urql/exchange-request-policy": "^1.1.0",
"@vector-im/compound-design-tokens": "1.2.0",
@@ -8762,9 +8762,9 @@
"dev": true
},
"node_modules/@urql/core": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.0.tgz",
"integrity": "sha512-kFkZxusq/VBQKEUcQFtf7AilMotLO+oGpE4WFhCiminZm8ZU2aulXSDWla50TaD0pj704FnWlXts6lRm0uHdDg==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.2.tgz",
"integrity": "sha512-gxMYkhbZg43cPftRv9K/A8lLjbZm2aam+K5AfPyQyADQVKkQ0V5hC/XtH++Zdi3swhBvgjbvVG/YjdkZTh8PVg==",
"dependencies": {
"@0no-co/graphql.web": "^1.0.5",
"wonka": "^6.3.2"
@@ -8783,9 +8783,9 @@
}
},
"node_modules/@urql/exchange-graphcache": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.0.tgz",
"integrity": "sha512-xKk+MVt6ZKokKcrreK09n4s04dPwzu2BF/rHWvV0Aun7BhlLU4Kzmvsq1sTMZArUxwB4aaKhI0StMbPMfxICSg==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-7.0.2.tgz",
"integrity": "sha512-6hA4ZDQbG73IVz/GtNsLD7AqPSIof8tvFiEdm10J8dpPd+Ijw9d7RsEbs57sGqpbSzJG+l6UNZ0A53EEYClYxw==",
"dependencies": {
"@0no-co/graphql.web": "^1.0.5",
"@urql/core": ">=5.0.0",

View File

@@ -23,9 +23,9 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.3",
"@tanstack/react-router": "^1.31.3",
"@urql/core": "^5.0.0",
"@urql/core": "^5.0.2",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.0.0",
"@urql/exchange-graphcache": "^7.0.2",
"@urql/exchange-refocus": "^1.0.2",
"@urql/exchange-request-policy": "^1.1.0",
"@vector-im/compound-design-tokens": "1.2.0",