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] <support@github.com>

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

14
package-lock.json generated
View File

@ -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"
}

View File

@ -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",