From 10947327ef08698c5c2741421d9ce7eca0d1274e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 21:24:42 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/router from 21.2.10 to 21.2.11 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 21.2.10 to 21.2.11. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-version: 21.2.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09fbc10f7..394f6316d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@angular/forms": "21.2.10", "@angular/platform-browser": "21.2.10", "@angular/platform-browser-dynamic": "21.2.10", - "@angular/router": "21.2.10", + "@angular/router": "21.2.11", "@babel/cli": "7.28.6", "@babel/core": "7.29.0", "@babel/preset-env": "7.29.2", @@ -896,9 +896,9 @@ } }, "node_modules/@angular/router": { - "version": "21.2.10", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.2.10.tgz", - "integrity": "sha512-4cHHwewIhFEAAaRgJ80371EOtNlydFHbjj/UENLZitjU0azal0mfFCBdkaEdVehd7+mH5xO7MRjy6eFTcTYR5Q==", + "version": "21.2.11", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.2.11.tgz", + "integrity": "sha512-IB7/KuRDsxAjCOxYNccq2LdCTKuu59cx5MmOhrt+TarvkNE/xdlFkP7vtrCl44DJt0q7/tveWvsn5oqTw7rN7A==", "dev": true, "license": "MIT", "dependencies": { @@ -908,9 +908,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "21.2.10", - "@angular/core": "21.2.10", - "@angular/platform-browser": "21.2.10", + "@angular/common": "21.2.11", + "@angular/core": "21.2.11", + "@angular/platform-browser": "21.2.11", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 2389cffd3..34d9b5d92 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@angular/forms": "21.2.10", "@angular/platform-browser": "21.2.10", "@angular/platform-browser-dynamic": "21.2.10", - "@angular/router": "21.2.10", + "@angular/router": "21.2.11", "@babel/cli": "7.28.6", "@babel/core": "7.29.0", "@babel/preset-env": "7.29.2",