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

Update dependency html-validate to v8.2.0

This commit is contained in:
renovate[bot] 2023-08-09 09:16:48 +00:00 committed by Daniel Lockyer
parent fc4fef85a6
commit eea5752841
2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
], ],
"devDependencies": { "devDependencies": {
"c8": "7.14.0", "c8": "7.14.0",
"html-validate": "8.1.0", "html-validate": "8.2.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

@ -18104,10 +18104,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.1.0: html-validate@8.2.0:
version "8.1.0" version "8.2.0"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.1.0.tgz#7b1ada45dc3c8a5e0c6b50c5ce254d534851cee7" resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.2.0.tgz#756d5db498c779156e994f7dff68651402a120e2"
integrity sha512-vXXHzG/Kto8wUhaCKQAZsHA20VG2Y/il58VnFdeg25jV46ZSMGPajZ6nFW+0Xv0S+R7qGu16bFmUo50W7iaO1g== integrity sha512-j9RV66lhcaLr6B1+jKixdnCJDX5EiF6VQd3hyDU3uElmbS9dAn2fFWaHRJPaXPix2yckjQ9TfkQyEL0+norIUw==
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"