From 9e66d6c7da11dce248bd7d4072f7f2aeb22c1666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:44:22 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/router from 21.1.3 to 21.1.4 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 21.1.3 to 21.1.4. - [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.4/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-version: 21.1.4 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 b2a44f686..4a8e4ec70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@angular/forms": "21.1.3", "@angular/platform-browser": "21.1.3", "@angular/platform-browser-dynamic": "21.1.3", - "@angular/router": "21.1.3", + "@angular/router": "21.1.4", "@babel/cli": "7.28.6", "@babel/core": "7.29.0", "@babel/preset-env": "7.29.0", @@ -1175,9 +1175,9 @@ } }, "node_modules/@angular/router": { - "version": "21.1.3", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.3.tgz", - "integrity": "sha512-uAw4LAMHXAPCe4SywhlUEWjMYVbbLHwTxLyduSp1b+9aVwep0juy5O/Xttlxd/oigVe0NMnOyJG9y1Br/ubnrg==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.4.tgz", + "integrity": "sha512-nPYuRJ8ub/X8GK55U2KqYy/ducVRn6HSoDmZz0yiXtI6haFsZlv9R1j5zi0EDIqrrN0HGARMs6jNDXZC1Ded3w==", "dev": true, "license": "MIT", "dependencies": { @@ -1187,9 +1187,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "21.1.3", - "@angular/core": "21.1.3", - "@angular/platform-browser": "21.1.3", + "@angular/common": "21.1.4", + "@angular/core": "21.1.4", + "@angular/platform-browser": "21.1.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 27c76653c..74e68e5e8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@angular/forms": "21.1.3", "@angular/platform-browser": "21.1.3", "@angular/platform-browser-dynamic": "21.1.3", - "@angular/router": "21.1.3", + "@angular/router": "21.1.4", "@babel/cli": "7.28.6", "@babel/core": "7.29.0", "@babel/preset-env": "7.29.0",