From e64d4decbf222068938344caa6d6dd9787481afb Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 28 Apr 2023 04:37:39 +0000 Subject: [PATCH] Build(deps): bump @apollo/client from 3.7.12 to 3.7.13 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.12 to 3.7.13. - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.7.12...v3.7.13) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 164a1b4..174a09e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "codegen": "graphql-codegen" }, "dependencies": { - "@apollo/client": "^3.7.12", + "@apollo/client": "^3.7.13", "@auth0/auth0-spa-js": "^2.0.4", "@graphql-codegen/typescript": "^3.0.4", "@graphql-codegen/typescript-operations": "^3.0.4", diff --git a/yarn.lock b/yarn.lock index 1f3c454..d8afb6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,10 +10,10 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@apollo/client@^3.7.12": - version "3.7.12" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.12.tgz#9ddd355d0788374cdb900e5f40298b196176952b" - integrity sha512-XvH8ssDibx5hR92Tet8CHtUxhiIs+RbYjyxkflAcnF85QT3VacUdNAhjj0OcA2kcZ+5KyceJmilmBNjj6+rJFg== +"@apollo/client@^3.7.13": + version "3.7.13" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.13.tgz#2cd3508d8030f7cb0c3d357dc3f57b5cf8390c66" + integrity sha512-wi63WnO2mhb6uHGB/8x1qIOL4ZtZocrxdHS0VBQ9KwBDkwoP/TdVVgZ29J2WkiAPmJ0SK07ju4R2AjHor1gPxQ== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/context" "^0.7.0"