From 3b76690b134212b563067b810f96dab9f132e194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:47:06 +0000 Subject: [PATCH] Bump @angular/router from 17.1.2 to 18.0.4 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 17.1.2 to 18.0.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/18.0.4/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-type: direct:production update-type: version-update:semver-major ... 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 8906c96..ca8e30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/material": "~15.2.9", "@angular/platform-browser": "^17.1.2", "@angular/platform-browser-dynamic": "^17.1.2", - "@angular/router": "^17.1.2", + "@angular/router": "^18.0.4", "@auth0/angular-jwt": "^5.2.0", "@ckeditor/ckeditor5-angular": "^7.0.1", "@ckeditor/ckeditor5-build-classic": "^41.4.2", @@ -877,19 +877,19 @@ } }, "node_modules/@angular/router": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.1.2.tgz", - "integrity": "sha512-8OexxiiscRdfEiB6jOKlZFyAKZtvIQvh0ugW6U7nAXPV5XsA2UL80sXkc829eH0DnJn2Wj/HS6ZNGgG81PWDHg==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.0.4.tgz", + "integrity": "sha512-nr1ZI3lynKBtr3a75APuVkIaiXRG5mEnW/RIyxwzxbKBB14901mby46o0jm9Y/CPb2rH5UpuwZhTKRE6QS/xLw==", "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.1.2", - "@angular/core": "17.1.2", - "@angular/platform-browser": "17.1.2", + "@angular/common": "18.0.4", + "@angular/core": "18.0.4", + "@angular/platform-browser": "18.0.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 84f3036..b55554a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@angular/material": "~15.2.9", "@angular/platform-browser": "^17.1.2", "@angular/platform-browser-dynamic": "^17.1.2", - "@angular/router": "^17.1.2", + "@angular/router": "^18.0.4", "@auth0/angular-jwt": "^5.2.0", "@ckeditor/ckeditor5-angular": "^7.0.1", "@ckeditor/ckeditor5-build-classic": "^41.4.2",