Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 8e5e509

Browse files
committed
chore(deps): update dependency tslint to v5.20.1
1 parent 4a5463a commit 8e5e509

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"size-limit": "0.22.0",
3333
"ts-loader": "5.4.5",
3434
"ts-node": "8.2.0",
35-
"tslint": "5.17.0",
35+
"tslint": "5.20.1",
3636
"typescript": "3.5.1",
3737
"typescript-eslint-parser": "21.0.2",
3838
"wdio-mocha-framework": "0.6.4",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ diff-match-patch@^1.0.0:
16971697
version "1.0.1"
16981698
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.1.tgz#d5f880213d82fbc124d2b95111fb3c033dbad7fa"
16991699

1700-
[email protected], diff@^3.1.0, diff@^3.2.0:
1700+
[email protected], diff@^3.1.0:
17011701
version "3.5.0"
17021702
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
17031703

@@ -6393,15 +6393,16 @@ tslint-eslint-rules@^5.3.1:
63936393
tslib "1.9.0"
63946394
tsutils "2.8.0"
63956395

6396-
6397-
version "5.17.0"
6398-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.17.0.tgz#f9f0ce2011d8e90debaa6e9b4975f24cd16852b8"
6396+
6397+
version "5.20.1"
6398+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"
6399+
integrity sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==
63996400
dependencies:
64006401
"@babel/code-frame" "^7.0.0"
64016402
builtin-modules "^1.1.1"
64026403
chalk "^2.3.0"
64036404
commander "^2.12.1"
6404-
diff "^3.2.0"
6405+
diff "^4.0.1"
64056406
glob "^7.1.1"
64066407
js-yaml "^3.13.1"
64076408
minimatch "^3.0.4"

0 commit comments

Comments
 (0)