Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-03 09:01:58 +0300
committerGitHub <noreply@github.com>2021-08-03 09:01:58 +0300
commit571d556a85767ce557574c5912749e7c6cd4dc5d (patch)
tree8cdfa014d6e8b2f931432302f837b988ac35be37
parent333d6ccccaacabc68f9b069dc865e26918520a07 (diff)
build(deps-dev): bump stylelint-config-twbs-bootstrap (#961)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 5db5790aa..36c1fd42e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7308,15 +7308,15 @@
}
},
"stylelint-config-twbs-bootstrap": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.2.1.tgz",
- "integrity": "sha512-Z84komE0vtmtrEAhk1w6rB6HXsxLcOnRPlAWNRXete/zSfk0/zoD/6SjwgKXzfg2kpwUDfVmcFaolhjQK2tPXw==",
+ "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.2.0",
+ "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": {
@@ -7375,9 +7375,9 @@
}
},
"stylelint-scss": {
- "version": "3.19.0",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.19.0.tgz",
- "integrity": "sha512-Ic5bsmpS4wVucOw44doC1Yi9f5qbeVL4wPFiEOaUElgsOuLEN6Ofn/krKI8BeNL2gAn53Zu+IcVV4E345r6rBw==",
+ "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",
diff --git a/package.json b/package.json
index 74a2da2a4..2d3c42cd9 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"postcss-cli": "^8.3.1",
"purgecss": "^4.0.3",
"stylelint": "^13.13.1",
- "stylelint-config-twbs-bootstrap": "^2.2.1",
+ "stylelint-config-twbs-bootstrap": "^2.2.3",
"svgo": "^2.3.1",
"vnu-jar": "21.6.11"
},