@html-validate/eslint-config 5.15.1 → 5.16.1

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 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.15.0",
14167
+ version: "5.16.0",
14168
14168
  description: "Eslint sharable config used by the various HTML-validate packages",
14169
14169
  keywords: [
14170
14170
  "eslint"
@@ -14200,7 +14200,7 @@ var require_package = __commonJS({
14200
14200
  prepublishOnly: "release-prepublish --retain-scripts"
14201
14201
  },
14202
14202
  dependencies: {
14203
- "@rushstack/eslint-patch": "1.7.2",
14203
+ "@rushstack/eslint-patch": "1.10.1",
14204
14204
  eslint: "8.57.0",
14205
14205
  "eslint-config-prettier": "9.1.0",
14206
14206
  "eslint-config-sidvind": "1.3.2",
@@ -14210,22 +14210,22 @@ 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-node": "11.1.0",
14213
+ "eslint-plugin-n": "16.6.2",
14214
14214
  "eslint-plugin-prettier": "5.1.3",
14215
14215
  "eslint-plugin-security": "2.1.1",
14216
- "eslint-plugin-sonarjs": "0.24.0"
14216
+ "eslint-plugin-sonarjs": "0.25.0"
14217
14217
  },
14218
14218
  devDependencies: {
14219
14219
  argparse: "2.0.1",
14220
14220
  "find-up": "7.0.0",
14221
- "internal-prettier": "5.12.9",
14221
+ "internal-prettier": "5.16.0",
14222
14222
  nunjucks: "3.2.4"
14223
14223
  },
14224
14224
  peerDependencies: {
14225
14225
  prettier: "^3"
14226
14226
  },
14227
14227
  engines: {
14228
- node: ">= 18",
14228
+ node: ">= 18.18",
14229
14229
  npm: ">= 7"
14230
14230
  },
14231
14231
  publishConfig: {