From 5fabf61761ca4349bab7a840870b25e88de13dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:32:44 +0000 Subject: [PATCH] Bump @angular/common from 17.1.2 to 18.0.5 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.1.2 to 18.0.5. - [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.5/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8906c96..28272cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.1.2", "@angular/cdk": "~15.2.9", - "@angular/common": "^17.1.2", + "@angular/common": "^18.0.5", "@angular/compiler": "^17.1.2", "@angular/core": "^17.1.2", "@angular/flex-layout": "~15.0.0-beta.42", @@ -665,17 +665,17 @@ } }, "node_modules/@angular/common": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.2.tgz", - "integrity": "sha512-y/wD+zuPaPgK3dB80Q63qBtuu5TuryKuUgjWrOmrguBWV9oiJRhKQrcp1gVw9vVrowmbDBKGtPMS622Q4oxOWQ==", + "version": "18.0.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.5.tgz", + "integrity": "sha512-yItVQSu+Rx8gthWJDTOHwbzItY8/lqmmmYA1RMex0u3GkJoX3/3TZSGXbbBXl8GH8vmQOfp9yj3C02JmlwldRg==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "17.1.2", + "@angular/core": "18.0.5", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 84f3036..ca306ac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^17.1.2", "@angular/cdk": "~15.2.9", - "@angular/common": "^17.1.2", + "@angular/common": "^18.0.5", "@angular/compiler": "^17.1.2", "@angular/core": "^17.1.2", "@angular/flex-layout": "~15.0.0-beta.42",