diff --git a/package.json b/package.json index 2da6ee31..b966c16d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "npm-run-all": "4.1.2", "nyc": "11.6.0", "socket.io-client": "2.0.4", - "stylelint": "9.1.2", + "stylelint": "9.1.3", "stylelint-config-standard": "18.2.0", "textcomplete": "0.16.1", "undate": "0.2.4", diff --git a/yarn.lock b/yarn.lock index f382ad4d..4e8bee1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5051,9 +5051,9 @@ postcss-filter-plugins@^2.0.0: postcss "^5.0.4" uniqid "^4.0.0" -postcss-html@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.14.0.tgz#90421c382494b67c4f7c62c3a94c73fb4f4947b3" +postcss-html@^0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.15.0.tgz#11ba3c07c817d0816f091fe40817a8ecd861300f" dependencies: htmlparser2 "^3.9.2" remark "^9.0.0" @@ -6457,9 +6457,9 @@ stylelint-config-standard@18.2.0: dependencies: stylelint-config-recommended "^2.1.0" -stylelint@9.1.2: - version "9.1.2" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.1.2.tgz#4a503f6f32bd456e5313f4a74103634c987867ec" +stylelint@9.1.3: + version "9.1.3" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.1.3.tgz#8260f2a221b98e4afafd9b2b8a785d2e38cbb8a4" dependencies: autoprefixer "^8.0.0" balanced-match "^1.0.0" @@ -6483,7 +6483,7 @@ stylelint@9.1.2: normalize-selector "^0.2.0" pify "^3.0.0" postcss "^6.0.16" - postcss-html "^0.14.0" + postcss-html "^0.15.0" postcss-less "^1.1.0" postcss-media-query-parser "^0.2.3" postcss-reporter "^5.0.0"