diff --git a/package-lock.json b/package-lock.json index 51e100a0e..524c01886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8234,9 +8234,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 0bacc0a4c..f1f16723c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "stylelint-config-rational-order": "^0.1.2", "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.0.0", - "stylelint-scss": "^3.16.0", + "stylelint-scss": "^3.16.1", "ts-loader": "^6.2.1", "ts-node": "^8.8.2", "tsconfig-paths-webpack-plugin": "^3.2.0",