From 622cf8bdeefcd34d44958b1c7a6444087eae5e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 04:25:30 -0500 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53a3535a18..2cee138110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index f777f3b2fe..bdb8cfc679 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,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",