From 2223b0d3fbd8fcb401e90eacd79392d56a0fbd49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:27:06 +0000 Subject: [PATCH] chore(deps-dev): bump @schematics/angular from 18.1.1 to 18.2.3 Bumps [@schematics/angular](https://github.com/angular/angular-cli) from 18.1.1 to 18.2.3. - [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/18.1.1...18.2.3) --- updated-dependencies: - dependency-name: "@schematics/angular" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 31 ++++++++++++++++++++++--------- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 490bcca..1ebb8e2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@nx/js": "19.5.4", "@nx/plugin": "19.5.4", "@nx/workspace": "19.5.4", - "@schematics/angular": "~18.1.0", + "@schematics/angular": "~18.2.3", "@swc-node/register": "~1.10.9", "@swc/core": "~1.7.1", "@swc/helpers": "~0.5.11", diff --git a/yarn.lock b/yarn.lock index d2bd1d0..3c393e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -150,6 +150,17 @@ ora "5.4.1" rxjs "7.8.1" +"@angular-devkit/schematics@18.2.3": + version "18.2.3" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-18.2.3.tgz#686f4ac6ae8740c5ef01bf967b8620dd34fe2036" + integrity sha512-N3tRAzBW2yWQhebvc1Ha18XTMSXOQTfr8HNjx7Fasx0Fg1tNyGR612MJNZw6je/PqyItKeUHOhztvFMfCQjRyg== + dependencies: + "@angular-devkit/core" "18.2.3" + jsonc-parser "3.3.1" + magic-string "0.30.11" + ora "5.4.1" + rxjs "7.8.1" + "@angular-eslint/bundled-angular-compiler@18.1.0": version "18.1.0" resolved "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.1.0.tgz" @@ -3369,7 +3380,7 @@ optionalDependencies: fsevents "~2.3.2" -"@schematics/angular@18.1.1", "@schematics/angular@~18.1.0": +"@schematics/angular@18.1.1": version "18.1.1" resolved "https://registry.npmjs.org/@schematics/angular/-/angular-18.1.1.tgz" integrity sha512-6nQUSuFSP7un5Bmm6/MpQXq3jnkdEYg2MUPv7JStsqnT1YYzUsDjkUv7Hsci0xQmeUAzVz3ueg4znviJoQxWdg== @@ -3378,6 +3389,15 @@ "@angular-devkit/schematics" "18.1.1" jsonc-parser "3.3.1" +"@schematics/angular@~18.2.3": + version "18.2.3" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-18.2.3.tgz#3455e871f269a7977ea63df6c5537ea3209ee1b6" + integrity sha512-whSON70z9HYb4WboVXmPFE/RLKJJQLWNzNcUyi8OSDZkQbJnYgPp0///n738m26Y/XeJDv11q1gESy+Zl2AdUw== + dependencies: + "@angular-devkit/core" "18.2.3" + "@angular-devkit/schematics" "18.2.3" + jsonc-parser "3.3.1" + "@shikijs/core@1.12.0": version "1.12.0" resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.12.0.tgz#58ae6d02da7934edd9c10951a989c9cde0cf736b" @@ -3826,7 +3846,7 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@22.5.4", "@types/node@>=10.0.0": +"@types/node@*", "@types/node@22.5.4", "@types/node@>=10.0.0", "@types/node@^22.5.2": version "22.5.4" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8" integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg== @@ -3840,13 +3860,6 @@ dependencies: undici-types "~5.26.4" -"@types/node@^22.5.2": - version "22.5.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8" - integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg== - dependencies: - undici-types "~6.19.2" - "@types/parse-json@^4.0.0": version "4.0.2" resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz"