aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-07 15:07:29 +0300
committerGitHub <[email protected]>2020-04-07 15:07:29 +0300
commitd03dce5d270310e6fdb8cb9f06ad431a19c74b61 (patch)
tree75c1125675595610388c0048cd84e9b149053ec5
parent83b49aa688e30f0d2af22110b94c7d8b3deffcf0 (diff)
downloadbootstrap-d03dce5d270310e6fdb8cb9f06ad431a19c74b61.tar.xz
bootstrap-d03dce5d270310e6fdb8cb9f06ad431a19c74b61.zip
Bump stylelint from 13.2.1 to 13.3.0 (#30522)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.2.1 to 13.3.0. - [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.1...13.3.0) 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.json20
-rw-r--r--package.json2
2 files changed, 11 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index 8104c61f0..b3fc2277f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10395,12 +10395,12 @@
}
},
"postcss-sass": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.2.tgz",
- "integrity": "sha512-hcRgnd91OQ6Ot9R90PE/khUDCJHG8Uxxd3F7Y0+9VHjBiJgNv7sK5FxyHMCBtoLmmkzVbSj3M3OlqUfLJpq0CQ==",
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz",
+ "integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==",
"dev": true,
"requires": {
- "gonzales-pe": "^4.2.4",
+ "gonzales-pe": "^4.3.0",
"postcss": "^7.0.21"
}
},
@@ -12451,12 +12451,12 @@
"dev": true
},
"stylelint": {
- "version": "13.2.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.2.1.tgz",
- "integrity": "sha512-461ZV4KpUe7pEHHgMOsH4kkjF7qsjkCIMJYOf7QQC4cvgPUJ0z4Nj+ah5fvKl1rzqBqc5EZa6P0nna4CGoJX+A==",
+ "version": "13.3.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.3.0.tgz",
+ "integrity": "sha512-ehNzQu9JAbxuiNhUhmoyPgMjIdz7Fg1AxC5urPVhKotto/faF5GxwljSoLvQa6pB6yd+BVuofApWjWT/6/rBMQ==",
"dev": true,
"requires": {
- "autoprefixer": "^9.7.4",
+ "autoprefixer": "^9.7.5",
"balanced-match": "^1.0.0",
"chalk": "^3.0.0",
"cosmiconfig": "^6.0.0",
@@ -12476,7 +12476,7 @@
"lodash": "^4.17.15",
"log-symbols": "^3.0.0",
"mathml-tag-names": "^2.1.3",
- "meow": "^6.0.1",
+ "meow": "^6.1.0",
"micromatch": "^4.0.2",
"normalize-selector": "^0.2.0",
"postcss": "^7.0.27",
@@ -12487,7 +12487,7 @@
"postcss-media-query-parser": "^0.2.3",
"postcss-reporter": "^6.0.1",
"postcss-resolve-nested-selector": "^0.1.1",
- "postcss-safe-parser": "^4.0.1",
+ "postcss-safe-parser": "^4.0.2",
"postcss-sass": "^0.4.2",
"postcss-scss": "^2.0.0",
"postcss-selector-parser": "^6.0.2",
diff --git a/package.json b/package.json
index 475dcf9d5..6dafcc6a8 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.1",
+ "stylelint": "^13.3.0",
"stylelint-config-twbs-bootstrap": "^2.0.1",
"terser": "^4.6.10",
"vnu-jar": "20.3.16"