Skip to content

Commit

Permalink
build: bump @schematics/angular from 11.0.0 to 11.0.3 (#21234)
Browse files Browse the repository at this point in the history
Bumps [@schematics/angular](https://github.com/angular/angular-cli) from 11.0.0 to 11.0.3.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](angular/angular-cli@v11.0.0...v11.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 8, 2020
1 parent 97a4dfe commit ede509a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions yarn.lock
Expand Up @@ -13,23 +13,23 @@
typescript "4.0.5"
webpack-sources "2.0.1"

"@angular-devkit/core@11.0.0", "@angular-devkit/core@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-11.0.0.tgz#bf69f1fb7a00d0496785f84122daae7dc27a4b14"
integrity sha512-fXZtSs3J4S12hboi3om1FA+QS0e8nuQMyzl2nkmtuhcELUFMmSrEl36dtCni5e7Svs46BUAZ5w8EazIkgGQDJg==
"@angular-devkit/core@11.0.3", "@angular-devkit/core@^11.0.0":
version "11.0.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-11.0.3.tgz#2acc7c90f1597b87455e0a5f93ebb1cd01b873aa"
integrity sha512-gJRiBj0gWDR2VtIvLvwwc/GM2MZvg1xw69ZbBJ1VuUgDqPBHdC8q3UMW3B82wdhxK+RBYa7ZOJxtIVggaHkm9g==
dependencies:
ajv "6.12.6"
fast-json-stable-stringify "2.1.0"
magic-string "0.25.7"
rxjs "6.6.3"
source-map "0.7.3"

"@angular-devkit/schematics@11.0.0", "@angular-devkit/schematics@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-11.0.0.tgz#ebdbd3b4cf9f740f793df3200cd28c00447abfc8"
integrity sha512-oCz9E0thA5WdGDuv6biu3X5kw5/vNE4ZZOKT2sHBQMpAuuDYrDpfTYQJjXQtjfXWvmlr8L8aqDD9N4HXsE4Esw==
"@angular-devkit/schematics@11.0.3", "@angular-devkit/schematics@^11.0.0":
version "11.0.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-11.0.3.tgz#fc7fb9432d9e2678162794afdaf4fd338e731509"
integrity sha512-VZnqgnnfyzyMluIDvGp+ZlDU2P9BnjrhacBOdqBS/jNQ7oxyE0AWrUApGXcejOJ13Z7pEf31E64P3bImcjwP+A==
dependencies:
"@angular-devkit/core" "11.0.0"
"@angular-devkit/core" "11.0.3"
ora "5.1.0"
rxjs "6.6.3"

Expand Down Expand Up @@ -1614,12 +1614,12 @@
colors "~1.2.1"

"@schematics/angular@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-11.0.0.tgz#d292aeb472e1f5f11917df9f660d38b3f792dd5b"
integrity sha512-/4fkfryoCKQv7nnZgbQ/2aLg8418/SdrCi4ASN0xpfcj34oe2FqsKypeoJG+3bQVF8CLfseorvPNR2YINb4RQA==
version "11.0.3"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-11.0.3.tgz#ebeecc02edc71e6e22538e90ae1dff5bc44e56b4"
integrity sha512-H+rWJOafl8OXrC/GMJihWYTFsR2K49tWM6AyJLBxja6qyZwwL184SLPvvkPsz3+LDs+fxfOzQ1K+sIpuZLqizw==
dependencies:
"@angular-devkit/core" "11.0.0"
"@angular-devkit/schematics" "11.0.0"
"@angular-devkit/core" "11.0.3"
"@angular-devkit/schematics" "11.0.3"
jsonc-parser "2.3.1"

"@sindresorhus/is@^0.14.0":
Expand Down

0 comments on commit ede509a

Please sign in to comment.