0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Update dependency html-validate to v8.20.0

This commit is contained in:
renovate[bot] 2024-06-03 00:31:31 +00:00 committed by Daniel Lockyer
parent e93bdba689
commit a95291f462
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.19.1", "html-validate": "8.20.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

@ -18546,10 +18546,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.19.1: html-validate@8.20.0:
version "8.19.1" version "8.20.0"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.19.1.tgz#07212b2d12ce4ea39b3635a51e54d8552810e0e6" resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.20.0.tgz#8ac1d7fc0ba7a65acc8601aa7469022361fad637"
integrity sha512-8nV35ZRr2eOy1tGeFZzBaV4rHaHtK6GZRfjOsqXi/iZ0BMajfMHcCZno2mWsSmX2rcjD228WbHgiAldTZwO2Xw== integrity sha512-8tzr5b72BfUK/zBsfVN/1qrECfdATs12+3Q5jxUf24tDUquw3tHRW3QWoz9BBmeXKvDVmvuLrBk+Ad1u/i18EA==
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"