diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index 6755976..cf6b85c 100644 --- a/npm/eslint-config/package.json +++ b/npm/eslint-config/package.json @@ -7,7 +7,7 @@ "types": "./types/index.d.ts", "dependencies": { "@eslint/js": "9.5.0", - "eslint": "9.5.0", + "eslint": "9.6.0", "eslint-config-prettier": "9.1.0", "globals": "15.6.0" }, @@ -19,7 +19,7 @@ "prettier": "3.3.2" }, "peerDependencies": { - "eslint": "9.5.0" + "eslint": "9.6.0" }, "scripts": { "tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types" diff --git a/package-lock.json b/package-lock.json index 0c5561e..55dd856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@revi/prettier-config": "./npm/prettier-config", "@types/node": "20.14.9", "csslint": "1.0.5", - "eslint": "9.5.0", + "eslint": "9.6.0", "eslint-config-wikimedia": "0.28.2", "jshint": "2.13.6", "prettier": "3.3.2", @@ -1517,14 +1517,13 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.16.0.tgz", - "integrity": "sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg==", - "license": "Apache-2.0", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.0.tgz", + "integrity": "sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==", "dependencies": { "@eslint/object-schema": "^2.1.4", "debug": "^4.3.1", - "minimatch": "^3.0.5" + "minimatch": "^3.1.2" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1578,7 +1577,6 @@ "version": "2.1.4", "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz", "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", - "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } @@ -6240,16 +6238,15 @@ } }, "node_modules/eslint": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.5.0.tgz", - "integrity": "sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw==", - "license": "MIT", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.6.0.tgz", + "integrity": "sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/config-array": "^0.16.0", + "@eslint/config-array": "^0.17.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.5.0", + "@eslint/js": "9.6.0", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.3.0", "@nodelib/fs.walk": "^1.2.8", @@ -6260,7 +6257,7 @@ "escape-string-regexp": "^4.0.0", "eslint-scope": "^8.0.1", "eslint-visitor-keys": "^4.0.0", - "espree": "^10.0.1", + "espree": "^10.1.0", "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -7041,6 +7038,14 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.6.0.tgz", + "integrity": "sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/espree": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", @@ -13853,9 +13858,9 @@ "license": "Apache-2.0", "dependencies": { "@eslint/js": "9.5.0", - "eslint": "9.5.0", + "eslint": "9.6.0", "eslint-config-prettier": "9.1.0", - "globals": "^15.6.0" + "globals": "15.6.0" }, "devDependencies": { "@revi/prettier-config": "../prettier-config", @@ -13868,7 +13873,7 @@ "url": "https://github.com/sponsors/revi" }, "peerDependencies": { - "eslint": "9.5.0" + "eslint": "9.6.0" } }, "npm/prettier-config": { diff --git a/package.json b/package.json index 8aff7a1..90b1080 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@revi/prettier-config": "./npm/prettier-config", "@types/node": "20.14.9", "csslint": "1.0.5", - "eslint": "9.5.0", + "eslint": "9.6.0", "eslint-config-wikimedia": "0.28.2", "jshint": "2.13.6", "prettier": "3.3.2",