aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-10 14:29:11 +0200
committerGitHub <[email protected]>2020-03-10 14:29:11 +0200
commitcbc7b55b86e34fc2eb1c0cedeb7c9845a3458c20 (patch)
treeb46277e8403e6b57a989def5df4922664bddb996
parent67edc4d45d5cbf9de0698dbfeabaa72212efb2c0 (diff)
downloadbootstrap-cbc7b55b86e34fc2eb1c0cedeb7c9845a3458c20.tar.xz
bootstrap-cbc7b55b86e34fc2eb1c0cedeb7c9845a3458c20.zip
Bump stylelint from 13.2.0 to 13.2.1 (#30375)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.2.0...13.2.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 74deec613..c9578b850 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 3a6a14f7c..7dafd75b3 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"