From 3fa7fea16b59d9f3f918dfc69446096c150b30be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Jan 2026 15:12:33 +0000 Subject: [PATCH] chore(deps): update dependency postcss-html to v1.8.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2466679..c5c2708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-vue": "10.6.2", "jsdom": "27.4.0", - "postcss-html": "1.8.0", + "postcss-html": "1.8.1", "stylelint": "16.26.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.1", @@ -17965,9 +17965,9 @@ } }, "node_modules/postcss-html": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.8.0.tgz", - "integrity": "sha512-5mMeb1TgLWoRKxZ0Xh9RZDfwUUIqRrcxO2uXO+Ezl1N5lqpCiSU5Gk6+1kZediBfBHFtPCdopr2UZ2SgUsKcgQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.8.1.tgz", + "integrity": "sha512-OLF6P7qctfAWayOhLpcVnTGqVeJzu2W3WpIYelfz2+JV5oGxfkcEvweN9U4XpeqE0P98dcD9ssusGwlF0TK0uQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a322c5a..a341f31 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-vue": "10.6.2", "jsdom": "27.4.0", - "postcss-html": "1.8.0", + "postcss-html": "1.8.1", "stylelint": "16.26.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.1", -- 2.52.0