0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Update dependency html-validate to v7.5.0

This commit is contained in:
renovate[bot] 2022-09-19 03:04:11 +00:00 committed by Daniel Lockyer
parent 9cca07ff70
commit 40df6c3252
2 changed files with 5 additions and 5 deletions

View file

@ -198,7 +198,7 @@
"grunt": "1.5.3",
"grunt-contrib-symlink": "1.0.0",
"grunt-shell": "4.0.0",
"html-validate": "7.4.1",
"html-validate": "7.5.0",
"inquirer": "8.2.4",
"jwks-rsa": "2.1.4",
"mocha": "10.0.0",

View file

@ -13319,10 +13319,10 @@ html-to-text@8.2.1:
minimist "^1.2.6"
selderee "^0.6.0"
html-validate@7.4.1:
version "7.4.1"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-7.4.1.tgz#7f5171906f2840e191ab2f427b3a867dd0bb9f22"
integrity sha512-HJQQVmD2TWkwniaKonQo2BWQ7gWICSjumDFLG+DAY0TJM2oqqPMX9KJFXCpTsNorTuJAOR5kQss4HNjDZCvz6w==
html-validate@7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-7.5.0.tgz#7ba34a5ceffdd9461eb0259b47f752dd2435727c"
integrity sha512-eNcIQBlTv0+L+V+K5On+WuBdOVsqhPVPOK5Si4JpLLIgjBffEjw/5Wz4+UB8yPeBIvOzAnmZYnRxr4GBmNK6UQ==
dependencies:
"@babel/code-frame" "^7.10.0"
"@html-validate/stylish" "^3.0.0"