summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-26 13:54:00 +0000
committerDaniel Micay <danielmicay@gmail.com>2021-04-26 09:55:59 -0400
commit854c99267e09fa917cb6790b169226be7ff6ade6 (patch)
tree9a023fb4d450d10f4092ba788dc12ca16910e9de
parentadaa9a768b51e02d5f2b750091190321f1517cb9 (diff)
Bump stylelint-config-standard from 21.0.0 to 22.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 21.0.0 to 22.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/21.0.0...22.0.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json34
-rw-r--r--package.json2
2 files changed, 18 insertions, 18 deletions
diff --git a/package-lock.json b/package-lock.json
index 70a378c9..3975a1ac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"eslint": "^7.25.0",
"html-minifier": "^4.0.0",
"stylelint": "^13.13.0",
- "stylelint-config-standard": "^21.0.0",
+ "stylelint-config-standard": "^22.0.0",
"terser": "^5.6.1"
}
},
@@ -3343,22 +3343,22 @@
}
},
"node_modules/stylelint-config-recommended": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz",
- "integrity": "sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz",
+ "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==",
"peerDependencies": {
- "stylelint": "^13.12.0"
+ "stylelint": "^13.13.0"
}
},
"node_modules/stylelint-config-standard": {
- "version": "21.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz",
- "integrity": "sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg==",
+ "version": "22.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz",
+ "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==",
"dependencies": {
- "stylelint-config-recommended": "^4.0.0"
+ "stylelint-config-recommended": "^5.0.0"
},
"peerDependencies": {
- "stylelint": "^13.12.0"
+ "stylelint": "^13.13.0"
}
},
"node_modules/stylelint/node_modules/ansi-regex": {
@@ -6391,17 +6391,17 @@
}
},
"stylelint-config-recommended": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz",
- "integrity": "sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz",
+ "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==",
"requires": {}
},
"stylelint-config-standard": {
- "version": "21.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz",
- "integrity": "sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg==",
+ "version": "22.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz",
+ "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==",
"requires": {
- "stylelint-config-recommended": "^4.0.0"
+ "stylelint-config-recommended": "^5.0.0"
}
},
"sugarss": {
diff --git a/package.json b/package.json
index 18205e2a..c75ac22d 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"eslint": "^7.25.0",
"html-minifier": "^4.0.0",
"stylelint": "^13.13.0",
- "stylelint-config-standard": "^21.0.0",
+ "stylelint-config-standard": "^22.0.0",
"terser": "^5.6.1"
}
}