diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index 1aaf7ec..0aa5878 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.6.0", - "eslint": "9.6.0", + "eslint": "9.7.0", "eslint-config-prettier": "9.1.0", "globals": "15.8.0" }, @@ -19,7 +19,7 @@ "prettier": "3.3.2" }, "peerDependencies": { - "eslint": "9.6.0" + "eslint": "9.7.0" }, "scripts": { "tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types" diff --git a/package-lock.json b/package-lock.json index 12b4679..ac3d4dd 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.6.0", + "eslint": "9.7.0", "eslint-config-wikimedia": "0.28.2", "jshint": "2.13.6", "prettier": "3.3.2", @@ -6240,16 +6240,15 @@ } }, "node_modules/eslint": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.6.0.tgz", - "integrity": "sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==", - "license": "MIT", + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz", + "integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", + "@eslint-community/regexpp": "^4.11.0", "@eslint/config-array": "^0.17.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.6.0", + "@eslint/js": "9.7.0", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.3.0", "@nodelib/fs.walk": "^1.2.8", @@ -6258,7 +6257,7 @@ "cross-spawn": "^7.0.2", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.1", + "eslint-scope": "^8.0.2", "eslint-visitor-keys": "^4.0.0", "espree": "^10.1.0", "esquery": "^1.5.0", @@ -6985,10 +6984,9 @@ } }, "node_modules/eslint-scope": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz", - "integrity": "sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==", - "license": "BSD-2-Clause", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz", + "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -7041,6 +7039,14 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz", + "integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==", + "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", @@ -13849,11 +13855,11 @@ }, "npm/eslint-config": { "name": "@revi/eslint-config", - "version": "0.0.6", + "version": "0.0.7", "license": "Apache-2.0", "dependencies": { "@eslint/js": "9.6.0", - "eslint": "9.6.0", + "eslint": "9.7.0", "eslint-config-prettier": "9.1.0", "globals": "15.8.0" }, @@ -13868,7 +13874,7 @@ "url": "https://github.com/sponsors/revi" }, "peerDependencies": { - "eslint": "9.6.0" + "eslint": "9.7.0" } }, "npm/prettier-config": { diff --git a/package.json b/package.json index df0147a..f5ca491 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.6.0", + "eslint": "9.7.0", "eslint-config-wikimedia": "0.28.2", "jshint": "2.13.6", "prettier": "3.3.2",