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.9 to 17.0.10.
- [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.9...17.0.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 4469775 commit 47f03e8
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.9",
"@angular/compiler-cli": "~15.0.2",
"@angular/language-service": "~17.0.8",
"@schematics/angular": "~17.0.6",
"@schematics/angular": "~17.0.10",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "~20.10.8",
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 @@ -113,6 +113,18 @@
rxjs "6.6.7"
source-map "0.7.4"

"@angular-devkit/[email protected]":
version "17.0.10"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.10.tgz#dce8b3cd4b90d694ed5ccf405c8f25e45938b310"
integrity sha512-93N6oHnmtRt0hL3AXxvnk47sN1rHndfj+pqI5haEY41AGWzIWv9cSBsqlM0PWltNpo6VivcExZESvbLJ71wqbQ==
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/[email protected]":
version "17.0.9"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.9.tgz#f79ff77fc38e8af1af4694acfb5b480339f073e1"
Expand All @@ -125,6 +137,17 @@
rxjs "7.8.1"
source-map "0.7.4"

"@angular-devkit/[email protected]":
version "17.0.10"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.10.tgz#700067a2db9cd89883ec838b674c111c9cafdcc4"
integrity sha512-hjf4gaMx2uB6ZhBstBSH0Q2hzfp6kxI4IiJ5i1QrxPNE1MdGnb2h+LgPTRCdO72a7PGeWcSxFRE7cxrXeQy19g==
dependencies:
"@angular-devkit/core" "17.0.10"
jsonc-parser "3.2.0"
magic-string "0.30.5"
ora "5.4.1"
rxjs "7.8.1"

"@angular-devkit/[email protected]":
version "17.0.9"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.9.tgz#8370d21cf0ac0f5f99b7a27fcf626cc5cd682c95"
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/[email protected]", "@schematics/angular@~17.0.6":
"@schematics/[email protected]":
version "17.0.9"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.9.tgz#4f86d4d808095eff6590730c22ede9c43e6cbe49"
integrity sha512-XPaHAhobxdQMswH8wSrfToKN7wmGJFh/K5jq/3J+78KeSBZStYxZkVIQbvJkSU8Y1MsdVaeMYKDE8rjFN83OYA==
Expand All @@ -1756,6 +1779,15 @@
"@angular-devkit/schematics" "17.0.9"
jsonc-parser "3.2.0"

"@schematics/angular@~17.0.10":
version "17.0.10"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.10.tgz#cd3a918ac47032591138b6169fddc35706625b13"
integrity sha512-rRBlDMXfVPkW3CqVQxazFqkuJXd0BFnD1zjI9WtDiNt3o2pTHbLzuWJnXKuIt5rzv0x/bFwNqIt4CPW2DYGNMg==
dependencies:
"@angular-devkit/core" "17.0.10"
"@angular-devkit/schematics" "17.0.10"
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 47f03e8

Please sign in to comment.