Bump stylelint-config-twbs-bootstrap from 2.2.1 to 2.2.3 (#3852)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-26 18:50:44 +05:30 committed by GitHub
parent 50950e60d0
commit 47cbeef353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -10892,15 +10892,15 @@
}
},
"stylelint-config-twbs-bootstrap": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.2.2.tgz",
"integrity": "sha512-HCfscb8ZYAka9wy9VlyW1ddUU+ZJt86J+ycGuejMnL0I7QMEzhFIg0T79NeBcF8Bs8YWfg2TsJfYf9MRL05gqw==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.2.3.tgz",
"integrity": "sha512-E/tvUSYV4bz7a2mG29j56I/MRtUGaZRj5zi3nWC+BmeAz7ZIKbuI/dsNXQNYe7tQL72VZoj7de4z8Yv8vefojw==",
"dev": true,
"requires": {
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0"
"stylelint-scss": "^3.20.1"
}
},
"stylelint-order": {
@ -10937,9 +10937,9 @@
}
},
"stylelint-scss": {
"version": "3.20.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.20.0.tgz",
"integrity": "sha512-9as9UX3mUTVCktzgzmj36/jEV56QLSnpp4GsDN2Egi8vwJbA94WlrB3IFMpekmqFsLyp/Dor3GRUHVoPbfhJDg==",
"version": "3.20.1",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.20.1.tgz",
"integrity": "sha512-OTd55O1TTAC5nGKkVmUDLpz53LlK39R3MImv1CfuvsK7/qugktqiZAeQLuuC4UBhzxCnsc7fp9u/gfRZwFAIkA==",
"dev": true,
"requires": {
"lodash": "^4.17.15",

View file

@ -149,7 +149,7 @@
"postcss-cli": "^8.3.1",
"rollup": "^2.53.2",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.2",
"stylelint-config-twbs-bootstrap": "^2.2.3",
"terser": "^5.7.1",
"vnu-jar": "^21.6.11"
}