0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update dependency html-validate to v7.12.0

This commit is contained in:
renovate[bot] 2023-01-02 20:10:25 +00:00 committed by Daniel Lockyer
parent 55b73b9049
commit 470cdbb681
2 changed files with 5 additions and 5 deletions

View file

@ -209,7 +209,7 @@
"cssnano": "5.1.14",
"eslint": "8.31.0",
"expect": "^29.0.0",
"html-validate": "7.10.1",
"html-validate": "7.12.0",
"inquirer": "8.2.5",
"jwks-rsa": "3.0.0",
"mocha": "10.2.0",

View file

@ -15145,10 +15145,10 @@ html-to-text@8.2.1:
minimist "^1.2.6"
selderee "^0.6.0"
html-validate@7.10.1:
version "7.10.1"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-7.10.1.tgz#8ac955e1f93206164822225c9b4772dae08d303e"
integrity sha512-2MjthTcMfqAZ8V1YyXshINGsdmPKc3RW9IKJ3kgfjXq59BuvSVM+vBhfOu0dJvlpRVH117vZ5JImYNsMfca3nA==
html-validate@7.12.0:
version "7.12.0"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-7.12.0.tgz#beb2c58a6453b48537ebf4c7d01bb264b4ff0151"
integrity sha512-GO4sX6dmbAjHQxQOW9WvFImz76EFHmSNNNSrwX5ZwzoSLaNyFavFvfKdDABQagKfSdc1J2GzdPfMX5SQWqCYGA==
dependencies:
"@babel/code-frame" "^7.10.0"
"@html-validate/stylish" "^3.0.0"