@html-validate/eslint-config 5.18.0 → 5.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +4 -4
- package/dist/cli.js.map +1 -1
- package/package.json +4 -4
package/dist/cli.js
CHANGED
@@ -14164,7 +14164,7 @@ var require_package = __commonJS({
|
|
14164
14164
|
"package.json"(exports2, module2) {
|
14165
14165
|
module2.exports = {
|
14166
14166
|
name: "@html-validate/eslint-config",
|
14167
|
-
version: "5.
|
14167
|
+
version: "5.19.0",
|
14168
14168
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
14169
14169
|
keywords: [
|
14170
14170
|
"eslint"
|
@@ -14210,15 +14210,15 @@ var require_package = __commonJS({
|
|
14210
14210
|
"eslint-plugin-array-func": "4.0.0",
|
14211
14211
|
"eslint-plugin-eslint-comments": "3.2.0",
|
14212
14212
|
"eslint-plugin-import": "2.29.1",
|
14213
|
-
"eslint-plugin-n": "17.
|
14213
|
+
"eslint-plugin-n": "17.4.0",
|
14214
14214
|
"eslint-plugin-prettier": "5.1.3",
|
14215
|
-
"eslint-plugin-security": "
|
14215
|
+
"eslint-plugin-security": "3.0.0",
|
14216
14216
|
"eslint-plugin-sonarjs": "0.25.1"
|
14217
14217
|
},
|
14218
14218
|
devDependencies: {
|
14219
14219
|
argparse: "2.0.1",
|
14220
14220
|
"find-up": "7.0.0",
|
14221
|
-
"internal-prettier": "5.
|
14221
|
+
"internal-prettier": "5.19.0",
|
14222
14222
|
nunjucks: "3.2.4"
|
14223
14223
|
},
|
14224
14224
|
peerDependencies: {
|