From 51ca2c7ea2976ba966545c77e1daea826e05f650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 19:30:16 +0000 Subject: [PATCH] Bump @angular-devkit/schematics from 20.2.1 to 20.2.2 Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 20.2.1 to 20.2.2. - [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/20.2.1...20.2.2) --- updated-dependencies: - dependency-name: "@angular-devkit/schematics" dependency-version: 20.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 56 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 52 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20fa549b..ea262797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular-devkit/core": "20.2.1", - "@angular-devkit/schematics": "20.2.1", + "@angular-devkit/schematics": "20.2.2", "@angular/animations": "20.2.3", "@angular/common": "20.2.3", "@angular/compiler": "20.2.3", @@ -339,12 +339,12 @@ } }, "node_modules/@angular-devkit/schematics": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.2.1.tgz", - "integrity": "sha512-hxQQhlOKLjj4+fJrvMFWnVA6vwewwtkEGneolY+aMb8dUAEE7sw1FLo02pPdIBIXLWIYIcGVRI0E5iCTcLq9zw==", + "version": "20.2.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.2.2.tgz", + "integrity": "sha512-rtL7slZjzdChQoiADKZv/Ra8D3C3tIw/WcVxd2stiLHdK/Oaf9ejx5m/X9o0QMEbNsy2Fy/RKodNqmz1CjzpCg==", "license": "MIT", "dependencies": { - "@angular-devkit/core": "20.2.1", + "@angular-devkit/core": "20.2.2", "jsonc-parser": "3.3.1", "magic-string": "0.30.17", "ora": "8.2.0", @@ -356,6 +356,33 @@ "yarn": ">= 1.13.0" } }, + "node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core": { + "version": "20.2.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.2.2.tgz", + "integrity": "sha512-SC+f5isSWJBpEgR+R7jP++2Z14WExNWLAdKpIickLWjuL8FlGkj+kaF3dWXhh0KcXo+r6kKb4pWUptSaqer5gA==", + "license": "MIT", + "dependencies": { + "ajv": "8.17.1", + "ajv-formats": "3.0.1", + "jsonc-parser": "3.3.1", + "picomatch": "4.0.3", + "rxjs": "7.8.2", + "source-map": "0.7.6" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "chokidar": "^4.0.0" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } + } + }, "node_modules/@angular/animations": { "version": "20.2.3", "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.2.3.tgz", @@ -519,6 +546,25 @@ "yarn": ">= 1.13.0" } }, + "node_modules/@angular/cli/node_modules/@angular-devkit/schematics": { + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.2.1.tgz", + "integrity": "sha512-hxQQhlOKLjj4+fJrvMFWnVA6vwewwtkEGneolY+aMb8dUAEE7sw1FLo02pPdIBIXLWIYIcGVRI0E5iCTcLq9zw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@angular-devkit/core": "20.2.1", + "jsonc-parser": "3.3.1", + "magic-string": "0.30.17", + "ora": "8.2.0", + "rxjs": "7.8.2" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, "node_modules/@angular/cli/node_modules/@schematics/angular": { "version": "20.2.1", "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.2.1.tgz", diff --git a/package.json b/package.json index ba7be9a4..1571541e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "private": true, "dependencies": { "@angular-devkit/core": "20.2.1", - "@angular-devkit/schematics": "20.2.1", + "@angular-devkit/schematics": "20.2.2", "@angular/animations": "20.2.3", "@angular/common": "20.2.3", "@angular/compiler": "20.2.3",