From dd351fb4d5ede4ebd2cf5a83c6e43c841b4de95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 13:20:06 +0100 Subject: [PATCH] Bump @apollo/client from 3.4.5 to 3.4.16 (#7291) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.4.5 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.5...v3.4.16) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 660813e55a..d89ab9e9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1203,9 +1203,9 @@ } }, "@apollo/client": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.4.5.tgz", - "integrity": "sha512-arvzqyh+SmcJ9jGmdP1QhboTCq6YoowidqbDTigJ8LqA4jywOvgy3GMSPKUtyyxter12rQ+42cXjGI9+ZMVuyA==", + "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", @@ -1218,7 +1218,7 @@ "symbol-observable": "^4.0.0", "ts-invariant": "^0.9.0", "tslib": "^2.3.0", - "zen-observable-ts": "^1.1.0" + "zen-observable-ts": "~1.1.0" }, "dependencies": { "symbol-observable": { @@ -44354,9 +44354,9 @@ "dev": true }, "ts-invariant": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.9.1.tgz", - "integrity": "sha512-hSeYibh29ULlHkuEfukcoiyTct+s2RzczMLTv4x3NWC/YrBy7x7ps5eYq/b4Y3Sb9/uAlf54+/5CAEMVxPhuQw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.9.3.tgz", + "integrity": "sha512-HinBlTbFslQI0OHP07JLsSXPibSegec6r9ai5xxq/qHYCsIQbzpymLpDhAUsnXcSrDEcd0L62L8vsOEdzM0qlA==", "requires": { "tslib": "^2.1.0" } diff --git a/package.json b/package.json index 83b23b0e39..a1ec319ad5 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@angular/platform-browser": "^10.0.4", "@angular/platform-browser-dynamic": "^10.0.4", "@angular/router": "^10.0.4", - "@apollo/client": "^3.4.5", + "@apollo/client": "^3.4.16", "@mat-datetimepicker/core": "^5.1.1", "@mat-datetimepicker/moment": "^5.1.1", "@ngx-translate/core": "^13.0.0",