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

github.com/twbs/blog.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:16:40 +0300
committerGitHub <noreply@github.com>2022-04-05 18:16:40 +0300
commitd6528ee25187aa170ac7b93cf4d61bc892556a12 (patch)
tree20a57e2d90eca3fae99a33c36547edb702c2b5e0
parent328311e5faf00bdaa61d91eabb68275d894a1645 (diff)
Bump stylelint from 14.6.0 to 14.6.1 (#265)
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 c79b93fd..aa4bbf93 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,7 +19,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
- "stylelint": "^14.6.0",
+ "stylelint": "^14.6.1",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"vnu-jar": "21.10.12"
}
@@ -5412,16 +5412,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",
@@ -10492,16 +10492,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 b32d6447..6929504b 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
- "stylelint": "^14.6.0",
+ "stylelint": "^14.6.1",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"vnu-jar": "21.10.12"
}