Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 47c7f9d

Browse files
Update dependency tslint to ^6.1.3 (#403)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9b19a17 commit 47c7f9d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lnfs-cli": "^2.1.0",
4848
"parcel-bundler": "^1.12.4",
4949
"prettier": "^1.19.1",
50-
"tslint": "^6.1.2",
50+
"tslint": "^6.1.3",
5151
"yarn-deduplicate": "^2.0.0"
5252
},
5353
"dependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7019,10 +7019,10 @@ trim-newlines@^1.0.0:
70197019
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
70207020
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
70217021

7022-
tslib@^1.10.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
7023-
version "1.11.1"
7024-
resolved "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
7025-
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
7022+
tslib@^1.13.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
7023+
version "1.13.0"
7024+
resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
7025+
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
70267026

70277027
tslint-config-prettier@^1.18.0:
70287028
version "1.18.0"
@@ -7041,10 +7041,10 @@ tslint-react@^4.0.0:
70417041
dependencies:
70427042
tsutils "^3.9.1"
70437043

7044-
tslint@^6.1.2:
7045-
version "6.1.2"
7046-
resolved "https://registry.npmjs.org/tslint/-/tslint-6.1.2.tgz#2433c248512cc5a7b2ab88ad44a6b1b34c6911cf"
7047-
integrity sha512-UyNrLdK3E0fQG/xWNqAFAC5ugtFyPO4JJR1KyyfQAyzR8W0fTRrC91A8Wej4BntFzcvETdCSDa/4PnNYJQLYiA==
7044+
tslint@^6.1.3:
7045+
version "6.1.3"
7046+
resolved "https://registry.npmjs.org/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"
7047+
integrity sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==
70487048
dependencies:
70497049
"@babel/code-frame" "^7.0.0"
70507050
builtin-modules "^1.1.1"
@@ -7057,7 +7057,7 @@ tslint@^6.1.2:
70577057
mkdirp "^0.5.3"
70587058
resolve "^1.3.2"
70597059
semver "^5.3.0"
7060-
tslib "^1.10.0"
7060+
tslib "^1.13.0"
70617061
tsutils "^2.29.0"
70627062

70637063
tsutils-etc@^1.1.0:

0 commit comments

Comments
 (0)