From 7097953d9f537ba1703110b5f2e1215a5fd43842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 07:53:19 +0000 Subject: [PATCH] build(deps): bump apollo-angular from 4.2.1 to 5.0.2 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] --- 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 3493999681b..429b087114d 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", @@ -25051,16 +25051,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 d64195e7afa..e7e20d566dd 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",