Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 2a3e86a

Browse files
dependabot-supportjohnrees
authored andcommitted
Bump tslint from 5.14.0 to 5.15.0
Bumps [tslint](https://github.com/palantir/tslint) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](palantir/tslint@5.14.0...5.15.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92ec3d4 commit 2a3e86a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rimraf": "^2.6.3",
3939
"ts-jest": "^24.0.2",
4040
"ts-node-dev": "^1.0.0-pre.32",
41-
"tslint": "^5.14.0",
41+
"tslint": "^5.15.0",
4242
"tslint-config-airbnb": "^5.11.1",
4343
"tslint-config-prettier": "^1.18.0",
4444
"tslint-react": "^3.6.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ js-tokens@^3.0.2:
30623062
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
30633063
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
30643064

3065-
js-yaml@^3.12.0, js-yaml@^3.12.2, js-yaml@^3.7.0, js-yaml@^3.9.0:
3065+
js-yaml@^3.12.0, js-yaml@^3.12.2, js-yaml@^3.13.0, js-yaml@^3.9.0:
30663066
version "3.13.0"
30673067
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
30683068
integrity sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==
@@ -5314,18 +5314,18 @@ tslint-react@^3.6.0:
53145314
dependencies:
53155315
tsutils "^2.13.1"
53165316

5317-
tslint@^5.14.0:
5318-
version "5.14.0"
5319-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.14.0.tgz#be62637135ac244fc9b37ed6ea5252c9eba1616e"
5320-
integrity sha512-IUla/ieHVnB8Le7LdQFRGlVJid2T/gaJe5VkjzRVSRR6pA2ODYrnfR1hmxi+5+au9l50jBwpbBL34txgv4NnTQ==
5317+
tslint@^5.15.0:
5318+
version "5.15.0"
5319+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.15.0.tgz#6ffb180986d63afa1e531feb2a134dbf961e27d3"
5320+
integrity sha512-6bIEujKR21/3nyeoX2uBnE8s+tMXCQXhqMmaIPJpHmXJoBJPTLcI7/VHRtUwMhnLVdwLqqY3zmd8Dxqa5CVdJA==
53215321
dependencies:
53225322
babel-code-frame "^6.22.0"
53235323
builtin-modules "^1.1.1"
53245324
chalk "^2.3.0"
53255325
commander "^2.12.1"
53265326
diff "^3.2.0"
53275327
glob "^7.1.1"
5328-
js-yaml "^3.7.0"
5328+
js-yaml "^3.13.0"
53295329
minimatch "^3.0.4"
53305330
mkdirp "^0.5.1"
53315331
resolve "^1.3.2"

0 commit comments

Comments
 (0)