summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 9a26dec0..263b8c27 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1184,9 +1184,9 @@
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
},
"jshint": {
- "version": "2.11.0",
- "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.0.tgz",
- "integrity": "sha512-ooaD/hrBPhu35xXW4gn+o3SOuzht73gdBuffgJzrZBJZPGgGiiTvJEgTyxFvBO2nz0+X1G6etF8SzUODTlLY6Q==",
+ "version": "2.11.1",
+ "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.1.tgz",
+ "integrity": "sha512-WXWePB8ssAH3DlD05IoqolsY6arhbll/1+i2JkRPpihQAuiNaR/gSt8VKIcxpV5m6XChP0hCwESQUqpuQMA8Tg==",
"requires": {
"cli": "~1.0.0",
"console-browserify": "1.1.x",
diff --git a/package.json b/package.json
index 36575749..0a904551 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"dependencies": {
"csso-cli": "^3.0.0",
"html-minifier": "^4.0.0",
- "jshint": "^2.11.0",
+ "jshint": "^2.11.1",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^20.0.0",
"terser": "^4.6.13"