MDL-66265 javascript: Bump jshint version

This commit is contained in:
Andrew Nicols 2019-08-28 08:04:07 +08:00
parent 033afe1028
commit 8563f23446
2 changed files with 55 additions and 22 deletions

76
npm-shrinkwrap.json generated
View file

@ -2935,38 +2935,36 @@
"optional": true "optional": true
}, },
"jshint": { "jshint": {
"version": "0.9.1", "version": "2.10.2",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-0.9.1.tgz", "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.10.2.tgz",
"integrity": "sha1-/zLsfwn4QAH3SY7q/WPJ5Puy3A4=", "integrity": "sha512-e7KZgCSXMJxznE/4WULzybCMNXNAd/bf5TSrvVEq78Q/K8ZwFpmBqQeDtNiHc3l49nV4E/+YeHU/JZjSUIrLAA==",
"dev": true, "dev": true,
"requires": { "requires": {
"cli": "0.4.3", "cli": "~1.0.0",
"minimatch": "0.0.x" "console-browserify": "1.1.x",
"exit": "0.1.x",
"htmlparser2": "3.8.x",
"lodash": "~4.17.11",
"minimatch": "~3.0.2",
"shelljs": "0.3.x",
"strip-json-comments": "1.0.x"
}, },
"dependencies": { "dependencies": {
"cli": { "cli": {
"version": "0.4.3", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/cli/-/cli-0.4.3.tgz", "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
"integrity": "sha1-5oGcjV+qlX9k+Y9mqFBiaMHR8X0=", "integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
"dev": true, "dev": true,
"requires": { "requires": {
"glob": ">= 3.1.4" "exit": "0.1.2",
"glob": "^7.1.1"
} }
}, },
"lru-cache": { "strip-json-comments": {
"version": "1.0.6", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-1.0.6.tgz", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
"integrity": "sha1-qlD5cEdCKsclQ72hd6nJ0BjZhFI=", "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
"dev": true "dev": true
},
"minimatch": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.0.5.tgz",
"integrity": "sha1-lrtJC707poNrv6wRGt91MBsVhN4=",
"dev": true,
"requires": {
"lru-cache": "~1.0.2"
}
} }
} }
}, },
@ -4593,6 +4591,40 @@
"yuitest-coverage": ">=0.0.5" "yuitest-coverage": ">=0.0.5"
}, },
"dependencies": { "dependencies": {
"cli": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/cli/-/cli-0.4.3.tgz",
"integrity": "sha1-5oGcjV+qlX9k+Y9mqFBiaMHR8X0=",
"dev": true,
"requires": {
"glob": ">= 3.1.4"
}
},
"jshint": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-0.9.1.tgz",
"integrity": "sha1-/zLsfwn4QAH3SY7q/WPJ5Puy3A4=",
"dev": true,
"requires": {
"cli": "0.4.3",
"minimatch": "0.0.x"
}
},
"lru-cache": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-1.0.6.tgz",
"integrity": "sha1-qlD5cEdCKsclQ72hd6nJ0BjZhFI=",
"dev": true
},
"minimatch": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.0.5.tgz",
"integrity": "sha1-lrtJC707poNrv6wRGt91MBsVhN4=",
"dev": true,
"requires": {
"lru-cache": "~1.0.2"
}
},
"progress": { "progress": {
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/progress/-/progress-0.1.0.tgz", "resolved": "https://registry.npmjs.org/progress/-/progress-0.1.0.tgz",

View file

@ -14,6 +14,7 @@
"grunt-eslint": "20.1.0", "grunt-eslint": "20.1.0",
"grunt-sass": "2.1.0", "grunt-sass": "2.1.0",
"grunt-stylelint": "0.6.0", "grunt-stylelint": "0.6.0",
"jshint": "^2.10.2",
"semver": "5.3.0", "semver": "5.3.0",
"shifter": "0.5.0", "shifter": "0.5.0",
"stylelint": "8.0.0", "stylelint": "8.0.0",