From c4f268316923ead0a40ec1f8fa8814c81711a439 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 15:01:14 +0000 Subject: [PATCH] Bump jshint from 2.11.0-rc1 to 2.11.0 Bumps [jshint](https://github.com/jshint/jshint) from 2.11.0-rc1 to 2.11.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.0-rc1...2.11.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 cc72933..c745c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -458,9 +458,9 @@ "dev": true }, "jshint": { - "version": "2.11.0-rc1", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.0-rc1.tgz", - "integrity": "sha512-jWEHO8ad7pVMW5ek4yv300dPY8t9iyStVXE3hbelDmv99giOy8HkgSTsYvLTfC2F0FpQ1LoCS2p6StWe6AgRGQ==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.0.tgz", + "integrity": "sha512-ooaD/hrBPhu35xXW4gn+o3SOuzht73gdBuffgJzrZBJZPGgGiiTvJEgTyxFvBO2nz0+X1G6etF8SzUODTlLY6Q==", "dev": true, "requires": { "cli": "~1.0.0", diff --git a/package.json b/package.json index e331eac..10a71f5 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "express": "^4.17.1" }, "devDependencies": { - "jshint": "^2.11.0-rc1" + "jshint": "^2.11.0" } }