From 45218c47c015dfc549228008844b313bd675ea03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 09:50:00 +0000 Subject: [PATCH] Update jshint-stylish requirement from ^1.0.0 to ^2.2.1 Updates the requirements on [jshint-stylish](https://github.com/sindresorhus/jshint-stylish) to permit the latest version. - [Release notes](https://github.com/sindresorhus/jshint-stylish/releases) - [Commits](https://github.com/sindresorhus/jshint-stylish/compare/v1.0.0...v2.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ade349..7964eed 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "grunt-coveralls": "^1.0.0", "grunt-karma-coveralls": "^2.5.3", "grunt-replace": "^0.8.0", - "jshint-stylish": "^1.0.0", + "jshint-stylish": "^2.2.1", "karma": "~0.12.8", "karma-chrome-launcher": "~0.1.0", "karma-cli": "0.0.4",