diff --git a/package-lock.json b/package-lock.json index a5594d7..1c342a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "globals": "17.0.0", "husky": "9.1.7", "lint-staged": "16.2.7", - "postcss-html": "1.8.0", + "postcss-html": "1.8.1", "prettier": "3.6.2", "prettier-plugin-astro": "0.14.1", "stylelint": "16.26.1", @@ -5655,9 +5655,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 e347977..6008c11 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "globals": "17.0.0", "husky": "9.1.7", "lint-staged": "16.2.7", - "postcss-html": "1.8.0", + "postcss-html": "1.8.1", "prettier": "3.6.2", "prettier-plugin-astro": "0.14.1", "stylelint": "16.26.1",