From a1b485c2b9e1afc1b69aa3fb4ccf36dab57f7f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:10:41 +0000 Subject: [PATCH] Bump @angular/common from 18.0.2 to 18.0.4 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.0.2 to 18.0.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.0.4/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..acd4983 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.4", "@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.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.4.tgz", + "integrity": "sha512-7WxZKLzSu5QtyLGrtlZrtUQlP3WfDR++yHr5jF9DJZ3IY35UutwiPCegCcq4Qh5X2xWqnRKGm20TLlKVoj0t5Q==", "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.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 1479be3..db0037d 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.4", "@angular/compiler": "^18.0.2", "@angular/core": "^18.0.2", "@angular/forms": "^18.0.2",