From 81527b1dc789275f1deab5d64524392cf40d7cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 00:05:04 +0000 Subject: [PATCH] build(deps): bump @angular/common from 18.1.2 to 18.2.0 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.1.2 to 18.2.0. - [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.2.0/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d546fc1..bc5227a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular-architects/module-federation": "18.0.4", "@angular/animations": "^18.1.2", "@angular/cdk": "^18.1.2", - "@angular/common": "^18.1.2", + "@angular/common": "^18.2.0", "@angular/compiler": "^18.1.2", "@angular/core": "^18.1.2", "@angular/elements": "^18.1.2", @@ -955,10 +955,9 @@ } }, "node_modules/@angular/common": { - "version": "18.1.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.1.2.tgz", - "integrity": "sha512-PXzRH5fCSmjGwNvopPfwAxcMqQPFLamyIjVJa5mwTyk5FLhKNrNecSo7m6ZpsfLPsW5Ipk/ups9RJD0Mep82Hw==", - "license": "MIT", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.0.tgz", + "integrity": "sha512-DELx/QYNqqjmiM+kE5PoVmyG4gPw5WB1bDDeg3hEuBCK3eS2KosgQH0/MQo3OSBZHOcAMFjfHMGqKgxndmYixQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -966,7 +965,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.2", + "@angular/core": "18.2.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 21171c7..7a0e2b7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@angular-architects/module-federation": "18.0.4", "@angular/animations": "^18.1.2", "@angular/cdk": "^18.1.2", - "@angular/common": "^18.1.2", + "@angular/common": "^18.2.0", "@angular/compiler": "^18.1.2", "@angular/core": "^18.1.2", "@angular/elements": "^18.1.2",