diff --git a/cli/package.json b/cli/package.json index 6363cc752d6..918d9463548 100644 --- a/cli/package.json +++ b/cli/package.json @@ -30,7 +30,7 @@ "yaml": "^2.3.4" }, "devDependencies": { - "@npmcli/eslint-config": "^5.0.0", + "@npmcli/eslint-config": "^6.0.0", "@npmcli/template-oss": "4.26.0", "tap": "^21.0.0" }, diff --git a/package-lock.json b/package-lock.json index e9f6f2cffc4..02d74bb1b9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", - "@npmcli/eslint-config": "^5.0.0", + "@npmcli/eslint-config": "^6.0.0", "@npmcli/template-oss": "4.26.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", @@ -98,7 +98,7 @@ "yaml": "^2.3.4" }, "devDependencies": { - "@npmcli/eslint-config": "^5.0.0", + "@npmcli/eslint-config": "^6.0.0", "@npmcli/template-oss": "4.26.0", "tap": "^21.0.0" }, @@ -7308,10 +7308,11 @@ } }, "node_modules/@npmcli/eslint-config": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/eslint-config/-/eslint-config-5.1.0.tgz", - "integrity": "sha512-L4FAYndvARxkbTBNbsbDDkArIf8A8WmTFGVKdevJ3jd9nPzDKWiuC9TW0QtEnRsFHr5IX7G6qkRLK+drLIGoEA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/eslint-config/-/eslint-config-6.0.0.tgz", + "integrity": "sha512-CcBU2EocMgs68DocGJUjuPKAboOBmXN3aKi0DxjlNCMtHLh8aXRmOOHylGdoSnzGraYueFG7Xogb9hxdTEuECg==", "dev": true, + "license": "ISC", "dependencies": { "which": "^5.0.0" }, @@ -7319,7 +7320,7 @@ "lint": "bin/index.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^20.17.0 || >=22.9.0" }, "peerDependencies": { "eslint": "^8.13.0", diff --git a/package.json b/package.json index c93bbd49f57..e6cfa863a13 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", - "@npmcli/eslint-config": "^5.0.0", + "@npmcli/eslint-config": "^6.0.0", "@npmcli/template-oss": "4.26.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0",