Bump @angular/router from 15.2.6 to 15.2.7 in /src-ui

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-16 15:21:21 +00:00 committed by GitHub
parent 566f50ec66
commit 74b6b8cb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
"@angular/localize": "~15.2.6",
"@angular/platform-browser": "~15.2.6",
"@angular/platform-browser-dynamic": "~15.2.6",
"@angular/router": "~15.2.6",
"@angular/router": "~15.2.7",
"@ng-bootstrap/ng-bootstrap": "^14.1.0",
"@ng-select/ng-select": "^10.0.4",
"@ngneat/dirty-check-forms": "^3.0.3",
@ -963,9 +963,9 @@
}
},
"node_modules/@angular/router": {
"version": "15.2.6",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-15.2.6.tgz",
"integrity": "sha512-yB9uc9Xi9N0dErsugleywBA1KYG+GQ9WWSlri34oe2VsCqZazImn71n4wKPtrm2Xiy/mI23wJcr+jiCAtzp49Q==",
"version": "15.2.7",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-15.2.7.tgz",
"integrity": "sha512-Wkk+oJSUrVafJjmv9uE1SoY4wDE9bjX7ald+UXePz+QyM/PFoLkm/CzLYjFBkJnsOkOVxw1VmvacoUjWN6BCTQ==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -973,9 +973,9 @@
"node": "^14.20.0 || ^16.13.0 || >=18.10.0"
},
"peerDependencies": {
"@angular/common": "15.2.6",
"@angular/core": "15.2.6",
"@angular/platform-browser": "15.2.6",
"@angular/common": "15.2.7",
"@angular/core": "15.2.7",
"@angular/platform-browser": "15.2.7",
"rxjs": "^6.5.3 || ^7.4.0"
}
},

View File

@ -20,7 +20,7 @@
"@angular/localize": "~15.2.6",
"@angular/platform-browser": "~15.2.6",
"@angular/platform-browser-dynamic": "~15.2.6",
"@angular/router": "~15.2.6",
"@angular/router": "~15.2.7",
"@ng-bootstrap/ng-bootstrap": "^14.1.0",
"@ng-select/ng-select": "^10.0.4",
"@ngneat/dirty-check-forms": "^3.0.3",