From caa0dd9555c703c0e9edc0e5efe43cb0013f4d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 05:21:52 +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[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fd5fc12..4224a121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1563,9 +1563,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",