From 7c12a59173399f79dcb5631aba1058d9070638ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 07:06:15 +0000 Subject: [PATCH] build(deps): bump apollo-angular from 10.0.3 to 11.0.0 Bumps [apollo-angular](https://github.com/kamilkisiela/apollo-angular/tree/HEAD/packages/apollo-angular) from 10.0.3 to 11.0.0. - [Release notes](https://github.com/kamilkisiela/apollo-angular/releases) - [Changelog](https://github.com/the-guild-org/apollo-angular/blob/master/packages/apollo-angular/CHANGELOG.md) - [Commits](https://github.com/kamilkisiela/apollo-angular/commits/apollo-angular@11.0.0/packages/apollo-angular) --- updated-dependencies: - dependency-name: apollo-angular dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e40d7349c0..bf43940540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/webpack": "20.8.0", "angular-oauth2-oidc": "17.0.2", "angular-oauth2-oidc-jwks": "^17.0.2", - "apollo-angular": "10.0.3", + "apollo-angular": "11.0.0", "chart.js": "4.4.4", "cropperjs": "1.6.2", "date-fns": "^2.30.0", @@ -17810,9 +17810,9 @@ } }, "node_modules/apollo-angular": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/apollo-angular/-/apollo-angular-10.0.3.tgz", - "integrity": "sha512-gBNxKVraflbEG5tcFHEklCYjmer6vlOQ8sOw3EfD8SvIlYqTQ0DqES7oOau9lnHDgINnCtFYDZ3/c2SjLsXxVg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/apollo-angular/-/apollo-angular-11.0.0.tgz", + "integrity": "sha512-8esMQ7Y/avjodz5G0vMlPy58KHrMetzx/I6Xp1Zn1AnYhBbbv7cEc25fZrdMWKwi0c061Fux3HWfu8iCk1OpDg==", "license": "MIT", "dependencies": { "tslib": "^2.6.2" @@ -17821,9 +17821,9 @@ "node": ">=16" }, "peerDependencies": { - "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0", + "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0", "@apollo/client": "^3.13.1", - "graphql": "^15.0.0 || ^16.0.0", + "graphql": "^16.0.0", "rxjs": "^6.0.0 || ^7.0.0" } }, diff --git a/package.json b/package.json index eed1a9d1f8..43f6a476bf 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@nx/webpack": "20.8.0", "angular-oauth2-oidc": "17.0.2", "angular-oauth2-oidc-jwks": "^17.0.2", - "apollo-angular": "10.0.3", + "apollo-angular": "11.0.0", "chart.js": "4.4.4", "cropperjs": "1.6.2", "date-fns": "^2.30.0",