From b114c51348df5b5aa462b37b51569f4b3f5e9b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 10:44:40 +0100 Subject: [PATCH] Bump @apollo/client from 3.5.5 to 3.5.6 (#7415) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.5.5 to 3.5.6. - [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.5.5...v3.5.6) --- 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 7fe955881a..23e5ce2f49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1203,9 +1203,9 @@ } }, "@apollo/client": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.5.5.tgz", - "integrity": "sha512-EiQstc8VjeqosS2h21bwY9fhL3MCRRmACtRrRh2KYpp9vkDyx5pUfMnN3swgiBVYw1twdXg9jHmyZa1gZlvlog==", + "version": "3.5.6", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.5.6.tgz", + "integrity": "sha512-XHoouuEJ4L37mtfftcHHO1caCRrKKAofAwqRoq28UQIPMJk+e7n3X9OtRRNXKk/9tmhNkwelSary+EilfPwI7A==", "requires": { "@graphql-typed-document-node/core": "^3.0.0", "@wry/context": "^0.6.0", @@ -1216,7 +1216,7 @@ "optimism": "^0.16.1", "prop-types": "^15.7.2", "symbol-observable": "^4.0.0", - "ts-invariant": "^0.9.0", + "ts-invariant": "^0.9.4", "tslib": "^2.3.0", "zen-observable-ts": "^1.2.0" }, @@ -46583,9 +46583,9 @@ "dev": true }, "ts-invariant": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.9.3.tgz", - "integrity": "sha512-HinBlTbFslQI0OHP07JLsSXPibSegec6r9ai5xxq/qHYCsIQbzpymLpDhAUsnXcSrDEcd0L62L8vsOEdzM0qlA==", + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.9.4.tgz", + "integrity": "sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ==", "requires": { "tslib": "^2.1.0" } diff --git a/package.json b/package.json index e72d8e8b4f..0e2e951043 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@angular/platform-browser": "^10.0.4", "@angular/platform-browser-dynamic": "^10.0.4", "@angular/router": "^10.0.4", - "@apollo/client": "^3.5.5", + "@apollo/client": "^3.5.6", "@mat-datetimepicker/core": "^5.1.1", "@mat-datetimepicker/moment": "^5.1.1", "@ngx-translate/core": "^13.0.0",