From 43bafb37ca0032884c544632e0b4af18ded9c4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:17:38 +0000 Subject: [PATCH] Bump @angular/router from 17.2.2 to 17.2.4 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 17.2.2 to 17.2.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/17.2.4/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-type: direct:production 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 a373944..ed0a01c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/platform-browser": "^17.2.0", "@angular/platform-browser-dynamic": "^17.2.0", "@angular/platform-server": "^17.2.0", - "@angular/router": "^17.2.0", + "@angular/router": "^17.2.4", "@angular/ssr": "^17.2.1", "bootstrap-icons": "^1.11.3", "express": "^4.18.2", @@ -533,9 +533,9 @@ } }, "node_modules/@angular/router": { - "version": "17.2.2", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.2.2.tgz", - "integrity": "sha512-3mT2+qBF8urFeY6eZVZX5bmAdK9ojJRZi7yB9ocpieE1Jdd/1NYCfIsQxJk032syEGc2NJftijTzuNiflLzlTA==", + "version": "17.2.4", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.2.4.tgz", + "integrity": "sha512-HnEq6OtyXVJx24Vps0N2GsdvynQ8Mv6twjGmhBlo3x/19ay0WEHdHdsayOSKFvxXg9LCLPnSDYlmpk074IsgqA==", "dependencies": { "tslib": "^2.3.0" }, @@ -543,9 +543,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/common": "17.2.2", - "@angular/core": "17.2.2", - "@angular/platform-browser": "17.2.2", + "@angular/common": "17.2.4", + "@angular/core": "17.2.4", + "@angular/platform-browser": "17.2.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index fcdced0..0125027 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^17.2.0", "@angular/platform-browser-dynamic": "^17.2.0", "@angular/platform-server": "^17.2.0", - "@angular/router": "^17.2.0", + "@angular/router": "^17.2.4", "@angular/ssr": "^17.2.1", "bootstrap-icons": "^1.11.3", "express": "^4.18.2",