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-04-05 18:19:40 +0300
committerGitHub <noreply@github.com>2022-04-05 18:19:40 +0300
commit9e3d964698f0fec0eb9a52f22ab0dc5728cca40c (patch)
tree44ce046cc9069e1cf288f2ddd6af606ba78eaa6e
parent5bff1182b1df80e8b9d5d858dde108f822c2481e (diff)
build(deps-dev): bump stylelint from 14.6.0 to 14.6.1 (#1277)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.6.0 to 14.6.1. - [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.6.0...14.6.1) --- 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.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index f8a25bb7b..be45699cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"purgecss": "^4.1.3",
- "stylelint": "^14.6.0",
+ "stylelint": "^14.6.1",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"svg-sprite": "^1.5.4",
"svgo": "^2.8.0",
@@ -7178,16 +7178,16 @@
"dev": true
},
"node_modules/stylelint": {
- "version": "14.6.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.0.tgz",
- "integrity": "sha512-Xk2sqXYPi9nXgq70nBiZkbQm/QOOKd83NBTaBE1fXEWAEeRlgHnKC/E7kJFlT6K0SaNDOK5yIvR7GFPGsNLuOg==",
+ "version": "14.6.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.1.tgz",
+ "integrity": "sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q==",
"dev": true,
"dependencies": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
"cosmiconfig": "^7.0.1",
"css-functions-list": "^3.0.1",
- "debug": "^4.3.3",
+ "debug": "^4.3.4",
"execall": "^2.0.0",
"fast-glob": "^3.2.11",
"fastest-levenshtein": "^1.0.12",
@@ -14286,16 +14286,16 @@
"dev": true
},
"stylelint": {
- "version": "14.6.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.0.tgz",
- "integrity": "sha512-Xk2sqXYPi9nXgq70nBiZkbQm/QOOKd83NBTaBE1fXEWAEeRlgHnKC/E7kJFlT6K0SaNDOK5yIvR7GFPGsNLuOg==",
+ "version": "14.6.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.1.tgz",
+ "integrity": "sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q==",
"dev": true,
"requires": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
"cosmiconfig": "^7.0.1",
"css-functions-list": "^3.0.1",
- "debug": "^4.3.3",
+ "debug": "^4.3.4",
"execall": "^2.0.0",
"fast-glob": "^3.2.11",
"fastest-levenshtein": "^1.0.12",
diff --git a/package.json b/package.json
index 167acb2a3..afe8d467f 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"purgecss": "^4.1.3",
- "stylelint": "^14.6.0",
+ "stylelint": "^14.6.1",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"svg-sprite": "^1.5.4",
"svgo": "^2.8.0",