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":