@html-validate/eslint-config 5.4.5 → 5.4.6

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -8939,7 +8939,7 @@ var require_package = __commonJS({
8939
8939
  },
8940
8940
  dependencies: {
8941
8941
  "@rushstack/eslint-patch": "1.1.3",
8942
- eslint: "8.14.0",
8942
+ eslint: "8.15.0",
8943
8943
  "eslint-config-prettier": "8.5.0",
8944
8944
  "eslint-config-sidvind": "1.3.2",
8945
8945
  "eslint-formatter-gitlab": "3.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "5.4.5",
3
+ "version": "5.4.6",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@rushstack/eslint-patch": "1.1.3",
37
- "eslint": "8.14.0",
37
+ "eslint": "8.15.0",
38
38
  "eslint-config-prettier": "8.5.0",
39
39
  "eslint-config-sidvind": "1.3.2",
40
40
  "eslint-formatter-gitlab": "3.0.0",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "a438f31c8b6497de62e3674970abfe2a93490c58"
63
+ "gitHead": "1b61362213dfe9369ee5aa51ec92606b31b281ff"
64
64
  }