Skip to content

Commit f50fc7c

Browse files
committed
chore(deps): update dependency tslint to v5.19.0
1 parent 45afff8 commit f50fc7c

File tree

2 files changed

+36
-10
lines changed

2 files changed

+36
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"moment": "2.22.0",
2121
"parse": "1.11.0",
2222
"ts-jest": "21.2.4",
23-
"tslint": "5.11.0",
23+
"tslint": "5.19.0",
2424
"tslint-config-airbnb": "5.3.0",
2525
"typescript": "2.8.1"
2626
},

yarn.lock

+35-9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# yarn lockfile v1
33

44

5+
"@babel/code-frame@^7.0.0":
6+
version "7.5.5"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
8+
dependencies:
9+
"@babel/highlight" "^7.0.0"
10+
511
"@babel/code-frame@^7.0.0-beta.35":
612
version "7.0.0-beta.40"
713
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.40.tgz#37e2b0cf7c56026b4b21d3927cadf81adec32ac6"
@@ -16,6 +22,14 @@
1622
esutils "^2.0.2"
1723
js-tokens "^3.0.0"
1824

25+
"@babel/highlight@^7.0.0":
26+
version "7.5.0"
27+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
28+
dependencies:
29+
chalk "^2.0.0"
30+
esutils "^2.0.2"
31+
js-tokens "^4.0.0"
32+
1933
"@types/jest@22.2.2":
2034
version "22.2.2"
2135
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.2.2.tgz#afe5dacbd00d65325f52da0ed3e76e259629ac9d"
@@ -1957,6 +1971,17 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
19571971
version "3.0.2"
19581972
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
19591973

1974+
js-tokens@^4.0.0:
1975+
version "4.0.0"
1976+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
1977+
1978+
js-yaml@^3.13.1:
1979+
version "3.13.1"
1980+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
1981+
dependencies:
1982+
argparse "^1.0.7"
1983+
esprima "^4.0.0"
1984+
19601985
js-yaml@^3.7.0:
19611986
version "3.10.0"
19621987
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
@@ -3191,22 +3216,23 @@ tslint-microsoft-contrib@^5.0.0:
31913216
dependencies:
31923217
tsutils "^1.4.0"
31933218

3194-
tslint@5.11.0:
3195-
version "5.11.0"
3196-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11.0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed"
3219+
tslint@5.19.0:
3220+
version "5.19.0"
3221+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.19.0.tgz#a2cbd4a7699386da823f6b499b8394d6c47bb968"
31973222
dependencies:
3198-
babel-code-frame "^6.22.0"
3223+
"@babel/code-frame" "^7.0.0"
31993224
builtin-modules "^1.1.1"
32003225
chalk "^2.3.0"
32013226
commander "^2.12.1"
32023227
diff "^3.2.0"
32033228
glob "^7.1.1"
3204-
js-yaml "^3.7.0"
3229+
js-yaml "^3.13.1"
32053230
minimatch "^3.0.4"
3231+
mkdirp "^0.5.1"
32063232
resolve "^1.3.2"
32073233
semver "^5.3.0"
32083234
tslib "^1.8.0"
3209-
tsutils "^2.27.2"
3235+
tsutils "^2.29.0"
32103236

32113237
tslint@~5.1.0:
32123238
version "5.1.0"
@@ -3232,9 +3258,9 @@ tsutils@^2.12.0:
32323258
dependencies:
32333259
tslib "^1.7.1"
32343260

3235-
tsutils@^2.27.2:
3236-
version "2.27.2"
3237-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.27.2.tgz#60ba88a23d6f785ec4b89c6e8179cac9b431f1c7"
3261+
tsutils@^2.29.0:
3262+
version "2.29.0"
3263+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
32383264
dependencies:
32393265
tslib "^1.8.1"
32403266

0 commit comments

Comments
 (0)