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>2022-03-01 16:16:46 +0300
committerGitHub <noreply@github.com>2022-03-01 16:16:46 +0300
commitcfcad5198d9e548bd1afb2c8737568cc95ec9ee4 (patch)
tree8f29c6c99c913f8c46b4391a61139c1ae07c0288
parent764efacdd02dbf271826ce2dad9036bdd0f0e0e1 (diff)
build(deps-dev): bump stylelint from 14.5.1 to 14.5.3 (#1239)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.5.1 to 14.5.3. - [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.5.1...14.5.3) --- 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>
-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 9ca88d6fc..1cd69ee4e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -23,7 +23,7 @@
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"purgecss": "^4.1.3",
- "stylelint": "^14.5.1",
+ "stylelint": "^14.5.3",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"svg-sprite": "^1.5.4",
"svgo": "^2.8.0",
@@ -7907,9 +7907,9 @@
"dev": true
},
"node_modules/stylelint": {
- "version": "14.5.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.1.tgz",
- "integrity": "sha512-8Hf4HtnhxlWlf7iXF9zFfhSc3X0teRnVzl6PqPs2JEFx+dy/mhMhghZfiTDW4QG0ihDw9+WP7GZw5Nzx7cQF5A==",
+ "version": "14.5.3",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.3.tgz",
+ "integrity": "sha512-omHETL+kGHR+fCXFK1SkZD/A+emCP9esggAdWEl8GPjTNeyRYj+H6uetRDcU+7E451zwWiUYGVAX+lApsAZgsQ==",
"dev": true,
"dependencies": {
"balanced-match": "^2.0.0",
@@ -15948,9 +15948,9 @@
"dev": true
},
"stylelint": {
- "version": "14.5.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.1.tgz",
- "integrity": "sha512-8Hf4HtnhxlWlf7iXF9zFfhSc3X0teRnVzl6PqPs2JEFx+dy/mhMhghZfiTDW4QG0ihDw9+WP7GZw5Nzx7cQF5A==",
+ "version": "14.5.3",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.3.tgz",
+ "integrity": "sha512-omHETL+kGHR+fCXFK1SkZD/A+emCP9esggAdWEl8GPjTNeyRYj+H6uetRDcU+7E451zwWiUYGVAX+lApsAZgsQ==",
"dev": true,
"requires": {
"balanced-match": "^2.0.0",
diff --git a/package.json b/package.json
index 9b971cb46..79ec3fb59 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"purgecss": "^4.1.3",
- "stylelint": "^14.5.1",
+ "stylelint": "^14.5.3",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"svg-sprite": "^1.5.4",
"svgo": "^2.8.0",