Skip to content

Commit

Permalink
Merge pull request #445 from jesperancinha/dependabot/npm_and_yarn/bl…
Browse files Browse the repository at this point in the history
…-central-server/bl-web-ui/schematics/angular-17.0.4

Bump @schematics/angular from 17.0.3 to 17.0.4 in /bl-central-server/bl-web-ui
  • Loading branch information
github-actions[bot] authored Nov 29, 2023
2 parents b321db1 + 34c36b4 commit 3191f6d
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.3",
"@angular/compiler-cli": "~15.0.2",
"@angular/language-service": "~17.0.4",
"@schematics/angular": "~17.0.2",
"@schematics/angular": "~17.0.4",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "~20.10.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.4":
version "17.0.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.4.tgz#c92dbc620a3021af8ff47b60d17d2214b389f52b"
integrity sha512-KlPxbtva4fpDFulXHqhPIMp4hnXsp6d4z0Odz2027LNSCZ5Sk1oFltmb+VMVvGD4Q7NkC7FCtCUbjrLAFON3PQ==
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.3":
version "17.0.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.3.tgz#854877856751b2e8350eaa24645ee92ad9f6c6a9"
Expand All @@ -136,6 +148,17 @@
ora "5.4.1"
rxjs "7.8.1"

"@angular-devkit/schematics@17.0.4":
version "17.0.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.4.tgz#3a093c96d91b7fa20b47012711ed2408794feee9"
integrity sha512-gETn3PWmdKoXw0fNox+Y81bRQVJfL6o+6FNhp8Ty2CKko00kHsKDSo8AIErpw/H/A/d2+oSvmzycFyXV9Gge0g==
dependencies:
"@angular-devkit/core" "17.0.4"
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.3", "@schematics/angular@~17.0.2":
"@schematics/angular@17.0.3":
version "17.0.3"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.3.tgz#58b6d2d67875136de1990560d8423e4a30baeea9"
integrity sha512-pFHAqHMNm2WLoquJD4osSA/OAgH+wsFayPuqQnKjDEzeVW/YfJSbUksJ2iFt+uSfrhc/VxPf6pmGBMzi+9d0ng==
Expand All @@ -1756,6 +1779,15 @@
"@angular-devkit/schematics" "17.0.3"
jsonc-parser "3.2.0"

"@schematics/angular@~17.0.4":
version "17.0.4"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.4.tgz#9ff1fac20a21e6dd051164f077a45d41b28cc111"
integrity sha512-71KIAJDbH6yyr+/qy2VDyHXiGWFb8HzycY66lKl/XsK821/00ivppxWfppd3b5mDlYhd180rxPLFHHhcwbpA4w==
dependencies:
"@angular-devkit/core" "17.0.4"
"@angular-devkit/schematics" "17.0.4"
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 3191f6d

Please sign in to comment.