From e9c1f2ccd955bd46bb711500c1e6b49629d8f54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:02:53 +0000 Subject: [PATCH] chore:(deps): bump @apollo/client from 3.4.15 to 3.4.16 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.4.15 to 3.4.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/compare/v3.4.15...v3.4.16) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc439acab..c1164c884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^12.2.1", "@angular/platform-browser-dynamic": "^12.2.1", "@angular/router": "^12.2.1", - "@apollo/client": "^3.4.15", + "@apollo/client": "^3.4.16", "@fullstory/browser": "^1.4.9", "@hypertrace/hyperdash": "^1.2.1", "@hypertrace/hyperdash-angular": "^2.6.0", @@ -973,9 +973,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.4.15.tgz", - "integrity": "sha512-CnlT9i7TgHagkKQNvti81A9KcbIMqgpUPGJJL6bg5spTsB2R/5J6E7qiPcMvXuuXwR2xe4FmE4Ey4HizStb8Hg==", + "version": "3.4.16", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.4.16.tgz", + "integrity": "sha512-iF4zEYwvebkri0BZQyv8zfavPfVEafsK0wkOofa6eC2yZu50J18uTutKtC174rjHZ2eyxZ8tV7NvAPKRT+OtZw==", "dependencies": { "@graphql-typed-document-node/core": "^3.0.0", "@wry/context": "^0.6.0", @@ -30881,9 +30881,9 @@ } }, "@apollo/client": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.4.15.tgz", - "integrity": "sha512-CnlT9i7TgHagkKQNvti81A9KcbIMqgpUPGJJL6bg5spTsB2R/5J6E7qiPcMvXuuXwR2xe4FmE4Ey4HizStb8Hg==", + "version": "3.4.16", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.4.16.tgz", + "integrity": "sha512-iF4zEYwvebkri0BZQyv8zfavPfVEafsK0wkOofa6eC2yZu50J18uTutKtC174rjHZ2eyxZ8tV7NvAPKRT+OtZw==", "requires": { "@graphql-typed-document-node/core": "^3.0.0", "@wry/context": "^0.6.0", diff --git a/package.json b/package.json index 1b4323ca8..7a68fd8a9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@angular/platform-browser": "^12.2.1", "@angular/platform-browser-dynamic": "^12.2.1", "@angular/router": "^12.2.1", - "@apollo/client": "^3.4.15", + "@apollo/client": "^3.4.16", "@fullstory/browser": "^1.4.9", "@hypertrace/hyperdash": "^1.2.1", "@hypertrace/hyperdash-angular": "^2.6.0",