From fa676a2eaa01f0e235075223e35d0bd94b154ddd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:32:44 +0000 Subject: [PATCH] chore(deps): update dependency postcss-html to ^1.6.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5cec30056..a6fe00a70 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-standard": "^4.1.0", "eslint-plugin-vue": "^9.19.2", "postcss-custom-properties": "^13.3.4", - "postcss-html": "^1.5.0", + "postcss-html": "^1.6.0", "rollup-plugin-visualizer": "^5.12.0", "sass": "^1.69.7", "semantic-release": "^22.0.12", diff --git a/yarn.lock b/yarn.lock index f183d0f6f..2795b4be3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6414,10 +6414,10 @@ postcss-custom-properties@^13.3.4: "@csstools/css-tokenizer" "^2.2.3" postcss-value-parser "^4.2.0" -postcss-html@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-1.5.0.tgz#57a43bc9e336f516ecc448a37d2e8c2290170a6f" - integrity sha512-kCMRWJRHKicpA166kc2lAVUGxDZL324bkj/pVOb6RhjB0Z5Krl7mN0AsVkBhVIRZZirY0lyQXG38HCVaoKVNoA== +postcss-html@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-1.6.0.tgz#3b5fc5dfcc43ec54934c3a2dee73643725596ec4" + integrity sha512-OWgQ9/Pe23MnNJC0PL4uZp8k0EDaUvqpJFSiwFxOLClAhmD7UEisyhO3x5hVsD4xFrjReVTXydlrMes45dJ71w== dependencies: htmlparser2 "^8.0.0" js-tokens "^8.0.0"