diff --git a/package.json b/package.json index d7dad02f..7bdd10a8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "stylelint": "16.19.1", "stylelint-config-recess-order": "6.0.0", - "stylelint-config-recommended-scss": "15.0.0", + "stylelint-config-recommended-scss": "15.0.1", "stylelint-scss": "6.12.0" }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" diff --git a/yarn.lock b/yarn.lock index ed8f3a8f..fcb60d62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -709,10 +709,10 @@ stylelint-config-recess-order@6.0.0: dependencies: stylelint-order "^6.0.4" -stylelint-config-recommended-scss@15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.0.tgz#5bb89c60f768aec87dff25b7abf020492dd033e5" - integrity sha512-LCxdFHly0NCJbMsgPpaAPkTf1xclU+SMpTsShlsAv1SLs8KDnaO8OhJGp8XEC8JyOzFHfmVYTXU6V1y8IahfRg== +stylelint-config-recommended-scss@15.0.1: + version "15.0.1" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.1.tgz#87646e7b0645dbe40abb2c63c594e94501a7451f" + integrity sha512-V24bxkNkFGggqPVJlP9iXaBabwSGEG7QTz+PyxrRtjPkcF+/NsWtB3tKYvFYEmczRkWiIEfuFMhGpJFj9Fxe6Q== dependencies: postcss-scss "^4.0.9" stylelint-config-recommended "^16.0.0"