From 6930bdbdf883719d9b98d685ada0e131da3f1bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 08:43:30 +0000 Subject: [PATCH] Bump @angular/router from 19.1.4 to 19.2.10 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 19.1.4 to 19.2.10. - [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/19.2.10/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-version: 19.2.10 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4716a057..65d9d53a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@angular/platform-browser": "19.1.4", "@angular/platform-browser-dynamic": "19.1.4", "@angular/platform-server": "19.1.4", - "@angular/router": "19.1.4", + "@angular/router": "19.2.10", "@angular/ssr": "19.2.7", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5", @@ -1589,9 +1589,9 @@ } }, "node_modules/@angular/router": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.1.4.tgz", - "integrity": "sha512-0gEhGGqcCS7adKuv/XeQjRbhEqRXPhIH4ygjwfonV+uvmK+C1sf+bnAt4o01hxwf12w4FcnNPkgBKt+rJJ+LpA==", + "version": "19.2.10", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.2.10.tgz", + "integrity": "sha512-bmt3ws3L4pYTlI8FW5L1ShyOeUQobXA7wy6TbcIToEonZk+i8uj3xlTD9Ymnjkb9wbNXrD1qoNSpP86c7C1rWQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1600,9 +1600,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "19.1.4", - "@angular/core": "19.1.4", - "@angular/platform-browser": "19.1.4", + "@angular/common": "19.2.10", + "@angular/core": "19.2.10", + "@angular/platform-browser": "19.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 92cf577e..ed02bd4d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/platform-browser": "19.1.4", "@angular/platform-browser-dynamic": "19.1.4", "@angular/platform-server": "19.1.4", - "@angular/router": "19.1.4", + "@angular/router": "19.2.10", "@angular/ssr": "19.2.7", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5",