From fee3462c61fadaeadbd3e93a1adad8d5ac8a90cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:08:42 +0000 Subject: [PATCH] chore(deps): bump @angular/router from 17.0.4 to 17.3.8 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 17.0.4 to 17.3.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/17.3.8/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2f7abf..cf855ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/localize": "^17.0.4", "@angular/platform-browser": "^17.0.4", "@angular/platform-browser-dynamic": "^17.0.4", - "@angular/router": "^17.0.4", + "@angular/router": "^17.3.8", "@ng-bootstrap/ng-bootstrap": "^16.0.0", "@ngneat/lib": "^3.0.0", "bootstrap": "^5.3.2", @@ -32,7 +32,7 @@ "@commitlint/cli": "15.0.0", "@commitlint/config-angular": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", - "@ngneat/spectator": "latest", + "@ngneat/spectator": "*", "@types/jasmine": "~5.1.4", "@types/jasminewd2": "~2.0.3", "@types/node": "^16.11.11", @@ -731,9 +731,9 @@ } }, "node_modules/@angular/router": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.0.4.tgz", - "integrity": "sha512-hQ+T+h6YE9NqyOmjqAIHe/k8xtW+yh0Mp8FCcl8REBezNyLXmOdsScCIOOc7GeFtbjRnQyJrBo4QxZ81acHP7Q==", + "version": "17.3.8", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.3.8.tgz", + "integrity": "sha512-2JKTW1u1H+iNDfAmIjEiMJjQHfzb97TBk23/euIR0JuyGHjyywkrQ97HHiOEAJyy/Zpr0Vbem3HRqDqSfjTWvg==", "dependencies": { "tslib": "^2.3.0" }, @@ -741,9 +741,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/common": "17.0.4", - "@angular/core": "17.0.4", - "@angular/platform-browser": "17.0.4", + "@angular/common": "17.3.8", + "@angular/core": "17.3.8", + "@angular/platform-browser": "17.3.8", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index e7abaf0..8ade0ec 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@angular/localize": "^17.0.4", "@angular/platform-browser": "^17.0.4", "@angular/platform-browser-dynamic": "^17.0.4", - "@angular/router": "^17.0.4", + "@angular/router": "^17.3.8", "@ng-bootstrap/ng-bootstrap": "^16.0.0", "@ngneat/lib": "^3.0.0", "bootstrap": "^5.3.2",