diff --git a/package.json b/package.json index 4a500e9..7d0a4d5 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "script-ext-html-webpack-plugin": "2.1.3", "standard-version": "5.0.0", "stylelint": "9.10.1", - "stylelint-config-standard": "18.2.0", + "stylelint-config-standard": "18.3.0", "text-loader": "0.0.1", "wct-browser-legacy": "1.0.2", "web-component-tester": "6.9.2", diff --git a/yarn.lock b/yarn.lock index 341ef18..0b5515d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10686,15 +10686,17 @@ stylehacks@^4.0.0: postcss "^6.0.0" postcss-selector-parser "^3.0.0" -stylelint-config-recommended@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.1.0.tgz#f526d5c771c6811186d9eaedbed02195fee30858" +stylelint-config-recommended@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.2.0.tgz#46ab139db4a0e7151fd5f94af155512886c96d3f" + integrity sha512-bZ+d4RiNEfmoR74KZtCKmsABdBJr4iXRiCso+6LtMJPw5rd/KnxUWTxht7TbafrTJK1YRjNgnN0iVZaJfc3xJA== -stylelint-config-standard@18.2.0: - version "18.2.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.2.0.tgz#6283149aba7f64f18731aef8f0abfb35cf619e06" +stylelint-config-standard@18.3.0: + version "18.3.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.3.0.tgz#a2a1b788d2cf876c013feaff8ae276117a1befa7" + integrity sha512-Tdc/TFeddjjy64LvjPau9SsfVRexmTFqUhnMBrzz07J4p2dVQtmpncRF/o8yZn8ugA3Ut43E6o1GtjX80TFytw== dependencies: - stylelint-config-recommended "^2.1.0" + stylelint-config-recommended "^2.2.0" stylelint@9.10.1: version "9.10.1"