From 73928bf8490b0be510745e244207951c7c683ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:20:23 +0000 Subject: [PATCH] Bump @angular/common from 18.2.13 to 19.0.5 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 18.2.13 to 19.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/19.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4cf8399..6fcdfc1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^18.2.12", "@angular/cdk": "^18.2.13", - "@angular/common": "^18.2.12", + "@angular/common": "^19.0.5", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12", "@angular/forms": "^18.2.12", @@ -827,9 +827,9 @@ } }, "node_modules/@angular/common": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.13.tgz", - "integrity": "sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.5.tgz", + "integrity": "sha512-fFK+euCj1AjBHBCpj9VnduMSeqoMRhZZHbhPYiND7tucRRJ8vwGU0sYK2KI/Ko+fsrNIXL/0O4F36jVPl09Smg==", "dependencies": { "tslib": "^2.3.0" }, @@ -837,7 +837,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.13", + "@angular/core": "19.0.5", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 664a8d92..fa0e0f4a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@angular/animations": "^18.2.12", "@angular/cdk": "^18.2.13", - "@angular/common": "^18.2.12", + "@angular/common": "^19.0.5", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12", "@angular/forms": "^18.2.12",