@html-validate/eslint-config 5.4.6 → 5.4.9

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 +2 -2
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -8905,7 +8905,7 @@ var require_package = __commonJS({
8905
8905
  "package.json"(exports, module2) {
8906
8906
  module2.exports = {
8907
8907
  name: "@html-validate/eslint-config",
8908
- version: "5.4.5",
8908
+ version: "5.4.6",
8909
8909
  description: "Eslint sharable config used by the various HTML-validate packages",
8910
8910
  keywords: [
8911
8911
  "eslint"
@@ -8939,7 +8939,7 @@ var require_package = __commonJS({
8939
8939
  },
8940
8940
  dependencies: {
8941
8941
  "@rushstack/eslint-patch": "1.1.3",
8942
- eslint: "8.15.0",
8942
+ eslint: "8.16.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.6",
3
+ "version": "5.4.9",
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.15.0",
37
+ "eslint": "8.16.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": "1b61362213dfe9369ee5aa51ec92606b31b281ff"
63
+ "gitHead": "6b72f0e64d15f6cbfffc3f4b97ed18afc0820393"
64
64
  }