@html-validate/eslint-config 5.20.1 → 5.20.2
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
@@ -13960,7 +13960,7 @@ var require_package = __commonJS({
|
|
13960
13960
|
"package.json"(exports2, module2) {
|
13961
13961
|
module2.exports = {
|
13962
13962
|
name: "@html-validate/eslint-config",
|
13963
|
-
version: "5.20.
|
13963
|
+
version: "5.20.1",
|
13964
13964
|
description: "Eslint sharable config used by the various HTML-validate packages",
|
13965
13965
|
keywords: [
|
13966
13966
|
"eslint"
|
@@ -13996,7 +13996,7 @@ var require_package = __commonJS({
|
|
13996
13996
|
prepublishOnly: "release-prepublish --retain-scripts"
|
13997
13997
|
},
|
13998
13998
|
dependencies: {
|
13999
|
-
"@rushstack/eslint-patch": "1.10.
|
13999
|
+
"@rushstack/eslint-patch": "1.10.3",
|
14000
14000
|
eslint: "8.57.0",
|
14001
14001
|
"eslint-config-prettier": "9.1.0",
|
14002
14002
|
"eslint-config-sidvind": "1.3.2",
|
@@ -14006,7 +14006,7 @@ var require_package = __commonJS({
|
|
14006
14006
|
"eslint-plugin-array-func": "4.0.0",
|
14007
14007
|
"eslint-plugin-eslint-comments": "3.2.0",
|
14008
14008
|
"eslint-plugin-import": "2.29.1",
|
14009
|
-
"eslint-plugin-n": "17.
|
14009
|
+
"eslint-plugin-n": "17.7.0",
|
14010
14010
|
"eslint-plugin-prettier": "5.1.3",
|
14011
14011
|
"eslint-plugin-security": "3.0.0",
|
14012
14012
|
"eslint-plugin-sonarjs": "0.25.1"
|
@@ -14014,7 +14014,7 @@ var require_package = __commonJS({
|
|
14014
14014
|
devDependencies: {
|
14015
14015
|
argparse: "2.0.1",
|
14016
14016
|
"find-up": "7.0.0",
|
14017
|
-
"internal-prettier": "5.20.
|
14017
|
+
"internal-prettier": "5.20.1",
|
14018
14018
|
nunjucks: "3.2.4"
|
14019
14019
|
},
|
14020
14020
|
peerDependencies: {
|