Bump @apollo/client from 3.4.17 to 3.5.5 (#7393)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.4.17 to 3.5.5.
- [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/v3.5.5)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-29 10:25:31 +00:00 committed by GitHub
parent 9f31fb8dfa
commit 2cd456f607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 14 deletions

20
package-lock.json generated
View File

@ -1203,9 +1203,9 @@
} }
}, },
"@apollo/client": { "@apollo/client": {
"version": "3.4.17", "version": "3.5.5",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.4.17.tgz", "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.5.5.tgz",
"integrity": "sha512-MDt2rwMX1GqodiVEKJqmDmAz8xr0qJmq5PdWeIt0yDaT4GOkKYWZiWkyfhfv3raTk8PyJvbsNG9q2CqmUrlGfg==", "integrity": "sha512-EiQstc8VjeqosS2h21bwY9fhL3MCRRmACtRrRh2KYpp9vkDyx5pUfMnN3swgiBVYw1twdXg9jHmyZa1gZlvlog==",
"requires": { "requires": {
"@graphql-typed-document-node/core": "^3.0.0", "@graphql-typed-document-node/core": "^3.0.0",
"@wry/context": "^0.6.0", "@wry/context": "^0.6.0",
@ -1218,7 +1218,7 @@
"symbol-observable": "^4.0.0", "symbol-observable": "^4.0.0",
"ts-invariant": "^0.9.0", "ts-invariant": "^0.9.0",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"zen-observable-ts": "~1.1.0" "zen-observable-ts": "^1.2.0"
}, },
"dependencies": { "dependencies": {
"symbol-observable": { "symbol-observable": {
@ -20192,11 +20192,6 @@
"integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==", "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==",
"dev": true "dev": true
}, },
"@types/zen-observable": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@types/zen-observable/-/zen-observable-0.8.3.tgz",
"integrity": "sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw=="
},
"@webassemblyjs/ast": { "@webassemblyjs/ast": {
"version": "1.9.0", "version": "1.9.0",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
@ -47459,11 +47454,10 @@
"integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ=="
}, },
"zen-observable-ts": { "zen-observable-ts": {
"version": "1.1.0", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.1.0.tgz", "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.3.tgz",
"integrity": "sha512-1h4zlLSqI2cRLPJUHJFL8bCWHhkpuXkF+dbGkRaWjgDIG26DmzyshUMrdV/rL3UnR+mhaX4fRq8LPouq0MYYIA==", "integrity": "sha512-hc/TGiPkAWpByykMwDcem3SdUgA4We+0Qb36bItSuJC9xD0XVBZoFHYoadAomDSNf64CG8Ydj0Qb8Od8BUWz5g==",
"requires": { "requires": {
"@types/zen-observable": "0.8.3",
"zen-observable": "0.8.15" "zen-observable": "0.8.15"
} }
}, },

View File

@ -87,7 +87,7 @@
"@angular/platform-browser": "^10.0.4", "@angular/platform-browser": "^10.0.4",
"@angular/platform-browser-dynamic": "^10.0.4", "@angular/platform-browser-dynamic": "^10.0.4",
"@angular/router": "^10.0.4", "@angular/router": "^10.0.4",
"@apollo/client": "^3.4.17", "@apollo/client": "^3.5.5",
"@mat-datetimepicker/core": "^5.1.1", "@mat-datetimepicker/core": "^5.1.1",
"@mat-datetimepicker/moment": "^5.1.1", "@mat-datetimepicker/moment": "^5.1.1",
"@ngx-translate/core": "^13.0.0", "@ngx-translate/core": "^13.0.0",