mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency html-validate to v8.5.0
This commit is contained in:
parent
18c6c70d3d
commit
b06ec3929d
2 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"c8": "8.0.1",
|
"c8": "8.0.1",
|
||||||
"html-validate": "8.4.1",
|
"html-validate": "8.5.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"
|
||||||
|
|
|
@ -19444,10 +19444,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.4.1:
|
html-validate@8.5.0:
|
||||||
version "8.4.1"
|
version "8.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.4.1.tgz#053d375082d4dcf763d65c58e48258ec205e01db"
|
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.5.0.tgz#187eb0d086b9a64c6b91866844b30c97c47b44fb"
|
||||||
integrity sha512-Z/VLHsKcWWrbxOQcq0kb6FvIJZNnTtVzYBeqFM3pcMozkxj9Eb5tshjW5VdTq52bkBDyYVQcVNdJ0AwMmea1oA==
|
integrity sha512-EiRJ7mqRZb68DgxyMlA+5uVheCuNYZiXnoSajcdSTK8IcNuPpyeSI0CZu9wK1jE6jQrWnf8myIa5JkjDByHPuw==
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue