Skip to content

Commit db4e276

Browse files
chore(deps-dev): bump tslint from 6.1.2 to 6.1.3 (#419)
Bumps [tslint](https://github.com/palantir/tslint) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](palantir/tslint@6.1.2...6.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bc87316 commit db4e276

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
@@ -39,7 +39,7 @@
3939
"nyc": "11.9.0",
4040
"prettier": "2.0.5",
4141
"standard-version": "4.4.0",
42-
"tslint": "6.1.2",
42+
"tslint": "6.1.3",
4343
"tslint-config-prettier": "1.18.0",
4444
"tslint-plugin-prettier": "2.0.1",
4545
"typescript": "3.9.7"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,10 +2401,10 @@ trim-right@^1.0.1:
24012401
version "1.0.1"
24022402
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
24032403

2404-
tslib@^1.10.0, tslib@^1.7.1, tslib@^1.8.1:
2405-
version "1.11.1"
2406-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
2407-
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
2404+
tslib@^1.13.0, tslib@^1.7.1, tslib@^1.8.1:
2405+
version "1.13.0"
2406+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
2407+
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
24082408

24092409
tslint-config-prettier@1.18.0:
24102410
version "1.18.0"
@@ -2418,10 +2418,10 @@ tslint-plugin-prettier@2.0.1:
24182418
lines-and-columns "^1.1.6"
24192419
tslib "^1.7.1"
24202420

2421-
tslint@6.1.2:
2422-
version "6.1.2"
2423-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.2.tgz#2433c248512cc5a7b2ab88ad44a6b1b34c6911cf"
2424-
integrity sha512-UyNrLdK3E0fQG/xWNqAFAC5ugtFyPO4JJR1KyyfQAyzR8W0fTRrC91A8Wej4BntFzcvETdCSDa/4PnNYJQLYiA==
2421+
tslint@6.1.3:
2422+
version "6.1.3"
2423+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"
2424+
integrity sha512-IbR4nkT96EQOvKE2PW/djGz8iGNeJ4rF2mBfiYaR/nvUWYKJhLwimoJKgjIFEIDibBtOevj7BqCRL4oHeWWUCg==
24252425
dependencies:
24262426
"@babel/code-frame" "^7.0.0"
24272427
builtin-modules "^1.1.1"
@@ -2434,7 +2434,7 @@ tslint@6.1.2:
24342434
mkdirp "^0.5.3"
24352435
resolve "^1.3.2"
24362436
semver "^5.3.0"
2437-
tslib "^1.10.0"
2437+
tslib "^1.13.0"
24382438
tsutils "^2.29.0"
24392439

24402440
tsutils@^2.29.0:

0 commit comments

Comments
 (0)