From dd97562c52ef3b7de8e1fb5b7e5d5e18bf0e1525 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Dec 2019 04:58:45 +0000 Subject: [PATCH] fix: upgrade tslint from 5.11.0 to 5.20.1 Snyk has created this PR to upgrade tslint from 5.11.0 to 5.20.1. See this package in NPM: https://www.npmjs.com/package/tslint See this project in Snyk: https://app.snyk.io/org/dyna-dot/project/455a9ffc-dabf-475a-bd90-2600bcfac3f3?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 530b2b8..8d5aa2c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "^16.4.2", "react-dom": "^16.4.2", "react-scripts-ts": "2.17.0", - "tslint": "^5.11.0", + "tslint": "^5.20.1", "unidecode": "^0.1.8", "xmldom": "^0.1.27", "xpath": "^0.0.27"