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

---
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 Dec 21, 2023
1 parent 92f863a commit b7e31e9
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.7",
"@angular/compiler-cli": "~15.0.2",
"@angular/language-service": "~17.0.8",
"@schematics/angular": "~17.0.6",
"@schematics/angular": "~17.0.8",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "~20.10.5",
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.8":
version "17.0.8"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.8.tgz#76152da2331ac253d0af8c97ce5963db9fdc73d5"
integrity sha512-gI8+SOwGUwr0WOlFrhLjohLolMzcguuoR0LTZEcGjdXvQyPgH4NDSRIIrfWCdu+ZVhfy76o3zQYdYc9QN8NrjQ==
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.7":
version "17.0.7"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.7.tgz#35f085d5b3da249c3d8513be5613d02219fedb2e"
Expand All @@ -136,6 +148,17 @@
ora "5.4.1"
rxjs "7.8.1"

"@angular-devkit/schematics@17.0.8":
version "17.0.8"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.8.tgz#a118c54ea208ad1f4d83b5317f8ae30ee3cffbfb"
integrity sha512-syo814SVWfJvne448IijjZvpWbuqJsEutdNqHWLTewTfX2U3KrIAr/XRVcXQMuyMvLCDiuxjMgEJxOIP7mcIPw==
dependencies:
"@angular-devkit/core" "17.0.8"
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.7", "@schematics/angular@~17.0.6":
"@schematics/angular@17.0.7":
version "17.0.7"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.7.tgz#7e4e411f523413a6a80aad1309b5e278a2baca7b"
integrity sha512-d7QKmcKrM4owb/2bR7Ipf23roiNbvbD/x7reNhQAtKAPLSHJ3Ulkf1+Yv+dj+9f+K7y9SBviEUSrD27BQ9WaxQ==
Expand All @@ -1756,6 +1779,15 @@
"@angular-devkit/schematics" "17.0.7"
jsonc-parser "3.2.0"

"@schematics/angular@~17.0.8":
version "17.0.8"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.8.tgz#2c8ba9fbb9529f2d44b3dc608a2b8dbae6495cce"
integrity sha512-1h5mwKFv1B/L5JWZ0mxnC4ms06iwnSi/w+GgRZPeM3P5BpuZuvAkFiClNnM55iLlQJXRQioPNLM3sOsz7spR6w==
dependencies:
"@angular-devkit/core" "17.0.8"
"@angular-devkit/schematics" "17.0.8"
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 b7e31e9

Please sign in to comment.