aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-16 13:01:17 +0200
committerGitHub <[email protected]>2021-02-16 13:01:17 +0200
commit233afbff569cf56f3250e187250b8e76c7250c61 (patch)
tree10aea5490b7dffefff240a3686825260a683b66d
parent40e2abf7ca32cd8bcf33b5f0a5296d9e381b398a (diff)
downloadbootstrap-233afbff569cf56f3250e187250b8e76c7250c61.tar.xz
bootstrap-233afbff569cf56f3250e187250b8e76c7250c61.zip
Bump stylelint from 13.9.0 to 13.10.0 (#33115)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.9.0 to 13.10.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.9.0...13.10.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-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 74b56edee..7968a4116 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6028,9 +6028,9 @@
"dev": true
},
"known-css-properties": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.20.0.tgz",
- "integrity": "sha512-URvsjaA9ypfreqJ2/ylDr5MUERhJZ+DhguoWRr2xgS5C7aGCalXo+ewL+GixgKBfhT2vuL02nbIgNGqVWgTOYw==",
+ "version": "0.21.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz",
+ "integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==",
"dev": true
},
"latest-version": {
@@ -9723,9 +9723,9 @@
"dev": true
},
"stylelint": {
- "version": "13.9.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.9.0.tgz",
- "integrity": "sha512-VVWH2oixOAxpWL1vH+V42ReCzBjW2AeqskSAbi8+3OjV1Xg3VZkmTcAqBZfRRvJeF4BvYuDLXebW3tIHxgZDEg==",
+ "version": "13.10.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.10.0.tgz",
+ "integrity": "sha512-eDuLrL0wzPKbl5/TbNGZcbw0lTIGbDEr5W6lCODvb1gAg0ncbgCRt7oU0C2VFDvbrcY0A3MFZOwltwTRmc0XCw==",
"dev": true,
"requires": {
"@stylelint/postcss-css-in-js": "^0.37.2",
@@ -9747,7 +9747,7 @@
"ignore": "^5.1.8",
"import-lazy": "^4.0.0",
"imurmurhash": "^0.1.4",
- "known-css-properties": "^0.20.0",
+ "known-css-properties": "^0.21.0",
"lodash": "^4.17.20",
"log-symbols": "^4.0.0",
"mathml-tag-names": "^2.1.3",
diff --git a/package.json b/package.json
index d9bb71e0b..68c8dc161 100644
--- a/package.json
+++ b/package.json
@@ -142,7 +142,7 @@
"rtlcss": "^3.1.2",
"sass": "^1.32.7",
"shelljs": "^0.8.4",
- "stylelint": "^13.9.0",
+ "stylelint": "^13.10.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "5.1.0",
"vnu-jar": "21.2.5"