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.7.1

This commit is contained in:
renovate[bot] 2022-10-25 01:13:37 +00:00 committed by Daniel Lockyer
parent 25d8d694a0
commit 0d3d85df64
2 changed files with 5 additions and 5 deletions

View file

@ -198,7 +198,7 @@
"cli-progress": "3.11.2",
"cssnano": "5.1.13",
"eslint": "8.26.0",
"html-validate": "7.7.0",
"html-validate": "7.7.1",
"inquirer": "8.2.5",
"jwks-rsa": "2.1.5",
"mocha": "10.1.0",

View file

@ -15167,10 +15167,10 @@ html-to-text@8.2.1:
minimist "^1.2.6"
selderee "^0.6.0"
html-validate@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-7.7.0.tgz#85cc221455b30c187f394c4ad2adc06da927c40b"
integrity sha512-8/abZs9ta2gkbNcBNh3ciSkUBop6kb4GNmnxsgHSS9VF2AN71h0JddufmsHeZHovgJwXhkEkaouK0NUG99He9w==
html-validate@7.7.1:
version "7.7.1"
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-7.7.1.tgz#fd32547380a0af1685c0b4263dccd0cf88368caf"
integrity sha512-pCPbFHygd8YCKcQcyQnEwIWKVtA37f0snQP65EsS9ap4JrnG0HdIevJl90p8ZAhGjLsex5P0nI+n6v4pSov97Q==
dependencies:
"@babel/code-frame" "^7.10.0"
"@html-validate/stylish" "^3.0.0"