Bump jshint from 2.11.1 to 2.11.2 in /app

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:59:40 +00:00 committed by Buckaroo Banzai
parent 4a443a96f5
commit 666a0eff16
2 changed files with 8 additions and 8 deletions

14
app/package-lock.json generated
View File

@ -347,9 +347,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
}
}
@ -678,16 +678,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

@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"jshint": "^2.11.1",
"jshint": "^2.11.2",
"nodemon": "^2.0.4",
"rollup": "^2.23.0"
}