diff --git a/package-lock.json b/package-lock.json index 231c57400..ef29173f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13722,9 +13722,9 @@ } }, "stylelint-scss": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.16.0.tgz", - "integrity": "sha512-dAWs/gagdPYO3VDdvgRv5drRBMcWI4E//z3AXPAY1qYkSdXCEVJtEW+R9JtinG0U2rcJIu5XWaVddPQeaaufzw==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.16.1.tgz", + "integrity": "sha512-ATApYyUzIuwuppReVdAgjpJ77OXRQacV6Ff3vvYaT9z993ZOsSTEN+urdXsk9V28yWCLiAzcNjNZe01aw0VGBg==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 1104c6779..6f2d449ba 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "sass-loader": "^8.0.2", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", - "stylelint-scss": "^3.16.0", + "stylelint-scss": "^3.16.1", "stylelint-webpack-plugin": "^0.10.5", "url-loader": "^4.1.0", "vue-loader": "^15.9.1",