From 2b0208eb7c114a6120386e8ab1ad2eae3a6a28b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:48:50 +0000 Subject: [PATCH] chore(deps): bump @angular/router from 16.2.8 to 16.2.11 in /frontend Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 16.2.8 to 16.2.11. - [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/16.2.11/packages/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 20 ++++++++++---------- frontend/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3e39edc0..fdf4b5de 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "@angular/material": "16.2.7", "@angular/platform-browser": "16.2.8", "@angular/platform-browser-dynamic": "16.2.8", - "@angular/router": "16.2.8", + "@angular/router": "16.2.11", "@fontsource-variable/jetbrains-mono": "5.0.16", "@fontsource/barlow": "^5.0.8", "@fontsource/varela-round": "^5.0.8", @@ -870,9 +870,9 @@ } }, "node_modules/@angular/router": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.8.tgz", - "integrity": "sha512-mWpapabWtk8Qtyb2BalXtvud9m6BCiKg8moJNb8dEAGjDzMTWqWOr4zkFHoIFX+gj2JKKDa6btPWVD6J5K6Ojg==", + "version": "16.2.11", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.11.tgz", + "integrity": "sha512-QTssqJue+xQ8M1gzmfJcIHPIpPOijVwGnXQjt7cnFggNe/CedOckLEzk2j7/6aC1b5aQKuZePPw6XMvk8ciilQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -880,9 +880,9 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "16.2.8", - "@angular/core": "16.2.8", - "@angular/platform-browser": "16.2.8", + "@angular/common": "16.2.11", + "@angular/core": "16.2.11", + "@angular/platform-browser": "16.2.11", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -16423,9 +16423,9 @@ } }, "@angular/router": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.8.tgz", - "integrity": "sha512-mWpapabWtk8Qtyb2BalXtvud9m6BCiKg8moJNb8dEAGjDzMTWqWOr4zkFHoIFX+gj2JKKDa6btPWVD6J5K6Ojg==", + "version": "16.2.11", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.11.tgz", + "integrity": "sha512-QTssqJue+xQ8M1gzmfJcIHPIpPOijVwGnXQjt7cnFggNe/CedOckLEzk2j7/6aC1b5aQKuZePPw6XMvk8ciilQ==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index abf1992a..e3e5f8b8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@angular/material": "16.2.7", "@angular/platform-browser": "16.2.8", "@angular/platform-browser-dynamic": "16.2.8", - "@angular/router": "16.2.8", + "@angular/router": "16.2.11", "@fontsource-variable/jetbrains-mono": "5.0.16", "@fontsource/barlow": "^5.0.8", "@fontsource/varela-round": "^5.0.8",