Bump @angular/router from 21.0.6 to 21.0.8 (#2382)

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

---
updated-dependencies:
- dependency-name: "@angular/router"
  dependency-version: 21.0.8
  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-08 21:33:38 +00:00 committed by GitHub
parent 986db66e76
commit 77a61e6748
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.0.7",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser-dynamic": "21.0.7",
"@angular/router": "21.0.6",
"@angular/router": "21.0.8",
"@babel/cli": "7.28.3",
"@babel/core": "7.28.5",
"@babel/preset-env": "7.28.5",
@ -1582,9 +1582,9 @@
}
},
"node_modules/@angular/router": {
"version": "21.0.6",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-21.0.6.tgz",
"integrity": "sha512-HOfomKq7jRSgxt/uUvpdbB8RNaYuGB/FJQ3BfQCFfGw1O9L3B72b7Hilk6AcjCruul6cfv/kmT4EB6Vqi3dQtA==",
"version": "21.0.8",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-21.0.8.tgz",
"integrity": "sha512-LPR65wyWBSyR46fGeQtD92+TM635o0lh+N5k9qPZdMacogwViTrtBHWPfKYBtBUXLWEWXXKJfSbXvhh3w3uLxw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1594,9 +1594,9 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/common": "21.0.6",
"@angular/core": "21.0.6",
"@angular/platform-browser": "21.0.6",
"@angular/common": "21.0.8",
"@angular/core": "21.0.8",
"@angular/platform-browser": "21.0.8",
"rxjs": "^6.5.3 || ^7.4.0"
}
},

View File

@ -77,7 +77,7 @@
"@angular/forms": "21.0.7",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser-dynamic": "21.0.7",
"@angular/router": "21.0.6",
"@angular/router": "21.0.8",
"@babel/cli": "7.28.3",
"@babel/core": "7.28.5",
"@babel/preset-env": "7.28.5",