From 2e02a86ede2ddc632d6f2240b3439cc5c7be8b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 21:23:14 +0000 Subject: [PATCH] Bump @angular/router from 21.1.1 to 21.1.2 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 21.1.1 to 21.1.2. - [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.1.2/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-version: 21.1.2 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 403580d36..c1bda4244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@angular/forms": "21.1.2", "@angular/platform-browser": "21.1.2", "@angular/platform-browser-dynamic": "21.1.2", - "@angular/router": "21.1.1", + "@angular/router": "21.1.2", "@babel/cli": "7.28.6", "@babel/core": "7.28.6", "@babel/preset-env": "7.28.6", @@ -1194,9 +1194,9 @@ } }, "node_modules/@angular/router": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.1.tgz", - "integrity": "sha512-3ypbtH3KfzuVgebdEET9+bRwn1VzP//KI0tIqleCGi4rblP3WQ/HwIGa5Qhdcxmw/kbmABKLRXX2kRUvidKs/Q==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.2.tgz", + "integrity": "sha512-APl4tkTJIrpejlULLrGtIdLuJkNctPy0pnVijrJLR52nEV0xX165ulXk3XrL9QnMk0iy950aTYtoTal4aMw16Q==", "dev": true, "license": "MIT", "dependencies": { @@ -1206,9 +1206,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "21.1.1", - "@angular/core": "21.1.1", - "@angular/platform-browser": "21.1.1", + "@angular/common": "21.1.2", + "@angular/core": "21.1.2", + "@angular/platform-browser": "21.1.2", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index ff9a780d6..ae7a41c7b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@angular/forms": "21.1.2", "@angular/platform-browser": "21.1.2", "@angular/platform-browser-dynamic": "21.1.2", - "@angular/router": "21.1.1", + "@angular/router": "21.1.2", "@babel/cli": "7.28.6", "@babel/core": "7.28.6", "@babel/preset-env": "7.28.6",