From 16ab7d8fb18b97681e881619868417da5e50c83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:09:34 +0000 Subject: [PATCH] chore(deps)(deps): bump @angular/core from 22.0.6 to 22.0.7 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 22.0.6 to 22.0.7. - [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/v22.0.7/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 22.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- sample/12-angular-fullstack-showcase/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e16fe8f..1310100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16718,7 +16718,7 @@ "dependencies": { "@angular/common": "22.0.4", "@angular/compiler": "22.0.6", - "@angular/core": "22.0.6", + "@angular/core": "^22.0.7", "@angular/platform-browser": "22.0.5", "@nest-native/trpc": "0.6.0", "@nestjs/common": "11.1.28", @@ -16916,9 +16916,9 @@ } }, "sample/12-angular-fullstack-showcase/node_modules/@angular/core": { - "version": "22.0.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.6.tgz", - "integrity": "sha512-9AYGxmZlJhjLSepZaF/cn1LTC9xRHpUPtXlyyJdauTb4f77X/P0kVdmADztgF1Qy5oMd1V9UKebAe81gmqOH2g==", + "version": "22.0.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.7.tgz", + "integrity": "sha512-A5xKJx5wuuZfeJhShyZvbgicYtT3Jpw/5wJd1cfrcKU+i63CagRIg9jSktTW/e+2hxG1tIQrfKQUGeclmsAUUA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -16927,7 +16927,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/compiler": "22.0.6", + "@angular/compiler": "22.0.7", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/sample/12-angular-fullstack-showcase/package.json b/sample/12-angular-fullstack-showcase/package.json index bac89fd..65f4ab4 100644 --- a/sample/12-angular-fullstack-showcase/package.json +++ b/sample/12-angular-fullstack-showcase/package.json @@ -25,7 +25,7 @@ "dependencies": { "@angular/common": "22.0.4", "@angular/compiler": "22.0.6", - "@angular/core": "22.0.6", + "@angular/core": "22.0.7", "@angular/platform-browser": "22.0.5", "@nestjs/common": "11.1.28", "@nestjs/core": "11.1.28",