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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-17 15:01:14 +00:00 committed by GitHub
parent c56601cee5
commit c4f2683169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -14,6 +14,6 @@
"express": "^4.17.1"
},
"devDependencies": {
"jshint": "^2.11.0-rc1"
"jshint": "^2.11.0"
}
}