From bb8c9bd4dcdf579733a5584cff1df25b9a96ad50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:32:46 +0000 Subject: [PATCH] Bump @angular/router from 19.1.4 to 19.1.5 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 19.1.4 to 19.1.5. - [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.1.5/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 3a3e3cf2..c84ef569 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.1.5", "@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.1.5", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.1.5.tgz", + "integrity": "sha512-g5JLymyi+/PTIqKcImSUB9ac1g7szMG/jGax3nTXqwMOzWmxZJJIEKlXWmHJYjUyYEhKBdqLPUMa4JbkD+/jnA==", "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.1.5", + "@angular/core": "19.1.5", + "@angular/platform-browser": "19.1.5", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 3b5355fe..d8a99245 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.1.5", "@angular/ssr": "19.1.5", "angular-plotly.js": "^5.2.2", "file-saver": "^2.0.5",