From d5a4cd1c4a452b0ebdceba0a143b0e5b43758094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 25 Nov 2018 14:42:03 +0000 Subject: [PATCH] Update jscs requirement from ^2.9.0 to ^3.0.7 Updates the requirements on [jscs](https://github.com/jscs-dev/node-jscs) to permit the latest version. - [Release notes](https://github.com/jscs-dev/node-jscs/releases) - [Changelog](https://github.com/jscs-dev/node-jscs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jscs-dev/node-jscs/commits/v3.0.7) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0fa3e4..78a6b7a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": "^2.13.1", "eslint-config-hexo": "^1.0.2", "istanbul": "^0.4.2", - "jscs": "^2.9.0", + "jscs": "^3.0.7", "jscs-preset-hexo": "^1.0.1", "mocha": "^5.2.0" }