Update dependency jshint to v2.13.6

This commit is contained in:
renovate[bot] 2022-12-16 07:19:06 +00:00 committed by Buckaroo Banzai
parent 4b3b6c9332
commit 547a324e67
2 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
"vue-router": "^3.5.2"
},
"devDependencies": {
"jshint": "2.13.4",
"jshint": "2.13.6",
"rollup": "2.79.1"
}
},
@ -254,9 +254,9 @@
"dev": true
},
"node_modules/jshint": {
"version": "2.13.4",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
"integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
"version": "2.13.6",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz",
"integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==",
"dev": true,
"dependencies": {
"cli": "~1.0.0",
@ -569,9 +569,9 @@
"dev": true
},
"jshint": {
"version": "2.13.4",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
"integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
"version": "2.13.6",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz",
"integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==",
"dev": true,
"requires": {
"cli": "~1.0.0",

View File

@ -18,7 +18,7 @@
"vue-router": "^3.5.2"
},
"devDependencies": {
"jshint": "2.13.4",
"jshint": "2.13.6",
"rollup": "2.79.1"
}
}