From b7c23bfa5ab8a78b47099a268753565238016f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:43:09 +0000 Subject: [PATCH] chore(deps): bump @angular/router from 17.0.0 to 17.0.2 Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 17.0.0 to 17.0.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/17.0.2/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 | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d387b35..cb7eb452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0", "@angular/platform-browser-dynamic": "^17.0.0", - "@angular/router": "^17.0.0", + "@angular/router": "^17.0.2", "bootstrap": "^5.2.3", "rxjs": "~7.8.1", "tslib": "^2.6.2", @@ -1128,9 +1128,9 @@ } }, "node_modules/@angular/router": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.0.0.tgz", - "integrity": "sha512-ZkcGQv3NWbSXEKSomAO94jPTPhTyT67dSg7bg6VXkty/7xkdimpE0CHAdB5KXmnrci/0BgKfyaPwU5bSiQlgNQ==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.0.2.tgz", + "integrity": "sha512-A1Ulv4qBAtJyK5g1yBlK1qZHe+KaaL5vMPAaPWUxICH8lHEodDkJlbYAUI2e4VL2BN7zBmdOep6tlBKPmHY3mw==", "dependencies": { "tslib": "^2.3.0" }, @@ -1138,9 +1138,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/common": "17.0.0", - "@angular/core": "17.0.0", - "@angular/platform-browser": "17.0.0", + "@angular/common": "17.0.2", + "@angular/core": "17.0.2", + "@angular/platform-browser": "17.0.2", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -18749,9 +18749,9 @@ } }, "@angular/router": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.0.0.tgz", - "integrity": "sha512-ZkcGQv3NWbSXEKSomAO94jPTPhTyT67dSg7bg6VXkty/7xkdimpE0CHAdB5KXmnrci/0BgKfyaPwU5bSiQlgNQ==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-17.0.2.tgz", + "integrity": "sha512-A1Ulv4qBAtJyK5g1yBlK1qZHe+KaaL5vMPAaPWUxICH8lHEodDkJlbYAUI2e4VL2BN7zBmdOep6tlBKPmHY3mw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index d6293146..11d190f3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0", "@angular/platform-browser-dynamic": "^17.0.0", - "@angular/router": "^17.0.0", + "@angular/router": "^17.0.2", "bootstrap": "^5.2.3", "rxjs": "~7.8.1", "tslib": "^2.6.2",