Bump @angular/core from 10.0.5 to 11.0.5

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.5 to 11.0.5.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.5/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-03 01:15:10 +00:00 committed by GitHub
parent a718036ab6
commit cc5087ca04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 11 deletions

13
package-lock.json generated
View File

@ -696,18 +696,11 @@
}
},
"@angular/core": {
"version": "10.0.5",
"resolved": "https://registry.npm.taobao.org/@angular/core/download/@angular/core-10.0.5.tgz",
"integrity": "sha1-UqEdG2zgZfbCbZGas76iM/UZAr4=",
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz",
"integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==",
"requires": {
"tslib": "^2.0.0"
},
"dependencies": {
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/tslib/download/tslib-2.0.0.tgz?cache=0&sync_timestamp=1589411820927&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftslib%2Fdownload%2Ftslib-2.0.0.tgz",
"integrity": "sha1-GNE/wtzgQFHiDwdMyDh/2Aic5PM="
}
}
},
"@angular/flex-layout": {

View File

@ -18,7 +18,7 @@
"@angular/cdk": "~10.1.0",
"@angular/common": "~10.0.5",
"@angular/compiler": "~10.0.5",
"@angular/core": "~10.0.5",
"@angular/core": "~11.0.5",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "~10.0.5",
"@angular/material": "^10.1.0",