From 119fd3eda415201c10842b6c74abe9cc21550821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 08:30:26 +0000 Subject: [PATCH] Bump @angular/router from 19.1.4 to 19.2.2 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 19.1.4 to 19.2.2. - [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.2/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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a3e3cf2..b3d43894 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.2", "@angular/ssr": "19.1.5", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5", @@ -913,9 +913,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.2", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.2.2.tgz", + "integrity": "sha512-H0JEN1cs7uX++piCyT2gfhgqONceCKbRRZq+zr1T61c5heAi2pBGHuuZnU0D1d0sgA82CGcWFrTduUJg5wWamw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -924,9 +924,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.2", + "@angular/core": "19.2.2", + "@angular/platform-browser": "19.2.2", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 3b5355fe..d333fa95 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.2", "@angular/ssr": "19.1.5", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5",