From 1062c827c2bd887fc71ec7b6c76e05c893b62e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:04:29 +0000 Subject: [PATCH] Bump @urql/exchange-graphcache in /apps/client/assets Bumps [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache) from 7.2.1 to 7.2.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.2.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] --- apps/client/assets/package.json | 2 +- apps/client/assets/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/client/assets/package.json b/apps/client/assets/package.json index 351eaf76f..0406eba31 100644 --- a/apps/client/assets/package.json +++ b/apps/client/assets/package.json @@ -17,7 +17,7 @@ "@mui/icons-material": "^6.4.1", "@mui/material": "^6.4.1", "@urql/exchange-auth": "^2.1.6", - "@urql/exchange-graphcache": "^7.2.1", + "@urql/exchange-graphcache": "^7.2.2", "aphrodite": "^2.4.0", "chart.js": "^3.9.1", "graphql": "^16.10.0", diff --git a/apps/client/assets/yarn.lock b/apps/client/assets/yarn.lock index 9e9d5c8ce..6e4b2ebaf 100644 --- a/apps/client/assets/yarn.lock +++ b/apps/client/assets/yarn.lock @@ -1669,10 +1669,10 @@ dependencies: "@types/node" "*" -"@urql/core@>=4.1.0", "@urql/core@^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.0.0.tgz#690e664cf66f733077c558bf685adbdac2b25823" - integrity sha512-kFkZxusq/VBQKEUcQFtf7AilMotLO+oGpE4WFhCiminZm8ZU2aulXSDWla50TaD0pj704FnWlXts6lRm0uHdDg== +"@urql/core@>=4.1.0", "@urql/core@^5.0.0", "@urql/core@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.1.0.tgz#7f4b81f1aba1ca34ae6354763abeb87ff9af84ff" + integrity sha512-yC3sw8yqjbX45GbXxfiBY8GLYCiyW/hLBbQF9l3TJrv4ro00Y0ChkKaD9I2KntRxAVm9IYBqh0awX8fwWAe/Yw== dependencies: "@0no-co/graphql.web" "^1.0.5" wonka "^6.3.2" @@ -1685,13 +1685,13 @@ "@urql/core" ">=4.1.0" wonka "^6.3.2" -"@urql/exchange-graphcache@^7.2.1": - version "7.2.1" - resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-7.2.1.tgz#43bc01c8069933fa37cecd4e68bce7b24ccea816" - integrity sha512-ag7uFfIoowQOMDjkYLPMyBZIsEvh91ctVFkwJOqj6HAPcpXEl00JGKsSJceza2YLzsoAsYhrs1/SRq2DVuiUUA== +"@urql/exchange-graphcache@^7.2.2": + version "7.2.2" + resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-7.2.2.tgz#7b35540b9b36aa80481e3af810b5d051acebd8f0" + integrity sha512-hSLbPkLTYKYb9zTB+fSZhFxe+zMOaXuIcSsBiaa+bxT8d5Cxt1ed/oAJfUV9vY27SJ+b0UYq6NXWHBhYOjUWNg== dependencies: "@0no-co/graphql.web" "^1.0.5" - "@urql/core" "^5.0.0" + "@urql/core" "^5.1.0" wonka "^6.3.2" "@whatwg-node/fetch@^0.9.0", "@whatwg-node/fetch@^0.9.20":