From c313260d7f9e834ca9aa8050a64edceacc9dc160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 08:05:47 +0000 Subject: [PATCH] Bump stylelint-config-html from 1.0.0 to 1.1.0 Bumps [stylelint-config-html](https://github.com/ota-meshi/stylelint-config-html) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/ota-meshi/stylelint-config-html/releases) - [Commits](https://github.com/ota-meshi/stylelint-config-html/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: stylelint-config-html dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index efd238a6..6de956ff 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "stream-http": "^3.2.0", "style-loader": "^3.3.1", "stylelint": "^14.9.1", - "stylelint-config-html": "^1.0.0", + "stylelint-config-html": "^1.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^25.0.0", "stylelint-scss": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index fc6d1b9d..16f595dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11609,10 +11609,10 @@ style-search@^0.1.0: resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI= -stylelint-config-html@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-html/-/stylelint-config-html-1.0.0.tgz#172acb996ee4c854e8c670fcff77ff0d98d3bec2" - integrity sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ== +stylelint-config-html@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/stylelint-config-html/-/stylelint-config-html-1.1.0.tgz#999db19aea713b7ff6dde92ada76e4c1bd812b66" + integrity sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ== stylelint-config-prettier@^9.0.3: version "9.0.3"