From a7f93bdeebe12ca31d36f0697cc680e8c4c63afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:13:19 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/build in /crud-angular Bumps [@angular/build](https://github.com/angular/angular-cli) from 22.0.5 to 22.0.6. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/v22.0.5...v22.0.6) --- updated-dependencies: - dependency-name: "@angular/build" dependency-version: 22.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- crud-angular/package-lock.json | 59 ++++++++++++++++++++++++++++++---- crud-angular/package.json | 2 +- 2 files changed, 54 insertions(+), 7 deletions(-) diff --git a/crud-angular/package-lock.json b/crud-angular/package-lock.json index 6cc5df6..79fd9aa 100644 --- a/crud-angular/package-lock.json +++ b/crud-angular/package-lock.json @@ -22,7 +22,7 @@ "tslib": "^2.7.0" }, "devDependencies": { - "@angular/build": "^22.0.0", + "@angular/build": "^22.0.6", "@angular/cli": "^22.0.0", "@angular/compiler-cli": "^22.0.3", "@stryker-mutator/core": "^9.6.1", @@ -340,14 +340,14 @@ } }, "node_modules/@angular/build": { - "version": "22.0.5", - "resolved": "https://registry.npmjs.org/@angular/build/-/build-22.0.5.tgz", - "integrity": "sha512-uVXf1cSKTMDvpiP5x0X8h7D7dICHC2XsbmvRYtxdyTRy+zJduqtCdZTwnwmCrwIc5hOF+bmwa5p17P6XirYVfw==", + "version": "22.0.6", + "resolved": "https://registry.npmjs.org/@angular/build/-/build-22.0.6.tgz", + "integrity": "sha512-mIp1snH1haw4pKiJwUmKyp9f31NRUTeUwqrl9W59X3Iv54egOnD1EdCc0jsW7WJVr/JHRZYVt/ooFelUB8uV8g==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.2200.5", + "@angular-devkit/architect": "0.2200.6", "@babel/core": "7.29.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -388,7 +388,7 @@ "@angular/platform-browser": "^22.0.0", "@angular/platform-server": "^22.0.0", "@angular/service-worker": "^22.0.0", - "@angular/ssr": "^22.0.5", + "@angular/ssr": "^22.0.6", "istanbul-lib-instrument": "^6.0.0", "karma": "^6.4.0", "less": "^4.2.0", @@ -441,6 +441,53 @@ } } }, + "node_modules/@angular/build/node_modules/@angular-devkit/architect": { + "version": "0.2200.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2200.6.tgz", + "integrity": "sha512-wTjUfiT5iEMc9+9z2zo1QGtzLpXk5Xx0bV6/zTO4n6+BCC0qReuYnIYt0iJCh649Q0vHq5++0zmZZK0KyXVMZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-devkit/core": "22.0.6", + "rxjs": "7.8.2" + }, + "bin": { + "architect": "bin/cli.js" + }, + "engines": { + "node": "^22.22.3 || ^24.15.0 || >=26.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/build/node_modules/@angular-devkit/core": { + "version": "22.0.6", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-22.0.6.tgz", + "integrity": "sha512-uAZ7TPn+8sDZcFtiM5nQpmqaR9lspLAf7RY7t7TXYP794001khRf+F/AhmONxmgFPWY01+eeJSvBx+FEnHCb0A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "8.20.0", + "ajv-formats": "3.0.1", + "jsonc-parser": "3.3.1", + "picomatch": "4.0.4", + "rxjs": "7.8.2", + "source-map": "0.7.6" + }, + "engines": { + "node": "^22.22.3 || ^24.15.0 || >=26.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "chokidar": "^5.0.0" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } + } + }, "node_modules/@angular/cdk": { "version": "22.0.3", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-22.0.3.tgz", diff --git a/crud-angular/package.json b/crud-angular/package.json index 6aa7fcf..92a3c26 100644 --- a/crud-angular/package.json +++ b/crud-angular/package.json @@ -27,7 +27,7 @@ "tslib": "^2.7.0" }, "devDependencies": { - "@angular/build": "^22.0.0", + "@angular/build": "^22.0.6", "@angular/cli": "^22.0.0", "@angular/compiler-cli": "^22.0.3", "@stryker-mutator/core": "^9.6.1",