Skip to content

Commit

Permalink
Bump @schematics/angular in /bl-central-server/bl-web-ui
Browse files Browse the repository at this point in the history
Bumps [@schematics/angular](https://github.com/angular/angular-cli) from 17.0.0 to 17.0.1.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.0.0...17.0.1)

---
updated-dependencies:
- dependency-name: "@schematics/angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 7caf45e commit fa88227
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bl-central-server/bl-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "~15.0.2",
"@angular/language-service": "~17.0.3",
"@schematics/angular": "~17.0.0",
"@schematics/angular": "~17.0.1",
"@types/jasmine": "~5.1.2",
"@types/jasminewd2": "~2.0.13",
"@types/node": "~20.9.0",
Expand Down
34 changes: 33 additions & 1 deletion bl-central-server/bl-web-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@
rxjs "7.8.1"
source-map "0.7.4"

"@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==
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.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.0.tgz#bfcc09a1bd145ef978f92d660df89a11e69468d4"
Expand All @@ -136,6 +148,17 @@
ora "5.4.1"
rxjs "7.8.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"
integrity sha512-bwgdGviRZC5X8Tl4QcjtIJAcC0p8yIhOyYVFrq4PWYvI+DfV9P6w3OFuoS6rwEoiIQR90+12iKBYMt1MfL/c0Q==
dependencies:
"@angular-devkit/core" "17.0.1"
jsonc-parser "3.2.0"
magic-string "0.30.5"
ora "5.4.1"
rxjs "7.8.1"

"@angular/animations@~15.0.2":
version "15.0.2"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-15.0.2.tgz#13617cf4ae98b555955c474c11b4e88e6d0259b9"
Expand Down Expand Up @@ -1747,7 +1770,7 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@schematics/angular@17.0.0", "@schematics/angular@~17.0.0":
"@schematics/angular@17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.0.tgz#63ddf8bfbb3b117fe7a355bd22b43d2c9ff7f0ee"
integrity sha512-9jKU5x/WzaBsfSkUowK1X74FqtMXa6+A60XgW4ACO8i6fwKfPeS+tIrAieeYOX80/njBh7I5CvcpHmWA2SbcXQ==
Expand All @@ -1756,6 +1779,15 @@
"@angular-devkit/schematics" "17.0.0"
jsonc-parser "3.2.0"

"@schematics/angular@~17.0.1":
version "17.0.1"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.1.tgz#0a1f791f23d32414e4bcf1df9bf7ec173294fe04"
integrity sha512-BacI1fQsEXNYkfJzDJn3CsUSc9A4M7nhXtvt3XjceUhOqUp2AR4uIeUwDOrpLnkRwv5+rZLafUnRN3k01WUJOw==
dependencies:
"@angular-devkit/core" "17.0.1"
"@angular-devkit/schematics" "17.0.1"
jsonc-parser "3.2.0"

"@sigstore/bundle@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-2.1.0.tgz#c6140ca97b68815edf7c4fb7bdbf58d656525c39"
Expand Down

0 comments on commit fa88227

Please sign in to comment.