diff --git a/package-lock.json b/package-lock.json index dd50ea5d..55537b07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "devDependencies": { "@npm/types": "^2.0.0", "@types/cross-spawn": "^6.0.2", - "@types/eslint": "^8.0.0", + "@types/eslint": "^9.0.0", "@types/fs-extra": "^11.0.0", "@types/inquirer": "^8.0.0", "@types/json5": "2.2.0", @@ -573,9 +573,9 @@ } }, "node_modules/@types/eslint": { - "version": "8.56.12", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz", - "integrity": "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 30d1ce08..6b0623cd 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "devDependencies": { "@npm/types": "^2.0.0", "@types/cross-spawn": "^6.0.2", - "@types/eslint": "^8.0.0", + "@types/eslint": "^9.0.0", "@types/fs-extra": "^11.0.0", "@types/inquirer": "^8.0.0", "@types/json5": "2.2.0",