From 2d436caa2b43aa24778e84922b1aaaa8d765331b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:03:50 +0000 Subject: [PATCH] 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.2 to 7.1.3 - [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.3/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] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 735ba1b1c..728b536e6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/react-router": "^1.57.15", "@urql/core": "^5.0.6", "@urql/devtools": "^2.0.3", - "@urql/exchange-graphcache": "^7.1.2", + "@urql/exchange-graphcache": "^7.1.3", "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", "@vector-im/compound-design-tokens": "1.8.0", @@ -9288,9 +9288,9 @@ } }, "node_modules/@urql/exchange-graphcache": { - "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==", + "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==", "dependencies": { "@0no-co/graphql.web": "^1.0.5", "@urql/core": "^5.0.0", diff --git a/frontend/package.json b/frontend/package.json index e18f5d1e3..7bdd67a16 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@tanstack/react-router": "^1.57.15", "@urql/core": "^5.0.6", "@urql/devtools": "^2.0.3", - "@urql/exchange-graphcache": "^7.1.2", + "@urql/exchange-graphcache": "^7.1.3", "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", "@vector-im/compound-design-tokens": "1.8.0",