Update dependency html-validate to v8.21.0

This commit is contained in:
renovate[bot] 2024-07-24 09:31:06 +00:00 committed by Daniel Lockyer
parent 0193ad90bb
commit dc3539ebca
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
], ],
"devDependencies": { "devDependencies": {
"c8": "8.0.1", "c8": "8.0.1",
"html-validate": "8.20.1", "html-validate": "8.21.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "15.2.0" "sinon": "15.2.0"

View File

@ -19524,10 +19524,10 @@ html-to-text@8.2.1:
minimist "^1.2.6" minimist "^1.2.6"
selderee "^0.6.0" selderee "^0.6.0"
html-validate@8.20.1: html-validate@8.21.0:
version "8.20.1" version "8.21.0"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.20.1.tgz#8cdd1fc32f4578efa5a9dea596cdd9bf0e26f805" resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.21.0.tgz#fcb8aa4d05d95c9b806bebf3d1be6836a1d8a196"
integrity sha512-EawDiHzvZtnbBIfxE90lvKOWqNsmZGqRXTy+utxlGo525Vqjowg+RK42q1AeJ6zm1AyVTFIDSah1eBe9tc6YHg== integrity sha512-f6uyHdNeul4f/E6TDaUrH8agrVmnG5VbWwmIhbkg+Vrz+To/2xxbc+soBKXqani1QSaA+5I12Qr7dQt/HVFJtw==
dependencies: dependencies:
"@babel/code-frame" "^7.10.0" "@babel/code-frame" "^7.10.0"
"@html-validate/stylish" "^4.1.0" "@html-validate/stylish" "^4.1.0"