diff --git a/package-lock.json b/package-lock.json index ea77cee88c..ff6021a0c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,13 +43,13 @@ }, "devDependencies": { "@eslint/compat": "^1.2.6", - "@eslint/js": "~9.19.0", + "@eslint/js": "~9.20.0", "@eslint/markdown": "~6.2.2", "@stylistic/stylelint-config": "~2.0.0", "broken-link-checker": "^0.7.8", "dir-compare": "^5.0.0", "disparity": "^3.2.0", - "eslint": "~9.19.0", + "eslint": "~9.20.0", "eslint-plugin-import": "~2.31.0", "eslint-plugin-jsdoc": "~50.0.1", "eslint-plugin-jsonc": "~2.19.1", @@ -3067,9 +3067,9 @@ "dev": true }, "node_modules/@eslint/js": { - "version": "9.19.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz", - "integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==", + "version": "9.20.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.20.0.tgz", + "integrity": "sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==", "dev": true, "license": "MIT", "engines": { @@ -9657,18 +9657,18 @@ } }, "node_modules/eslint": { - "version": "9.19.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz", - "integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==", + "version": "9.20.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.0.tgz", + "integrity": "sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", "@eslint/config-array": "^0.19.0", - "@eslint/core": "^0.10.0", + "@eslint/core": "^0.11.0", "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "9.19.0", + "@eslint/js": "9.20.0", "@eslint/plugin-kit": "^0.2.5", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", @@ -10239,6 +10239,19 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/core": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.11.0.tgz", + "integrity": "sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", diff --git a/package.json b/package.json index 4c8d622a53..b871b131b7 100644 --- a/package.json +++ b/package.json @@ -73,13 +73,13 @@ }, "devDependencies": { "@eslint/compat": "^1.2.6", - "@eslint/js": "~9.19.0", + "@eslint/js": "~9.20.0", "@eslint/markdown": "~6.2.2", "@stylistic/stylelint-config": "~2.0.0", "broken-link-checker": "^0.7.8", "dir-compare": "^5.0.0", "disparity": "^3.2.0", - "eslint": "~9.19.0", + "eslint": "~9.20.0", "eslint-plugin-import": "~2.31.0", "eslint-plugin-jsdoc": "~50.0.1", "eslint-plugin-jsonc": "~2.19.1",