From a2597b00a266137a47be268f36f2ef63b094e213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 05:53:43 +0000 Subject: [PATCH] Bump @angular/common from 14.1.3 to 19.2.6 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 14.1.3 to 19.2.6. - [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.2.6/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f86a644..a9a75156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular-devkit/schematics": "^19.1.2", "@angular/animations": "~14.1.3", "@angular/cdk": "^15.2.7", - "@angular/common": "~14.1.3", + "@angular/common": "~19.2.6", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3", @@ -865,17 +865,18 @@ } }, "node_modules/@angular/common": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.1.3.tgz", - "integrity": "sha512-t5zidNLcQrgrShBFFsEhvJ6yKw5jwv/Td/AQrknQzrAz3kVBH4dOZGC5jolasFipy/P1DNoG2K+igPCGeskc4w==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.6.tgz", + "integrity": "sha512-kqqjLwDUTpAv4m39AvlDFJhrxmBqblgzvXLm82F8UQ+505aleYpq/8P3tcfgJCRSCWZ1HXWki+JPHkdnHvhy0A==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "14.1.3", + "@angular/core": "19.2.6", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -21440,9 +21441,9 @@ } }, "@angular/common": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.1.3.tgz", - "integrity": "sha512-t5zidNLcQrgrShBFFsEhvJ6yKw5jwv/Td/AQrknQzrAz3kVBH4dOZGC5jolasFipy/P1DNoG2K+igPCGeskc4w==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.6.tgz", + "integrity": "sha512-kqqjLwDUTpAv4m39AvlDFJhrxmBqblgzvXLm82F8UQ+505aleYpq/8P3tcfgJCRSCWZ1HXWki+JPHkdnHvhy0A==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..d2373bde 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular-devkit/schematics": "^19.1.2", "@angular/animations": "~14.1.3", "@angular/cdk": "^15.2.7", - "@angular/common": "~14.1.3", + "@angular/common": "~19.2.6", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3",