chore(deps): bump tslib from 2.0.1 to 2.0.3

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.0.1...2.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-10-20 04:59:24 +00:00
committed by GitHub
parent f7867cb9d9
commit a7711a5833
2 changed files with 10 additions and 4 deletions

12
package-lock.json generated
View File

@@ -177,6 +177,12 @@
"webpack-sources": "1.4.3" "webpack-sources": "1.4.3"
}, },
"dependencies": { "dependencies": {
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==",
"dev": true
},
"typescript": { "typescript": {
"version": "4.0.2", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz",
@@ -12652,9 +12658,9 @@
"dev": true "dev": true
}, },
"tslib": { "tslib": {
"version": "2.0.1", "version": "2.0.3",
"resolved": "https://registry.npm.taobao.org/tslib/download/tslib-2.0.1.tgz?cache=0&sync_timestamp=1596753493758&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftslib%2Fdownload%2Ftslib-2.0.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha1-QQ6w0RPltjVkkO7HSWA3JbAhtD4=" "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
}, },
"tslint": { "tslint": {
"version": "6.1.3", "version": "6.1.3",

View File

@@ -24,7 +24,7 @@
"jquery": "^3.5.1", "jquery": "^3.5.1",
"ng-zorro-antd": "^9.3.0", "ng-zorro-antd": "^9.3.0",
"rxjs": "^6.6.3", "rxjs": "^6.6.3",
"tslib": "^2.0.1", "tslib": "^2.0.3",
"vditor": "^3.5.5", "vditor": "^3.5.5",
"zone.js": "^0.11.2" "zone.js": "^0.11.2"
}, },