1
0
forked from MTSR/mapserver

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

View File

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