Update dependency jshint to v2.13.3

This commit is contained in:
Renovate Bot 2022-01-17 08:13:39 +00:00 committed by Buckaroo Banzai
parent 94ce74dd24
commit ae6bf7f585
2 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
"vue-router": "^3.5.2"
},
"devDependencies": {
"jshint": "2.13.1",
"jshint": "2.13.3",
"rollup": "2.64.0"
}
},
@ -254,9 +254,9 @@
"dev": true
},
"node_modules/jshint": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.1.tgz",
"integrity": "sha512-vymzfR3OysF5P774x6zYv0bD4EpH6NWRxpq54wO9mA9RuY49yb1teKSICkLx2Ryx+mfzlVVNNbTBtsRtg78t7g==",
"version": "2.13.3",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.3.tgz",
"integrity": "sha512-zlVQz8XAl1ODXEOVMPkDNuntPebPIE39Xn7ex/JAI9+TmBIf/fcUuj58FaLCC88rOHy8leq0N5ChBB+V5fmpzA==",
"dev": true,
"dependencies": {
"cli": "~1.0.0",
@ -582,9 +582,9 @@
"dev": true
},
"jshint": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.1.tgz",
"integrity": "sha512-vymzfR3OysF5P774x6zYv0bD4EpH6NWRxpq54wO9mA9RuY49yb1teKSICkLx2Ryx+mfzlVVNNbTBtsRtg78t7g==",
"version": "2.13.3",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.3.tgz",
"integrity": "sha512-zlVQz8XAl1ODXEOVMPkDNuntPebPIE39Xn7ex/JAI9+TmBIf/fcUuj58FaLCC88rOHy8leq0N5ChBB+V5fmpzA==",
"dev": true,
"requires": {
"cli": "~1.0.0",

View File

@ -18,7 +18,7 @@
"vue-router": "^3.5.2"
},
"devDependencies": {
"jshint": "2.13.1",
"jshint": "2.13.3",
"rollup": "2.64.0"
}
}