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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-16 05:19:44 +00:00
committed by Alexis Tyler
parent c777fa88dd
commit 72c2c8cbea
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",