From 3e99234da7aeced615350250b07aca42875aafe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 20:34:20 +0000 Subject: [PATCH] fix(deps): bump @urql/exchange-graphcache from 4.3.5 to 4.3.6 Bumps [@urql/exchange-graphcache](https://github.com/FormidableLabs/urql/tree/HEAD/exchanges/graphcache) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/FormidableLabs/urql/releases) - [Changelog](https://github.com/FormidableLabs/urql/blob/main/exchanges/graphcache/CHANGELOG.md) - [Commits](https://github.com/FormidableLabs/urql/commits/@urql/exchange-graphcache@4.3.6/exchanges/graphcache) --- updated-dependencies: - dependency-name: "@urql/exchange-graphcache" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/frontend/package-lock.json | 8 ++++---- packages/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/frontend/package-lock.json b/packages/frontend/package-lock.json index 16314a66b9..ee17e74f64 100644 --- a/packages/frontend/package-lock.json +++ b/packages/frontend/package-lock.json @@ -4665,11 +4665,11 @@ } }, "@urql/exchange-graphcache": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.5.tgz", - "integrity": "sha1-J3J80cW6XSPJiqQ+6obGCega/Co=", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/@urql/exchange-graphcache/-/exchange-graphcache-4.3.6.tgz", + "integrity": "sha512-RDEi1954lcnwBK2dwQGaxOInuebZrRliz2v7aAuQasj49N9bWYrlSkBfELG14EzOL7NI23IUaeLeaDN7MouDJg==", "requires": { - "@urql/core": ">=2.3.3", + "@urql/core": ">=2.3.6", "wonka": "^4.0.14" } }, diff --git a/packages/frontend/package.json b/packages/frontend/package.json index b548b5632a..1f47e92dfc 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -14,7 +14,7 @@ "@okta/okta-react": "3.0.8", "@reduxjs/toolkit": "1.6.2", "@urql/core": "2.3.6", - "@urql/exchange-graphcache": "4.3.5", + "@urql/exchange-graphcache": "4.3.6", "@urql/exchange-multipart-fetch": "0.1.13", "@urql/exchange-retry": "0.3.0", "ace-builds": "1.4.13",