diff --git a/package.json b/package.json index 9db1344..99cfa95 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "codegen": "graphql-codegen" }, "dependencies": { - "@apollo/client": "^3.7.13", + "@apollo/client": "^3.7.14", "@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 06199ed..828683c 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.13": - version "3.7.13" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.13.tgz#2cd3508d8030f7cb0c3d357dc3f57b5cf8390c66" - integrity sha512-wi63WnO2mhb6uHGB/8x1qIOL4ZtZocrxdHS0VBQ9KwBDkwoP/TdVVgZ29J2WkiAPmJ0SK07ju4R2AjHor1gPxQ== +"@apollo/client@^3.7.14": + version "3.7.14" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.14.tgz#40ef90390e6690e94917457cd82bdeb29e8b6af9" + integrity sha512-BRvdkwq5PAXBkjXjboO12uksDm3nrZEqDi4xF97Fk3Mnaa0zDOEfJa7hoKTY9b9KA1EkeWv9BL3i7hSd4SfGBg== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/context" "^0.7.0"