Update tslb

This commit is contained in:
Alex Lende 2020-05-07 11:17:26 -05:00
parent 55dbb43672
commit b4a25cc48d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1201,9 +1201,9 @@
}
},
"tslib": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz",
"integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA=="
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.2.tgz",
"integrity": "sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg=="
},
"tslint": {
"version": "6.1.0",

View File

@ -33,7 +33,7 @@
"find-cache-dir": "^3.3.1",
"fs-extra": "8.1.0",
"resolve": "1.15.1",
"tslib": "1.11.1"
"tslib": "1.11.2"
},
"peerDependencies": {
"rollup": ">=1.26.3",