From bb4a0f9038c922831e4009436b8e183ef9517d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:14:00 +0000 Subject: [PATCH] Bump @angular/common from 18.0.2 to 18.0.3 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.0.2 to 18.0.3. - [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.0.3/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fd72ef..095e96d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "^18.0.2", - "@angular/common": "^18.0.2", + "@angular/common": "^18.0.3", "@angular/compiler": "^18.0.2", "@angular/core": "^18.0.2", "@angular/forms": "^18.0.2", @@ -571,9 +571,9 @@ } }, "node_modules/@angular/common": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.2.tgz", - "integrity": "sha512-7CK5sFptUFWE3ZrKl8MjgoKjYKC20SN089F4xQIYtP2qM3IoJH/X7qa+5Eidk4PovS1SuCJHrB5AoREWwtWJHA==", + "version": "18.0.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.3.tgz", + "integrity": "sha512-lmT9QbWHduqzpsB0osQFHeSwvQB1iUeNwTVUyMtcs6i46l4qOPtAt2/9DvHUWEUp01EBDxyi385ZI3vD+FHH/w==", "dependencies": { "tslib": "^2.3.0" }, @@ -581,7 +581,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.2", + "@angular/core": "18.0.3", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 1479be3..9873206 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^18.0.2", - "@angular/common": "^18.0.2", + "@angular/common": "^18.0.3", "@angular/compiler": "^18.0.2", "@angular/core": "^18.0.2", "@angular/forms": "^18.0.2",