diff --git a/package-lock.json b/package-lock.json index 7823f1d6..2aa5cf0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-promise": "^6.0.0", "postcss-less": "^6.0.0", "semantic-release": "^19.0.2", - "stylelint": "^14.8.0", + "stylelint": "^14.8.1", "stylelint-config-standard": "^25.0.0", "temp": "^0.9.4" }, @@ -12658,9 +12658,9 @@ "dev": true }, "node_modules/stylelint": { - "version": "14.8.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.0.tgz", - "integrity": "sha512-uIyIWMSBSVcj73Gn3nTvPyNsYdwTpxo1W6dWTIa1nm8JKgUi3FIobSXLgrRE6joLidoA0FdgAhCaqxwTF2ikrQ==", + "version": "14.8.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.1.tgz", + "integrity": "sha512-0YxTop3wTeEVmQWhS7jjLFaBkvfPmffRiJ6eFIDlK++f3OklaobTYFJu32E5u/cIrFLbcW52pLqrYpihA/y0/w==", "dev": true, "dependencies": { "balanced-match": "^2.0.0", @@ -23006,9 +23006,9 @@ "dev": true }, "stylelint": { - "version": "14.8.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.0.tgz", - "integrity": "sha512-uIyIWMSBSVcj73Gn3nTvPyNsYdwTpxo1W6dWTIa1nm8JKgUi3FIobSXLgrRE6joLidoA0FdgAhCaqxwTF2ikrQ==", + "version": "14.8.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.1.tgz", + "integrity": "sha512-0YxTop3wTeEVmQWhS7jjLFaBkvfPmffRiJ6eFIDlK++f3OklaobTYFJu32E5u/cIrFLbcW52pLqrYpihA/y0/w==", "dev": true, "requires": { "balanced-match": "^2.0.0", diff --git a/package.json b/package.json index 9ba7f0be..7ccad34c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-promise": "^6.0.0", "postcss-less": "^6.0.0", "semantic-release": "^19.0.2", - "stylelint": "^14.8.0", + "stylelint": "^14.8.1", "stylelint-config-standard": "^25.0.0", "temp": "^0.9.4" },