From 4b64130c650d14a383b79ceb5fca1f2e09653b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:46:18 +0000 Subject: [PATCH] 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] --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f1a62a2bb..d2ab25aab 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -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", diff --git a/frontend/package.json b/frontend/package.json index 383d1a9ed..b895ddcf8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",