From 91856d1ac6d70c100401bf89a0c54a7de2982e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 05:55:57 +0000 Subject: [PATCH] Bump @angular/core from 14.1.3 to 19.1.2 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 14.1.3 to 19.1.2. - [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.2/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06a4c01a..90cd0f0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/animations": "~14.1.3", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", - "@angular/core": "~14.1.3", + "@angular/core": "~19.1.2", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3", "@angular/material": "^19.1.0", @@ -965,18 +965,19 @@ } }, "node_modules/@angular/core": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.1.3.tgz", - "integrity": "sha512-V3OJD4cShjLzyJAWQ1ogSW0WhKJwti5zsoT1SQ2RoA5UScBPzZN/F/0n/4IupHeaIC+NfaLX916xKTGWA8G8SQ==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.1.2.tgz", + "integrity": "sha512-WrOzn9X2LsXxS27fB1WNjYsFVUKvuDuZ0ERfesWb/t1prz09q7fi/YK0TXx7XOby9CfNe4aXjzRPQL2zgFuMWQ==", + "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": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4" + "zone.js": "~0.15.0" } }, "node_modules/@angular/fire": { @@ -5770,6 +5771,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-14.2.9.tgz", "integrity": "sha512-P2zgvsfSpN4BkNzZWnPKUVOzv3y/SUWdnx/nhAG5gsQkLBp0Vf2evwQnbPUKuCrbMpYd1V/5SHb48+0B6FbUtQ==", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || >=16.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -21500,9 +21502,9 @@ } }, "@angular/core": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.1.3.tgz", - "integrity": "sha512-V3OJD4cShjLzyJAWQ1ogSW0WhKJwti5zsoT1SQ2RoA5UScBPzZN/F/0n/4IupHeaIC+NfaLX916xKTGWA8G8SQ==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.1.2.tgz", + "integrity": "sha512-WrOzn9X2LsXxS27fB1WNjYsFVUKvuDuZ0ERfesWb/t1prz09q7fi/YK0TXx7XOby9CfNe4aXjzRPQL2zgFuMWQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9b12cc9c..9aecee76 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "~14.1.3", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", - "@angular/core": "~14.1.3", + "@angular/core": "~19.1.2", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3", "@angular/material": "^19.1.0",