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-10-01 20:52:59 +0300
committerGitHub <noreply@github.com>2022-10-01 20:52:59 +0300
commitdea772099acca5621c6eef79433880d8a74758ca (patch)
tree2a277074d3b3938f0e4c5b5e83df3e60cc1e5ab5
parenta059fcc2895d2dfc710e7716d4c8f1c80e424bf1 (diff)
build(deps-dev): bump stylelint from 14.12.1 to 14.13.0 (#1447)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.12.1 to 14.13.0. - [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.12.1...14.13.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 54c37e6f2..1b2f75aef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"purgecss": "^5.0.0",
- "stylelint": "^14.12.1",
+ "stylelint": "^14.13.0",
"stylelint-config-twbs-bootstrap": "^6.0.0",
"svg-sprite": "^2.0.0-beta7",
"svgo": "^2.8.0",
@@ -7063,9 +7063,9 @@
"dev": true
},
"node_modules/stylelint": {
- "version": "14.12.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.12.1.tgz",
- "integrity": "sha512-ZEM4TuksChMBfuPadQsHUkbOoRySAT9QMfDvvYxdAchOJl0p+csTMBXOu6ORAAxKhwBmxqJiep8V88bXfNs3EQ==",
+ "version": "14.13.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.13.0.tgz",
+ "integrity": "sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==",
"dev": true,
"dependencies": {
"@csstools/selector-specificity": "^2.0.2",
@@ -13513,9 +13513,9 @@
"dev": true
},
"stylelint": {
- "version": "14.12.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.12.1.tgz",
- "integrity": "sha512-ZEM4TuksChMBfuPadQsHUkbOoRySAT9QMfDvvYxdAchOJl0p+csTMBXOu6ORAAxKhwBmxqJiep8V88bXfNs3EQ==",
+ "version": "14.13.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.13.0.tgz",
+ "integrity": "sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==",
"dev": true,
"requires": {
"@csstools/selector-specificity": "^2.0.2",
diff --git a/package.json b/package.json
index a34dc241a..78a4bd1be 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"purgecss": "^5.0.0",
- "stylelint": "^14.12.1",
+ "stylelint": "^14.13.0",
"stylelint-config-twbs-bootstrap": "^6.0.0",
"svg-sprite": "^2.0.0-beta7",
"svgo": "^2.8.0",