Bump @angular/router from 21.1.0 to 21.1.1 (#2429)

Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 21.1.0 to 21.1.1.
- [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.1/packages/router)

---
updated-dependencies:
- dependency-name: "@angular/router"
  dependency-version: 21.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-22 21:26:27 +00:00 committed by GitHub
parent dcfd73ae79
commit 18f7573836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -29,7 +29,7 @@
"@angular/forms": "21.1.0",
"@angular/platform-browser": "21.1.0",
"@angular/platform-browser-dynamic": "21.1.1",
"@angular/router": "21.1.0",
"@angular/router": "21.1.1",
"@babel/cli": "7.28.6",
"@babel/core": "7.28.6",
"@babel/preset-env": "7.28.6",
@ -1253,9 +1253,9 @@
}
},
"node_modules/@angular/router": {
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.0.tgz",
"integrity": "sha512-Sneu0ePuH+bf8ZslRX3iQk1iLziindLskdTeHV1ZCrXdT0ZScsZyI/gjxQKBtsIU9692D2DnFQRLGnzTBYVGVw==",
"version": "21.1.1",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.1.tgz",
"integrity": "sha512-3ypbtH3KfzuVgebdEET9+bRwn1VzP//KI0tIqleCGi4rblP3WQ/HwIGa5Qhdcxmw/kbmABKLRXX2kRUvidKs/Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1265,9 +1265,9 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/common": "21.1.0",
"@angular/core": "21.1.0",
"@angular/platform-browser": "21.1.0",
"@angular/common": "21.1.1",
"@angular/core": "21.1.1",
"@angular/platform-browser": "21.1.1",
"rxjs": "^6.5.3 || ^7.4.0"
}
},

View File

@ -77,7 +77,7 @@
"@angular/forms": "21.1.0",
"@angular/platform-browser": "21.1.0",
"@angular/platform-browser-dynamic": "21.1.1",
"@angular/router": "21.1.0",
"@angular/router": "21.1.1",
"@babel/cli": "7.28.6",
"@babel/core": "7.28.6",
"@babel/preset-env": "7.28.6",