Bump jshint from 2.11.1 to 2.11.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.11.1 to 2.11.2.
- [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.1...2.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-30 07:28:12 +00:00 committed by Buckaroo Banzai
parent f73b3766d7
commit ee5ab92c1f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -156,9 +156,9 @@
"dev": true
},
"entities": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz",
"integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz",
"integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==",
"dev": true
}
}
@ -369,16 +369,16 @@
"dev": true
},
"jshint": {
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.1.tgz",
"integrity": "sha512-WXWePB8ssAH3DlD05IoqolsY6arhbll/1+i2JkRPpihQAuiNaR/gSt8VKIcxpV5m6XChP0hCwESQUqpuQMA8Tg==",
"version": "2.11.2",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.2.tgz",
"integrity": "sha512-3JfkI/3igmLYKVTEjglsaeUktOqZfgRM+nLL0AItmX5CV+PUOcVGmLBhhDjJ7pLPXsKYIkzMqFkN7avABmrj3g==",
"dev": true,
"requires": {
"cli": "~1.0.0",
"console-browserify": "1.1.x",
"exit": "0.1.x",
"htmlparser2": "3.8.x",
"lodash": "~4.17.11",
"lodash": "~4.17.19",
"minimatch": "~3.0.2",
"shelljs": "0.3.x",
"strip-json-comments": "1.0.x"

View File

@ -18,6 +18,6 @@
"pg": "^8.3.0"
},
"devDependencies": {
"jshint": "^2.11.1"
"jshint": "^2.11.2"
}
}