From 79cbf34b1b6a11e2418b2bbb63972a56595c2962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:10:34 +0000 Subject: [PATCH] Update dependency html-validate to v8.7.1 --- ghost/email-service/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/email-service/package.json b/ghost/email-service/package.json index 9b4246fa0a..514f04cd35 100644 --- a/ghost/email-service/package.json +++ b/ghost/email-service/package.json @@ -19,7 +19,7 @@ ], "devDependencies": { "c8": "8.0.1", - "html-validate": "8.7.0", + "html-validate": "8.7.1", "mocha": "10.2.0", "should": "13.2.3", "sinon": "15.2.0" diff --git a/yarn.lock b/yarn.lock index 731458bac8..00c170566b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19324,10 +19324,10 @@ html-to-text@8.2.1: minimist "^1.2.6" selderee "^0.6.0" -html-validate@8.7.0: - version "8.7.0" - resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.7.0.tgz#cfd47e0568b6c5c14047022a78257dbe63b1d229" - integrity sha512-fsDHUxzVNzXzV2KpPOx5GbGRCK0cFs7a8+9jE5QTyYUGAlm1PNGst8Vi0U7hSmootkCBxY3bu7LgQBjjZDeBPw== +html-validate@8.7.1: + version "8.7.1" + resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-8.7.1.tgz#3d24d65c96a773ed5c106126953768c73a896d31" + integrity sha512-8zfWtAfyIWxqoHG1M8+8zCdKLCBFn/48Zdf2mRL6OuDvRTCSkSIDOYChLr22KiN3UJii8cTbMtH5PrQFw0ZWWg== dependencies: "@babel/code-frame" "^7.10.0" "@html-validate/stylish" "^4.1.0"