chore: upgrade jshint to fix security alert (#11179)

This commit is contained in:
Favour Ohanekwu 2022-02-15 09:53:19 -08:00 committed by GitHub
parent 9bcd4afff1
commit a659cba4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -69,7 +69,7 @@
"interweave-autolink": "^4.4.2",
"js-beautify": "^1.14.0",
"js-sha256": "^0.9.0",
"jshint": "^2.13.1",
"jshint": "^2.13.4",
"json-fn": "^1.1.1",
"libphonenumber-js": "^1.9.44",
"lint-staged": "^9.2.5",

View File

@ -10479,9 +10479,10 @@ jsesc@~0.5.0:
version "0.5.0"
resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
jshint@^2.13.1:
version "2.13.1"
resolved "https://registry.yarnpkg.com/jshint/-/jshint-2.13.1.tgz#16bbbecdbb4564d3758d9de4f24926f8c7f8f835"
jshint@^2.13.4:
version "2.13.4"
resolved "https://registry.yarnpkg.com/jshint/-/jshint-2.13.4.tgz#cee025a57c3f393d5455532d9ec7ccb018f890db"
integrity sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==
dependencies:
cli "~1.0.0"
console-browserify "1.1.x"
@ -10489,7 +10490,6 @@ jshint@^2.13.1:
htmlparser2 "3.8.x"
lodash "~4.17.21"
minimatch "~3.0.2"
shelljs "0.3.x"
strip-json-comments "1.0.x"
json-fn@^1.1.1:
@ -15466,10 +15466,6 @@ shell-quote@1.7.2:
version "1.7.2"
resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz"
shelljs@0.3.x:
version "0.3.0"
resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz"
shellwords@^0.1.1:
version "0.1.1"
resolved "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz"