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

github.com/twbs/stylelint-config-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-01 11:00:25 +0300
committerGitHub <noreply@github.com>2022-05-01 11:00:25 +0300
commitf5f31b96a260bb1392608188088627ababb0828d (patch)
treefd6277ce65bf9f78cbb926e2f6af51697be2362e
parent871b22baf7f17a98ac8dadef45b34b1a825d6ba8 (diff)
Bump stylelint from 14.7.1 to 14.8.1dependabot/npm_and_yarn/stylelint-14.8.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.7.1 to 14.8.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.7.1...14.8.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 1699fc7..c1e7b7c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
},
"devDependencies": {
"eslint": "^8.13.0",
- "stylelint": "^14.7.1"
+ "stylelint": "^14.8.1"
},
"engines": {
"node": ">=12"
@@ -2019,9 +2019,9 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"node_modules/stylelint": {
- "version": "14.7.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.7.1.tgz",
- "integrity": "sha512-rUOWm67hrzGXXyO/cInENEejF4urh1dLgOb9cr/3XLDb/t/A+rXQp3p6+no8o8QCKTgBUdhVUq/bXMgE988PJw==",
+ "version": "14.8.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.1.tgz",
+ "integrity": "sha512-0YxTop3wTeEVmQWhS7jjLFaBkvfPmffRiJ6eFIDlK++f3OklaobTYFJu32E5u/cIrFLbcW52pLqrYpihA/y0/w==",
"dependencies": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
@@ -3853,9 +3853,9 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"stylelint": {
- "version": "14.7.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.7.1.tgz",
- "integrity": "sha512-rUOWm67hrzGXXyO/cInENEejF4urh1dLgOb9cr/3XLDb/t/A+rXQp3p6+no8o8QCKTgBUdhVUq/bXMgE988PJw==",
+ "version": "14.8.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.1.tgz",
+ "integrity": "sha512-0YxTop3wTeEVmQWhS7jjLFaBkvfPmffRiJ6eFIDlK++f3OklaobTYFJu32E5u/cIrFLbcW52pLqrYpihA/y0/w==",
"requires": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
diff --git a/package.json b/package.json
index 0cf44c8..9bc980d 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
},
"devDependencies": {
"eslint": "^8.13.0",
- "stylelint": "^14.7.1"
+ "stylelint": "^14.8.1"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",