diff --git a/package.json b/package.json index 0b930f8..f3c304b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "sinon-chai": "3.5.0", "source-map-support": "0.5.19", "standard-version": "8.0.2", - "tslint": "6.1.2", + "tslint": "6.1.3", "tslint-clean-code": "0.2.10", "tslint-consistent-codestyle": "1.16.0", "tslint-etc": "1.13.0", diff --git a/yarn.lock b/yarn.lock index 46437c8..dae7f3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4041,10 +4041,10 @@ tslib@1.11.2: resolved "https://artifacts.apextoaster.com/repository/group-npm/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9" integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg== -tslib@^1.10.0: - version "1.11.1" - resolved "https://artifacts.apextoaster.com/repository/group-npm/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35" - integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== +tslib@^1.13.0: + version "1.13.0" + resolved "https://artifacts.apextoaster.com/repository/group-npm/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" + integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: version "1.10.0" @@ -4097,10 +4097,10 @@ tslint-sonarts@1.9.0: dependencies: immutable "^3.8.2" -tslint@6.1.2: - version "6.1.2" - resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint/-/tslint-6.1.2.tgz#2433c248512cc5a7b2ab88ad44a6b1b34c6911cf" - integrity sha512-UyNrLdK3E0fQG/xWNqAFAC5ugtFyPO4JJR1KyyfQAyzR8W0fTRrC91A8Wej4BntFzcvETdCSDa/4PnNYJQLYiA== +tslint@6.1.3: + version "6.1.3" + resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904" + integrity sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg== dependencies: "@babel/code-frame" "^7.0.0" builtin-modules "^1.1.1" @@ -4113,7 +4113,7 @@ tslint@6.1.2: mkdirp "^0.5.3" resolve "^1.3.2" semver "^5.3.0" - tslib "^1.10.0" + tslib "^1.13.0" tsutils "^2.29.0" tslint@^5.9.1: