diff --git a/package.json b/package.json index ada69c9e1..68a2000de 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "devDependencies": { "standardx": "^7.0.0", "stylelint": "^15.11.0", - "stylelint-config-gds": "^1.0.0" + "stylelint-config-gds": "^1.1.0" } } diff --git a/yarn.lock b/yarn.lock index ee4280907..5a30455bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1463,9 +1463,9 @@ postcss-safe-parser@^6.0.0: version "6.0.0" resolved "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz" -postcss-scss@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.6.tgz#5d62a574b950a6ae12f2aa89b60d63d9e4432bfd" +postcss-scss@^4.0.9: + version "4.0.9" + resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.9.tgz#a03c773cd4c9623cb04ce142a52afcec74806685" postcss-selector-parser@^6.0.13: version "6.0.13" @@ -1794,41 +1794,31 @@ style-search@^0.1.0: resolved "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz" integrity "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI= sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==" -stylelint-config-gds@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-gds/-/stylelint-config-gds-1.0.0.tgz#ac372880c11643e704f8ac6f0a0ecc4f32ef0f24" +stylelint-config-gds@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/stylelint-config-gds/-/stylelint-config-gds-1.1.0.tgz#c47db839b37549c49a96fde15011d76440c7e5eb" dependencies: stylelint-config-standard "^34.0.0" - stylelint-config-standard-scss "^10.0.0" + stylelint-config-standard-scss "^11.1.0" -stylelint-config-recommended-scss@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-12.0.0.tgz#9d9e82c46012649f11bfebcbc788f58e61860f33" +stylelint-config-recommended-scss@^13.1.0: + version "13.1.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-13.1.0.tgz#04e529ae0e9c1abb1e04de79258461c07811876f" dependencies: - postcss-scss "^4.0.6" - stylelint-config-recommended "^12.0.0" - stylelint-scss "^5.0.0" - -stylelint-config-recommended@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-12.0.0.tgz#d0993232fca017065fd5acfcb52dd8a188784ef4" + postcss-scss "^4.0.9" + stylelint-config-recommended "^13.0.0" + stylelint-scss "^5.3.0" stylelint-config-recommended@^13.0.0: version "13.0.0" resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz#c48a358cc46b629ea01f22db60b351f703e00597" -stylelint-config-standard-scss@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard-scss/-/stylelint-config-standard-scss-10.0.0.tgz#159a54a01b80649bf0143fa7ba086b676a1a749e" - dependencies: - stylelint-config-recommended-scss "^12.0.0" - stylelint-config-standard "^33.0.0" - -stylelint-config-standard@^33.0.0: - version "33.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-33.0.0.tgz#1f7bb299153a53874073e93829e37a475842f0f9" +stylelint-config-standard-scss@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard-scss/-/stylelint-config-standard-scss-11.1.0.tgz#53c2fb9423ed89c0921aa83479892a912cc1ca15" dependencies: - stylelint-config-recommended "^12.0.0" + stylelint-config-recommended-scss "^13.1.0" + stylelint-config-standard "^34.0.0" stylelint-config-standard@^34.0.0: version "34.0.0" @@ -1836,10 +1826,11 @@ stylelint-config-standard@^34.0.0: dependencies: stylelint-config-recommended "^13.0.0" -stylelint-scss@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.0.1.tgz#b33a6580b5734eace083cfc2cc3021225e28547f" +stylelint-scss@^5.3.0: + version "5.3.1" + resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.3.1.tgz#7f0f5f06d0a2a3c515aa71d3a8de3548045e03e1" dependencies: + known-css-properties "^0.29.0" postcss-media-query-parser "^0.2.3" postcss-resolve-nested-selector "^0.1.1" postcss-selector-parser "^6.0.13"