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

github.com/twbs/bootstrap.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>2022-05-31 17:51:01 +0300
committerGitHub <noreply@github.com>2022-05-31 17:51:01 +0300
commitdcb4d5e1df98b0c76d53ea9daa8f6969843cc7f4 (patch)
tree7107ac8c6af82e07674947c4d87ac9dc45852c28
parent753698fea09508bd3ae78b10d78f6ea59e3da38f (diff)
Bump stylelint from 14.8.3 to 14.8.5 (#36472)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.3 to 14.8.5. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.8.3...14.8.5) --- updated-dependencies: - dependency-name: stylelint 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.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 6be2f83b56..5f67d42b38 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -61,7 +61,7 @@
"rtlcss": "^3.5.0",
"sass": "^1.52.1",
"shelljs": "^0.8.5",
- "stylelint": "^14.8.3",
+ "stylelint": "^14.8.5",
"stylelint-config-twbs-bootstrap": "^3.1.0",
"terser": "^5.14.0",
"vnu-jar": "21.10.12"
@@ -9931,9 +9931,9 @@
"dev": true
},
"node_modules/stylelint": {
- "version": "14.8.3",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
- "integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
+ "version": "14.8.5",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz",
+ "integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==",
"dev": true,
"dependencies": {
"balanced-match": "^2.0.0",
@@ -9960,7 +9960,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.13",
+ "postcss": "^8.4.14",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
@@ -18417,9 +18417,9 @@
"dev": true
},
"stylelint": {
- "version": "14.8.3",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
- "integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
+ "version": "14.8.5",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz",
+ "integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==",
"dev": true,
"requires": {
"balanced-match": "^2.0.0",
@@ -18446,7 +18446,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.13",
+ "postcss": "^8.4.14",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
diff --git a/package.json b/package.json
index 691e5238cf..3775a91951 100644
--- a/package.json
+++ b/package.json
@@ -146,7 +146,7 @@
"rtlcss": "^3.5.0",
"sass": "^1.52.1",
"shelljs": "^0.8.5",
- "stylelint": "^14.8.3",
+ "stylelint": "^14.8.5",
"stylelint-config-twbs-bootstrap": "^3.1.0",
"terser": "^5.14.0",
"vnu-jar": "21.10.12"