Skip to content

Commit 23f8d69

Browse files
committed
Update dependency tslint to v5.15.0
1 parent 8623309 commit 23f8d69

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jest": "23.0.0",
3838
"standard": "10.0.3",
3939
"ts-jest": "22.4.4",
40-
"tslint": "5.9.1",
40+
"tslint": "5.15.0",
4141
"typescript": "3.0.3"
4242
},
4343
"keywords": [

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,6 +2724,13 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
27242724
version "3.0.2"
27252725
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
27262726

2727+
js-yaml@^3.13.0:
2728+
version "3.13.0"
2729+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
2730+
dependencies:
2731+
argparse "^1.0.7"
2732+
esprima "^4.0.0"
2733+
27272734
js-yaml@^3.5.1, js-yaml@^3.7.0:
27282735
version "3.9.0"
27292736
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.9.0.tgz#4ffbbf25c2ac963b8299dc74da7e3740de1c18ce"
@@ -4339,28 +4346,33 @@ tslib@^1.8.0:
43394346
version "1.8.1"
43404347
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
43414348

4342-
4343-
version "5.9.1"
4344-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
4349+
tslib@^1.8.1:
4350+
version "1.9.3"
4351+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
4352+
4353+
4354+
version "5.15.0"
4355+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.15.0.tgz#6ffb180986d63afa1e531feb2a134dbf961e27d3"
43454356
dependencies:
43464357
babel-code-frame "^6.22.0"
43474358
builtin-modules "^1.1.1"
43484359
chalk "^2.3.0"
43494360
commander "^2.12.1"
43504361
diff "^3.2.0"
43514362
glob "^7.1.1"
4352-
js-yaml "^3.7.0"
4363+
js-yaml "^3.13.0"
43534364
minimatch "^3.0.4"
4365+
mkdirp "^0.5.1"
43544366
resolve "^1.3.2"
43554367
semver "^5.3.0"
43564368
tslib "^1.8.0"
4357-
tsutils "^2.12.1"
4369+
tsutils "^2.29.0"
43584370

4359-
tsutils@^2.12.1:
4360-
version "2.14.0"
4361-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7"
4371+
tsutils@^2.29.0:
4372+
version "2.29.0"
4373+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
43624374
dependencies:
4363-
tslib "^1.8.0"
4375+
tslib "^1.8.1"
43644376

43654377
tunnel-agent@^0.6.0:
43664378
version "0.6.0"

0 commit comments

Comments
 (0)