From d8a1136dca40a4dbfbb9e5f3472dd59fb6c671e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 19:32:37 +0000 Subject: [PATCH] Bump jshint from 2.11.2 to 2.12.0 Bumps [jshint](https://github.com/jshint/jshint) from 2.11.2 to 2.12.0. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.11.2...2.12.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c91147a..e5522f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -458,9 +458,9 @@ "dev": true }, "jshint": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.2.tgz", - "integrity": "sha512-3JfkI/3igmLYKVTEjglsaeUktOqZfgRM+nLL0AItmX5CV+PUOcVGmLBhhDjJ7pLPXsKYIkzMqFkN7avABmrj3g==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.12.0.tgz", + "integrity": "sha512-TwuuaUDmra0JMkuqvqy+WGo2xGHSNjv1BA1nTIgtH2K5z1jHuAEeAgp7laaR+hLRmajRjcrM71+vByBDanCyYA==", "dev": true, "requires": { "cli": "~1.0.0", diff --git a/package.json b/package.json index 0db1cd4..0dc5b89 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "express": "^4.17.1" }, "devDependencies": { - "jshint": "^2.11.2" + "jshint": "^2.12.0" } }