diff --git a/package-lock.json b/package-lock.json index eae4a0df..b6d9071e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "clean-css-cli": "^5.3.0", "copyfiles": "^2.4.1", "eslint": "^7.27.0", - "jshint": "^2.12.0", + "jshint": "^2.13.0", "jshint-stylish": "^2.0.1", "npm-run-all": "^4.1.5", "npm-watch": "^0.9.0", @@ -2209,16 +2209,16 @@ } }, "node_modules/jshint": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.12.0.tgz", - "integrity": "sha512-TwuuaUDmra0JMkuqvqy+WGo2xGHSNjv1BA1nTIgtH2K5z1jHuAEeAgp7laaR+hLRmajRjcrM71+vByBDanCyYA==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.0.tgz", + "integrity": "sha512-Nd+md9wIeyfDK+RGrbOBzwLONSTdihGMtyGYU/t7zYcN2EgUa4iuY3VK2oxtPYrW5ycTj18iC+UbhNTxe4C66g==", "dev": true, "dependencies": { "cli": "~1.0.0", "console-browserify": "1.1.x", "exit": "0.1.x", "htmlparser2": "3.8.x", - "lodash": "~4.17.19", + "lodash": "~4.17.21", "minimatch": "~3.0.2", "shelljs": "0.3.x", "strip-json-comments": "1.0.x" @@ -5569,16 +5569,16 @@ } }, "jshint": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.12.0.tgz", - "integrity": "sha512-TwuuaUDmra0JMkuqvqy+WGo2xGHSNjv1BA1nTIgtH2K5z1jHuAEeAgp7laaR+hLRmajRjcrM71+vByBDanCyYA==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.0.tgz", + "integrity": "sha512-Nd+md9wIeyfDK+RGrbOBzwLONSTdihGMtyGYU/t7zYcN2EgUa4iuY3VK2oxtPYrW5ycTj18iC+UbhNTxe4C66g==", "dev": true, "requires": { "cli": "~1.0.0", "console-browserify": "1.1.x", "exit": "0.1.x", "htmlparser2": "3.8.x", - "lodash": "~4.17.19", + "lodash": "~4.17.21", "minimatch": "~3.0.2", "shelljs": "0.3.x", "strip-json-comments": "1.0.x" diff --git a/package.json b/package.json index d2fa17e9..490ba3f4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "clean-css-cli": "^5.3.0", "copyfiles": "^2.4.1", "eslint": "^7.27.0", - "jshint": "^2.12.0", + "jshint": "^2.13.0", "jshint-stylish": "^2.0.1", "npm-run-all": "^4.1.5", "npm-watch": "^0.9.0",