build(deps): bump apollo-angular from 4.2.1 to 5.0.2 (#9041)

Bumps [apollo-angular](https://github.com/kamilkisiela/apollo-angular/tree/HEAD/packages/apollo-angular) from 4.2.1 to 5.0.2.
- [Release notes](https://github.com/kamilkisiela/apollo-angular/releases)
- [Changelog](https://github.com/kamilkisiela/apollo-angular/blob/master/packages/apollo-angular/CHANGELOG.md)
- [Commits](https://github.com/kamilkisiela/apollo-angular/commits/apollo-angular@5.0.2/packages/apollo-angular)

---
updated-dependencies:
- dependency-name: apollo-angular
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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]
2023-11-09 04:25:30 -05:00
committed by GitHub
parent f0a11fdab0
commit 622cf8bdee
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -33,7 +33,7 @@
"@storybook/core-server": "^6.5.16",
"angular-oauth2-oidc": "^13.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1",
"apollo-angular": "^4.2.1",
"apollo-angular": "^5.0.2",
"chart.js": "^4.3.0",
"cropperjs": "1.5.13",
"date-fns": "^2.30.0",
@@ -22798,16 +22798,17 @@
}
},
"node_modules/apollo-angular": {
"version": "4.2.1",
"license": "MIT",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/apollo-angular/-/apollo-angular-5.0.2.tgz",
"integrity": "sha512-U+ApPHhmdDirO95kovNJKt0Zd8kthOWALWY1t22zCI4LrT7tLZDDs0LJAzFXcvILN3FDkXWOE9R6Sa29jNOCIQ==",
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"peerDependencies": {
"@angular/core": "^14.0.0 || ^15.0.0",
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0",
"@apollo/client": "^3.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"rxjs": "^6.0.0 || ^7.0.0"