aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-10-17 21:08:52 +0000
committerGravatar vitalyster2022-10-18 08:08:02 +0300
commitcc921ccb6bc13e69c716a4eff95c0740745777c1 (patch)
tree3581b1a0e78709bcd832b8a97baa760cd22556c9
parentefbca1f79c9212a9a08a40684ac5a23af95baffb (diff)
Bump stylelint from 14.13.0 to 14.14.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.13.0 to 14.14.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.13.0...14.14.0) --- 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.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 00a2be0c..e490a69a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -36,7 +36,7 @@
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"regenerator-runtime": "^0.13.10",
- "stylelint": "^14.13.0",
+ "stylelint": "^14.14.0",
"stylelint-config-standard": "^28.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
@@ -7580,9 +7580,9 @@
}
},
"node_modules/stylelint": {
- "version": "14.13.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.13.0.tgz",
- "integrity": "sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==",
+ "version": "14.14.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.14.0.tgz",
+ "integrity": "sha512-yUI+4xXfPHVnueYddSQ/e1GuEA/2wVhWQbGj16AmWLtQJtn28lVxfS4b0CsWyVRPgd3Auzi0NXOthIEUhtQmmA==",
"dev": true,
"dependencies": {
"@csstools/selector-specificity": "^2.0.2",
@@ -7608,7 +7608,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.17",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
@@ -13731,9 +13731,9 @@
}
},
"stylelint": {
- "version": "14.13.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.13.0.tgz",
- "integrity": "sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==",
+ "version": "14.14.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.14.0.tgz",
+ "integrity": "sha512-yUI+4xXfPHVnueYddSQ/e1GuEA/2wVhWQbGj16AmWLtQJtn28lVxfS4b0CsWyVRPgd3Auzi0NXOthIEUhtQmmA==",
"dev": true,
"requires": {
"@csstools/selector-specificity": "^2.0.2",
@@ -13759,7 +13759,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.17",
"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 9fe9bd95..d394d19d 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"regenerator-runtime": "^0.13.10",
- "stylelint": "^14.13.0",
+ "stylelint": "^14.14.0",
"stylelint-config-standard": "^28.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"