diff options
author | dependabot[bot] | 2021-11-16 07:27:43 +0000 |
---|---|---|
committer | vitalyster | 2021-11-16 10:31:14 +0300 |
commit | a647e563060391a6f359e1dc07ff0055ca1bdb2b (patch) | |
tree | 43d1089dbe8934df5ba148ce19d57c0fe4499e59 | |
parent | cf469dd2c917171eae9b6d55632d7084dfa5e501 (diff) |
Bump stylelint from 14.0.1 to 14.1.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.0.1 to 14.1.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.0.1...14.1.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.json | 22 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json index f03e855c..21e10c50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "postcss-import": "^14.0.2", "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.9", - "stylelint": "^14.0.1", + "stylelint": "^14.1.0", "stylelint-config-standard": "^24.0.0", "webpack": "^5.64.1", "webpack-cli": "^4.9.1" @@ -10077,9 +10077,9 @@ } }, "node_modules/stylelint": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.0.1.tgz", - "integrity": "sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.1.0.tgz", + "integrity": "sha512-IedkssuNVA11+v++2PIV2OHOU5A3SfRcXVi56vZVSsMhGrgtwmmit69jeM+08/Tun5DTBe7BuH1Zp1mMLmtKLA==", "dev": true, "dependencies": { "balanced-match": "^2.0.0", @@ -10094,7 +10094,7 @@ "globby": "^11.0.4", "globjoin": "^0.1.4", "html-tags": "^3.1.0", - "ignore": "^5.1.8", + "ignore": "^5.1.9", "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", @@ -10117,7 +10117,7 @@ "strip-ansi": "^6.0.1", "style-search": "^0.1.0", "svg-tags": "^1.0.0", - "table": "^6.7.2", + "table": "^6.7.3", "v8-compile-cache": "^2.3.0", "write-file-atomic": "^3.0.3" }, @@ -18369,9 +18369,9 @@ } }, "stylelint": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.0.1.tgz", - "integrity": "sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.1.0.tgz", + "integrity": "sha512-IedkssuNVA11+v++2PIV2OHOU5A3SfRcXVi56vZVSsMhGrgtwmmit69jeM+08/Tun5DTBe7BuH1Zp1mMLmtKLA==", "dev": true, "requires": { "balanced-match": "^2.0.0", @@ -18386,7 +18386,7 @@ "globby": "^11.0.4", "globjoin": "^0.1.4", "html-tags": "^3.1.0", - "ignore": "^5.1.8", + "ignore": "^5.1.9", "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", @@ -18409,7 +18409,7 @@ "strip-ansi": "^6.0.1", "style-search": "^0.1.0", "svg-tags": "^1.0.0", - "table": "^6.7.2", + "table": "^6.7.3", "v8-compile-cache": "^2.3.0", "write-file-atomic": "^3.0.3" }, diff --git a/package.json b/package.json index 5046d706..3c6b60a9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "postcss-import": "^14.0.2", "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.9", - "stylelint": "^14.0.1", + "stylelint": "^14.1.0", "stylelint-config-standard": "^24.0.0", "webpack": "^5.64.1", "webpack-cli": "^4.9.1" |