0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency html-validate to v8.4.0

This commit is contained in:
renovate[bot] 2023-09-11 01:55:17 +00:00 committed by Daniel Lockyer
parent 3abee991a2
commit f35af08e03
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -19360,10 +19360,10 @@ html-to-text@8.2.1:
minimist "^1.2.6"
selderee "^0.6.0"
html-validate@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.3.0.tgz#c48fe108b9b031b07d998f6853dbe085579ce048"
integrity sha512-js06UWqlyYSmzWBEgYZJNyICNvhZVk47m0z3x6MhLpSIVmm7kSxq+SWE/WAQ5T+BCJmGPkJj6VeZh5/JR24fLQ==
html-validate@8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.4.0.tgz#afd6c8b73444a03b0df219ceb0b2c0b53ff92c9e"
integrity sha512-vHdWfdmopb28vIHHDhGKUJi6nuf7zTw1QBVb5cczEqQegKO1DeWqaTtdzmygVQzCRMbj9eiFVSKcgFoaynU2Qg==
dependencies:
"@babel/code-frame" "^7.10.0"
"@html-validate/stylish" "^4.1.0"