From c2cd1bb82396235426eb9a914cf856aa0d41445c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:26:52 +0000 Subject: [PATCH] build(deps-dev): bump @angular-devkit/core from 17.0.1 to 17.0.2 Bumps [@angular-devkit/core](https://github.com/angular/angular-cli) from 17.0.1 to 17.0.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/17.0.1...17.0.2) --- updated-dependencies: - dependency-name: "@angular-devkit/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d8516fc2..278db228 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "^17.0.1", - "@angular-devkit/core": "^17.0.1", + "@angular-devkit/core": "^17.0.2", "@angular-devkit/schematics": "^17.0.1", "@angular-eslint/builder": "17.1.0", "@angular-eslint/eslint-plugin": "17.1.0", diff --git a/yarn.lock b/yarn.lock index ed44cf5c..add6bbfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -109,7 +109,7 @@ "@angular-devkit/architect" "0.1700.1" rxjs "7.8.1" -"@angular-devkit/core@17.0.1", "@angular-devkit/core@^17.0.1": +"@angular-devkit/core@17.0.1": version "17.0.1" resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.1.tgz#be53712f881c91ff41333d467dcb3a11db01f7ee" integrity sha512-UjNx9fZW0oU7UaeoB0HblYz/Nm8MWtinAe39XkY+zjECLWqKAcHPotfYjucXiky1UlBUOScIKbwjMDdEY8xkuw== @@ -121,6 +121,18 @@ rxjs "7.8.1" source-map "0.7.4" +"@angular-devkit/core@^17.0.2": + version "17.0.2" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.2.tgz#59267504398e78daa792e35acd4be40e229d4b29" + integrity sha512-wmQyiXIqmdm9KSiB7d5SnDaqqRZSsZ7Oy2kEI4gUyLr2y9icj/4zpTpYvsqKyhF1NMU8ElZ5b4s1ru2pirlDVg== + dependencies: + ajv "8.12.0" + ajv-formats "2.1.1" + jsonc-parser "3.2.0" + picomatch "3.0.1" + rxjs "7.8.1" + source-map "0.7.4" + "@angular-devkit/schematics@17.0.1", "@angular-devkit/schematics@^17.0.1": version "17.0.1" resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.1.tgz#e79b48594840ca7289730ff49a7b3b09f23ea209"