diff --git a/package-lock.json b/package-lock.json index e7bfc96..40a8350 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10554,9 +10554,9 @@ "dev": true }, "htmlhint": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.14.2.tgz", - "integrity": "sha512-lUCgGVZ/oyCkpgDkIa5IfClwX8Ppy11Dk7XdeVboAGSmKjIuOKx6yy86WS0W08KFtCRuxftzNy+KdQjM4UjqCA==", + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.15.1.tgz", + "integrity": "sha512-uNbgqqBiD2ko4QQOYAHTPwDMluc9X81NwzlrJN7yExCoM6dHNgRFjVI+4TEdRrF/EqUzl1dpMUn7GYbu/qCKmA==", "dev": true, "requires": { "async": "3.2.0", diff --git a/package.json b/package.json index 9cf5e80..539da00 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "electron-builder": "^22.8.0", "electron-rebuild": "^2.0.0", "electron-reload": "^1.5.0", - "htmlhint": "^0.14.1", + "htmlhint": "^0.15.0", "husky": "^5.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0",