Bump stylelint-config-twbs-bootstrap from 1.0.0 to 1.1.0 (#29933)

Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v1.0.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-31 15:10:58 +02:00 committed by XhmikosR
parent 082d5ef087
commit 4ba7248308
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -12745,9 +12745,9 @@
}
},
"stylelint-config-twbs-bootstrap": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-1.0.0.tgz",
"integrity": "sha512-Cp6Tu2Q3coUxllvQJMR8BSXVl4CL9CaIjppAl9f1I3K0X9PwuS9MUGWo/pPfn6uUwseXBBX/1BFQ43f7H5RXVQ==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-1.1.0.tgz",
"integrity": "sha512-IBy87h+3XgGuhB+2PTmjHSArUAROTZmcL8/t0X2KAYEmRWYz9LTSiTodelcnwiLapOVs5sKPc9ZqrkG7VYNyGA==",
"dev": true,
"requires": {
"stylelint-config-recommended-scss": "^4.1.0",

View File

@ -131,7 +131,7 @@
"serve": "^11.3.0",
"shelljs": "^0.8.3",
"stylelint": "^12.0.1",
"stylelint-config-twbs-bootstrap": "^1.0.0",
"stylelint-config-twbs-bootstrap": "^1.1.0",
"terser": "^4.4.3",
"vnu-jar": "19.9.4"
},