diff --git a/package.json b/package.json index d53282368..3c0e28e59 100644 --- a/package.json +++ b/package.json @@ -128,11 +128,11 @@ "eslint-plugin-json": "3.1.0", "eslint-plugin-node": "11.1.0", "husky": "7.0.4", - "lint-staged": "11.2.4", + "lint-staged": "11.2.5", "loader.js": "4.7.0", "prettier": "2.4.1", "qunit-dom": "2.0.0", - "stylelint": "14.0.0", + "stylelint": "14.0.1", "stylelint-config-prettier": "9.0.3", "stylelint-config-recommended-scss": "5.0.0", "stylelint-prettier": "1.2.0", diff --git a/yarn.lock b/yarn.lock index d458a1f85..ea879cd15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15842,10 +15842,10 @@ linkify-it@^3.0.1: dependencies: uc.micro "^1.0.1" -lint-staged@11.2.4: - version "11.2.4" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.4.tgz#29bc84e0318e6e9d4a7a043513236d066e39ee1d" - integrity sha512-aTUqcPDSV05EyKlMT4N5h7tmnevKfAxI3xZkRb+DHfmcFaoCxfxVvpqlLMCVGy3EYle9JYER2nA5zc4eNTkZVQ== +lint-staged@11.2.5: + version "11.2.5" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.2.5.tgz#afa4c4740fbf874fab1531a846f14504e448e828" + integrity sha512-bD6FeKyRtMA3jXcNg/J0fuJmwDN8yaoTdqliFcEl8pFTHiP9NYwQCeZwBoZ8FEXx4lj/pli3oFehr86XYvMNEA== dependencies: cli-truncate "2.1.0" colorette "^1.4.0" @@ -20896,15 +20896,6 @@ string-width@^4.1.0, string-width@^4.2.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.0" -string-width@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" - integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.0" - string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" @@ -21143,10 +21134,10 @@ stylelint-scss@4.0.0, stylelint-scss@^4.0.0: postcss-selector-parser "^6.0.6" postcss-value-parser "^4.1.0" -stylelint@14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.0.0.tgz#0dc9655bc81378ac9937e6ea2f32704e9c2f92f9" - integrity sha512-//4Po+WlWImVaro2BiNJZMamBo0Enekb+3fp5cYYN5r08kaPTHlxM8bCi/yvnPl7G+zqyLqjZU+O22vr/SDW0w== +stylelint@14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.0.1.tgz#88e6c8bd3be61e666225ddb871826321f16661f6" + integrity sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg== dependencies: balanced-match "^2.0.0" cosmiconfig "^7.0.1" @@ -21157,7 +21148,7 @@ stylelint@14.0.0: file-entry-cache "^6.0.1" get-stdin "^8.0.0" global-modules "^2.0.0" - globby "^11.0.3" + globby "^11.0.4" globjoin "^0.1.4" html-tags "^3.1.0" ignore "^5.1.8" @@ -21179,8 +21170,8 @@ stylelint@14.0.0: postcss-value-parser "^4.1.0" resolve-from "^5.0.0" specificity "^0.4.1" - string-width "^4.2.2" - strip-ansi "^6.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" style-search "^0.1.0" svg-tags "^1.0.0" table "^6.7.2"