From 72c2c8cbea9bca0a1d99481861ba52e531f9c25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 05:19:44 +0000 Subject: [PATCH] chore(deps): bump @apollo/client from 3.3.9 to 3.3.11 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.3.9 to 3.3.11. - [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.3.9...v3.3.11) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45d7313ec..c1411a38f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@apollo/client": { - "version": "3.3.9", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.3.9.tgz", - "integrity": "sha512-4koVaCKcztuNZCiKP/nyghCVon1Y0+EoIpBytTDTvn7L+QkEQpgKZiWcRGnuJjdvL8QlKiiV7zhdJOiDhIoiUw==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.3.11.tgz", + "integrity": "sha512-54+D5FB6RJlQ+g37f432gaexnyvDsG5X6L9VO5kqN54HJlbF8hCf/8CXtAQEHCWodAwZhy6kOLp2RM96829q3A==", "requires": { "@graphql-typed-document-node/core": "^3.0.0", "@types/zen-observable": "^0.8.0", diff --git a/package.json b/package.json index 5f2a26d8e..35d7afa77 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ecosystem.config.js" ], "dependencies": { - "@apollo/client": "^3.3.9", + "@apollo/client": "^3.3.11", "@graphql-tools/load-files": "^6.2.5", "@graphql-tools/merge": "^6.2.7", "@gridplus/docker-events": "OmgImAlexis/docker-events#master",