From 821b23ac4d463441c68357ecb8decbbbd21742ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 07:32:13 +0000 Subject: [PATCH] Bump @angular/router from 17.3.12 to 19.2.9 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 17.3.12 to 19.2.9. - [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.9/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-version: 19.2.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8303bb..7482d4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/material": "~15.2.9", "@angular/platform-browser": "^17.3.11", "@angular/platform-browser-dynamic": "^17.3.11", - "@angular/router": "^17.3.11", + "@angular/router": "^19.2.9", "@auth0/angular-jwt": "^5.2.0", "@ckeditor/ckeditor5-angular": "^7.0.1", "@ckeditor/ckeditor5-build-classic": "^43.1.0", @@ -638,19 +638,20 @@ } }, "node_modules/@angular/router": { - "version": "17.3.12", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.3.12.tgz", - "integrity": "sha512-dg7PHBSW9fmPKTVzwvHEeHZPZdpnUqW/U7kj8D29HTP9ur8zZnx9QcnbplwPeYb8yYa62JMnZSEel2X4PxdYBg==", + "version": "19.2.9", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.2.9.tgz", + "integrity": "sha512-EOTzOJhdUHRakK+/oJV8tArLEs3xbe0AIxxdvntBVIy/99x/ovjAkdDs5QtIOFSYmZ7I0FgQpx5b8AXPkBxcRw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "17.3.12", - "@angular/core": "17.3.12", - "@angular/platform-browser": "17.3.12", + "@angular/common": "19.2.9", + "@angular/core": "19.2.9", + "@angular/platform-browser": "19.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 3497dd0..6d416bc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@angular/material": "~15.2.9", "@angular/platform-browser": "^17.3.11", "@angular/platform-browser-dynamic": "^17.3.11", - "@angular/router": "^17.3.11", + "@angular/router": "^19.2.9", "@auth0/angular-jwt": "^5.2.0", "@ckeditor/ckeditor5-angular": "^7.0.1", "@ckeditor/ckeditor5-build-classic": "^43.1.0",