diff --git a/package-lock.json b/package-lock.json index 74deec6132..c9578b850e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12448,9 +12448,9 @@ "dev": true }, "stylelint": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.2.0.tgz", - "integrity": "sha512-isf31yjkm0DQesx+Yk1b/WQpFkf1MicwaAVR22Hprx9HRFGhhEkWdrVCyrkK6HFymL0rhzynG97Tu53q/WCsAg==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.2.1.tgz", + "integrity": "sha512-461ZV4KpUe7pEHHgMOsH4kkjF7qsjkCIMJYOf7QQC4cvgPUJ0z4Nj+ah5fvKl1rzqBqc5EZa6P0nna4CGoJX+A==", "dev": true, "requires": { "autoprefixer": "^9.7.4", @@ -12473,10 +12473,10 @@ "lodash": "^4.17.15", "log-symbols": "^3.0.0", "mathml-tag-names": "^2.1.3", - "meow": "^6.0.0", + "meow": "^6.0.1", "micromatch": "^4.0.2", "normalize-selector": "^0.2.0", - "postcss": "^7.0.26", + "postcss": "^7.0.27", "postcss-html": "^0.36.0", "postcss-jsx": "^0.36.4", "postcss-less": "^3.1.4", @@ -12489,7 +12489,7 @@ "postcss-scss": "^2.0.0", "postcss-selector-parser": "^6.0.2", "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^4.0.2", + "postcss-value-parser": "^4.0.3", "resolve-from": "^5.0.0", "slash": "^3.0.0", "specificity": "^0.4.1", @@ -12500,7 +12500,7 @@ "svg-tags": "^1.0.0", "table": "^5.4.6", "v8-compile-cache": "^2.1.0", - "write-file-atomic": "^3.0.1" + "write-file-atomic": "^3.0.3" }, "dependencies": { "ansi-regex": { diff --git a/package.json b/package.json index 3a6a14f7ce..7dafd75b3a 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0", "shelljs": "^0.8.3", - "stylelint": "^13.2.0", + "stylelint": "^13.2.1", "stylelint-config-twbs-bootstrap": "^2.0.1", "terser": "^4.6.6", "vnu-jar": "20.2.28"