From 255e744a5e9481b82ce60b248c8716e0b432c30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 06:35:19 +0000 Subject: [PATCH] Bump @angular/core from 22.1.4 to 22.1.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 22.1.4 to 22.1.5. - [Release notes](https://github.com/angular/angular/releases) - [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 22.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b135c59..41ae089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^22.1.4", "@angular/common": "^22.1.4", "@angular/compiler": "^22.1.4", - "@angular/core": "^22.1.4", + "@angular/core": "^22.1.5", "@angular/forms": "^22.1.4", "@angular/platform-browser": "^22.1.4", "@angular/platform-browser-dynamic": "^22.1.4", @@ -1344,9 +1344,9 @@ "license": "MIT" }, "node_modules/@angular/core": { - "version": "22.1.4", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.1.4.tgz", - "integrity": "sha512-0dW+lw8nHo6RGBUOXtjs02vjHIPJ8rEbw4fd0NH3Dii4p+gIB4ZaTw+o7Se3Nf4m1oZ8+2qAYmWVHXlfhKcCDg==", + "version": "22.1.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.1.5.tgz", + "integrity": "sha512-uiL+xVL4264NEuc3E5ILd6meSv9I4Xt82VQHvYlAVYlcjHlWY49yVe0/apzncUOGxUKzvK8/GDbyFEH7WfJYFw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1355,7 +1355,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/compiler": "22.1.4", + "@angular/compiler": "22.1.5", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 1a75a2b..1ea8609 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^22.1.4", "@angular/common": "^22.1.4", "@angular/compiler": "^22.1.4", - "@angular/core": "^22.1.4", + "@angular/core": "^22.1.5", "@angular/forms": "^22.1.4", "@angular/platform-browser": "^22.1.4", "@angular/platform-browser-dynamic": "^22.1.4",