From ca855ddf16ccb4a74ef287435e19647d5d3d63c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 05:06:28 +0000 Subject: [PATCH] Bump @angular/common from 14.1.3 to 19.1.4 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 14.1.3 to 19.1.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/19.1.4/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 | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f86a644..e219a10b 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.1.4", "@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.1.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.4.tgz", + "integrity": "sha512-E4MCl13VIotOxmzKQ/UGciPeaRXQgH7ymesEjYVGcT8jmC+qz5dEcoN7L5Jvq9aUsmLBt9MFp/B5QqKCIXMqYA==", + "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.1.4", "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.1.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.1.4.tgz", + "integrity": "sha512-E4MCl13VIotOxmzKQ/UGciPeaRXQgH7ymesEjYVGcT8jmC+qz5dEcoN7L5Jvq9aUsmLBt9MFp/B5QqKCIXMqYA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..6f83dcaf 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.1.4", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3",