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-06-01 18:03:16 +0300
committerGitHub <noreply@github.com>2022-06-01 18:03:16 +0300
commit4f20201ce5af0cc273bb15e162772808fec132d8 (patch)
tree41e6059e3264eb0311ff2b7bc0de50e4e99f4e01
parentb116f8514b8f46385b77528205ebb263d21d9634 (diff)
Bump stylelint from 14.8.3 to 14.8.5 (#157)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.3 to 14.8.5. - [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.8.3...14.8.5) --- 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 2cab62b..8de342e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
},
"devDependencies": {
"eslint": "^8.16.0",
- "stylelint": "^14.8.3"
+ "stylelint": "^14.8.5"
},
"engines": {
"node": ">=12"
@@ -2014,9 +2014,9 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"node_modules/stylelint": {
- "version": "14.8.3",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
- "integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
+ "version": "14.8.5",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz",
+ "integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==",
"dependencies": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
@@ -2042,7 +2042,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.13",
+ "postcss": "^8.4.14",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
@@ -3842,9 +3842,9 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"stylelint": {
- "version": "14.8.3",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
- "integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
+ "version": "14.8.5",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz",
+ "integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==",
"requires": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
@@ -3870,7 +3870,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.13",
+ "postcss": "^8.4.14",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
diff --git a/package.json b/package.json
index b9c06ce..b86a12a 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
},
"devDependencies": {
"eslint": "^8.16.0",
- "stylelint": "^14.8.3"
+ "stylelint": "^14.8.5"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",