From 15cc4a4d77bfdc3bef00829dbda00221ae1ef491 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:24:53 +0000 Subject: [PATCH] chore(deps): bump @apollo/client from 3.3.13 to 3.3.16 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.3.13 to 3.3.16. - [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/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41d8537..e188edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,10 +5,10 @@ "requires": true, "packages": { "": { - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "dependencies": { - "@apollo/client": "^3.3.11", + "@apollo/client": "^3.3.16", "miniapp-color-thief": "^1.0.5", "promise.prototype.finally": "^3.1.2", "react": "^16.14.0", @@ -29,9 +29,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.3.13", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.3.13.tgz", - "integrity": "sha512-usiVmXiOq0J/GpyIOIhlF8ItHpiPJObC7zoxLYPoOYj3G3OB0hCIcUKs3aTJ3ATW7u8QxvYgRaJg72NN7E1WOg==", + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.3.16.tgz", + "integrity": "sha512-EPTiNpmiU6/vvxpl4lXWQDqS3YddweC1sh/ewCuVP9IK0+xlVGb5vR1yhM/7T3PIJqwz52dGpZyJskmbTfENfQ==", "dependencies": { "@graphql-typed-document-node/core": "^3.0.0", "@types/zen-observable": "^0.8.0", @@ -15681,9 +15681,9 @@ }, "dependencies": { "@apollo/client": { - "version": "3.3.13", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.3.13.tgz", - "integrity": "sha512-usiVmXiOq0J/GpyIOIhlF8ItHpiPJObC7zoxLYPoOYj3G3OB0hCIcUKs3aTJ3ATW7u8QxvYgRaJg72NN7E1WOg==", + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.3.16.tgz", + "integrity": "sha512-EPTiNpmiU6/vvxpl4lXWQDqS3YddweC1sh/ewCuVP9IK0+xlVGb5vR1yhM/7T3PIJqwz52dGpZyJskmbTfENfQ==", "requires": { "@graphql-typed-document-node/core": "^3.0.0", "@types/zen-observable": "^0.8.0", diff --git a/package.json b/package.json index a908dd3..2460924 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "release": "standard-version" }, "dependencies": { - "@apollo/client": "^3.3.11", + "@apollo/client": "^3.3.16", "miniapp-color-thief": "^1.0.5", "promise.prototype.finally": "^3.1.2", "react": "^16.14.0",