Skip to content

Commit

Permalink
chore(deps): update dependency @angular/compiler-cli to v11.2.14 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 19, 2021
1 parent f71cd19 commit a2c1284
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@angular-devkit/core": "11.2.13",
"@angular-devkit/schematics": "11.2.13",
"@angular/cli": "11.2.13",
"@angular/compiler-cli": "11.2.6",
"@angular/compiler-cli": "11.2.14",
"@types/node": "14.14.35",
"typescript": "4.1.5"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@
dependencies:
tslib "^2.0.0"

"@angular/compiler-cli@11.2.6":
version "11.2.6"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.2.6.tgz#456844d71079df3ca3f025aaa9d9df9ed5a79006"
integrity sha512-1OC8UkySaLzaw3aSrm8A6SA88CxQAdA4ffaOhBLE/Ee6CxpneVxn3ORlnccqnS8zWyEpschbootPJV56U3Azeg==
"@angular/compiler-cli@11.2.14":
version "11.2.14"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.2.14.tgz#fdd22aeec25aa2477595bed631d19e977254ecc5"
integrity sha512-A7ltnCp03/EVqK/Q3tVUDsokgz5GHW3dSPGl0Csk7Ys5uBB9ibHTmVt4eiXA4jt0+6Bk+mKxwe5BEDqLvwYFAg==
dependencies:
"@babel/core" "^7.8.6"
"@babel/types" "^7.8.6"
Expand All @@ -218,7 +218,7 @@
source-map "^0.6.1"
sourcemap-codec "^1.4.8"
tslib "^2.0.0"
yargs "^16.1.1"
yargs "^16.2.0"

"@angular/compiler@^11.2.6":
version "11.2.6"
Expand Down Expand Up @@ -7923,7 +7923,7 @@ yargs@^13.3.2:
y18n "^4.0.0"
yargs-parser "^13.1.2"

yargs@^16.1.1:
yargs@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
Expand Down

0 comments on commit a2c1284

Please sign in to comment.