chore(deps-dev): bump tslint from 5.13.1 to 5.14.0 (#201)
Bumps [tslint](https://github.com/palantir/tslint) from 5.13.1 to 5.14.0. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/palantir/tslint/compare/5.13.1...5.14.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
f6cb059dc1
commit
946cc68ef1
2 changed files with 7 additions and 7 deletions
|
@ -180,7 +180,7 @@
|
|||
"gulp-sourcemaps": "^2.6.5",
|
||||
"gulp-typescript": "^5.0.0",
|
||||
"merge2": "^1.2.3",
|
||||
"tslint": "^5.13.1",
|
||||
"tslint": "^5.14.0",
|
||||
"tslint-config-fire": "^1.0.1",
|
||||
"typescript": "^3.3.3333",
|
||||
"vscode": "^1.1.30"
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -2999,10 +2999,10 @@ tslint-config-fire@^1.0.1:
|
|||
resolved "https://registry.yarnpkg.com/tslint-config-fire/-/tslint-config-fire-1.0.1.tgz#07d80eb14140f084c488da5756e4623070a7db31"
|
||||
integrity sha512-kSYiN7Jbk8MYNCW6Sjt1ay41q9/AtalgT+LvdzosIB+PTwTij8SHPfqZrPuFy7TW6Am0R6m9zKpskpqy2vEmpQ==
|
||||
|
||||
tslint@^5.13.1:
|
||||
version "5.13.1"
|
||||
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.13.1.tgz#fbc0541c425647a33cd9108ce4fd4cd18d7904ed"
|
||||
integrity sha512-fplQqb2miLbcPhyHoMV4FU9PtNRbgmm/zI5d3SZwwmJQM6V0eodju+hplpyfhLWpmwrDNfNYU57uYRb8s0zZoQ==
|
||||
tslint@^5.14.0:
|
||||
version "5.14.0"
|
||||
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.14.0.tgz#be62637135ac244fc9b37ed6ea5252c9eba1616e"
|
||||
integrity sha512-IUla/ieHVnB8Le7LdQFRGlVJid2T/gaJe5VkjzRVSRR6pA2ODYrnfR1hmxi+5+au9l50jBwpbBL34txgv4NnTQ==
|
||||
dependencies:
|
||||
babel-code-frame "^6.22.0"
|
||||
builtin-modules "^1.1.1"
|
||||
|
@ -3016,9 +3016,9 @@ tslint@^5.13.1:
|
|||
resolve "^1.3.2"
|
||||
semver "^5.3.0"
|
||||
tslib "^1.8.0"
|
||||
tsutils "^2.27.2"
|
||||
tsutils "^2.29.0"
|
||||
|
||||
tsutils@^2.27.2:
|
||||
tsutils@^2.29.0:
|
||||
version "2.29.0"
|
||||
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
|
||||
integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==
|
||||
|
|
Loading…
Reference in a new issue