Bump postcss-html from 1.3.0 to 1.4.1

Bumps [postcss-html](https://github.com/ota-meshi/postcss-html) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/ota-meshi/postcss-html/releases)
- [Commits](https://github.com/ota-meshi/postcss-html/compare/v1.3.0...v1.4.1)

---
updated-dependencies:
- dependency-name: postcss-html
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-15 08:03:44 +00:00 committed by GitHub
parent 36c7c2a631
commit 0eb3649362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -188,7 +188,7 @@
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.12",
"postcss-html": "^1.3.0",
"postcss-html": "^1.4.1",
"postcss-scss": "^4.0.3",
"prettier": "^2.6.2",
"process": "^0.11.10",

View File

@ -9789,10 +9789,10 @@ posix-character-classes@^0.1.0:
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
postcss-html@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-1.3.0.tgz#5b28b44a9cc8351cdba6ae1f26017c2303bd7642"
integrity sha512-ewbwd7OGW4dLsErtvZH9HpVMEcXnlhYSzKsr7MepGlOT8imHTIZ/+pdfEruLS+hTYapLTQAWDnoQcJpsYU4uRw==
postcss-html@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-1.4.1.tgz#da6d4693138c1c243867c00a5d01ec1337e0624e"
integrity sha512-OKihuWxPuBQrQeLNsavP7ytJ9IYNj/ViAXB2v7Qjh56LnfESKrkahKA9si4VfPN8xtz6oqUE6KdL0bTPrHJr6g==
dependencies:
htmlparser2 "^7.1.2"
postcss "^8.4.0"