Bump tslib from 2.1.0 to 2.3.0 (#2176)

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

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-14 21:15:21 +02:00
committed by GitHub
parent bc540e169a
commit b80bf43c13
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -37042,9 +37042,9 @@
}
},
"tslib": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
},
"tslint": {
"version": "5.20.1",

View File

@@ -52,7 +52,7 @@
"moment-es6": "1.0.0",
"pdfjs-dist": "2.5.207",
"rxjs": "^6.6.3",
"tslib": "^2.0.1",
"tslib": "^2.3.0",
"zone.js": "~0.10.2"
},
"devDependencies": {