From ba69d0697eada1c7c09cb509200149b6ac9efc95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:17:15 +0000 Subject: [PATCH] Bump @angular/common from 18.1.0 to 18.1.4 in /ui Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.1.0 to 18.1.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.1.4/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 12b6898..3caf5a5 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^18.1.0", "@angular/cdk": "^18.1.0", - "@angular/common": "^18.1.0", + "@angular/common": "^18.1.4", "@angular/compiler": "^18.1.0", "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0", @@ -783,9 +783,9 @@ } }, "node_modules/@angular/common": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.1.0.tgz", - "integrity": "sha512-noHDLarQSCZZh7hyNd0HR61Fut+q4QCVq9qc/jKPglfbV/6nPujQSmSpT+rNJlNuBOrCLuvH/CNBNbiqii+x3g==", + "version": "18.1.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.1.4.tgz", + "integrity": "sha512-No4lCrL80WlAGg0DAyuPW+jsfA6EIQ06CFrRgt3R6YFrKbIuU0NKUt+D8IB7UNgTLNYXmurxapNf8jef8rq1wg==", "dependencies": { "tslib": "^2.3.0" }, @@ -793,7 +793,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.0", + "@angular/core": "18.1.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/ui/package.json b/ui/package.json index a25f090..ea66110 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^18.1.0", "@angular/cdk": "^18.1.0", - "@angular/common": "^18.1.0", + "@angular/common": "^18.1.4", "@angular/compiler": "^18.1.0", "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0",