From d49edd66e64aa164fd0bf1983748e25b29f4a091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:27:46 +0000 Subject: [PATCH] Bump @angular/core from 14.2.2 to 15.2.10 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 14.2.2 to 15.2.10. - [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/15.2.10/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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4215c0c..39f21de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^14.2.2", "@angular/common": "^14.2.2", "@angular/compiler": "^14.2.2", - "@angular/core": "^14.2.2", + "@angular/core": "^15.2.10", "@angular/forms": "^14.2.2", "@angular/localize": "^14.2.2", "@angular/platform-browser": "^14.2.2", @@ -627,18 +627,18 @@ } }, "node_modules/@angular/core": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.2.2.tgz", - "integrity": "sha512-kG30b4RqjgWvaH9y4g95JRCzoROV+9/xgFH4hSRejFa/IcapMfvCmONJtJzwTjdsEUQAbiFohF/z9bx3QA/Yvw==", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.10.tgz", + "integrity": "sha512-meGGidnitQJGDxYd9/LrqYiVlId+vGaLoiLgJdKBz+o2ZO6OmXQGuNw2VBqf17/Cc0/UjzrOY7+kILNFKkk/WQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4" + "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0" } }, "node_modules/@angular/forms": { @@ -24416,9 +24416,9 @@ } }, "@angular/core": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.2.2.tgz", - "integrity": "sha512-kG30b4RqjgWvaH9y4g95JRCzoROV+9/xgFH4hSRejFa/IcapMfvCmONJtJzwTjdsEUQAbiFohF/z9bx3QA/Yvw==", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.10.tgz", + "integrity": "sha512-meGGidnitQJGDxYd9/LrqYiVlId+vGaLoiLgJdKBz+o2ZO6OmXQGuNw2VBqf17/Cc0/UjzrOY7+kILNFKkk/WQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 44b8d85..43b36d9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@angular/animations": "^14.2.2", "@angular/common": "^14.2.2", "@angular/compiler": "^14.2.2", - "@angular/core": "^14.2.2", + "@angular/core": "^15.2.10", "@angular/forms": "^14.2.2", "@angular/localize": "^14.2.2", "@angular/platform-browser": "^14.2.2",