diff --git a/package.json b/package.json index 55488f5..d23c83e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@eslint/compat": "^1.2.8", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.25.1", - "@types/eslint__js": "^8.42.3", + "@types/eslint__js": "^9.14.0", "@types/node": "^20.17.32", "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.31.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6891b5f..c5aab72 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,8 +25,8 @@ importers: specifier: ^9.25.1 version: 9.25.1 '@types/eslint__js': - specifier: ^8.42.3 - version: 8.42.3 + specifier: ^9.14.0 + version: 9.14.0 '@types/node': specifier: ^20.17.32 version: 20.17.32 @@ -571,8 +571,9 @@ packages: '@types/eslint@9.6.1': resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} - '@types/eslint__js@8.42.3': - resolution: {integrity: sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==} + '@types/eslint__js@9.14.0': + resolution: {integrity: sha512-s0jepCjOJWB/GKcuba4jISaVpBudw3ClXJ3fUK4tugChUMQsp6kSwuA8Dcx6wFd/JsJqcY8n4rEpa5RTHs5ypA==} + deprecated: This is a stub types definition. @eslint/js provides its own type definitions, so you do not need this installed. '@types/estree@1.0.7': resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} @@ -2784,10 +2785,11 @@ snapshots: dependencies: '@types/estree': 1.0.7 '@types/json-schema': 7.0.15 + optional: true - '@types/eslint__js@8.42.3': + '@types/eslint__js@9.14.0': dependencies: - '@types/eslint': 9.6.1 + '@eslint/js': 9.25.1 '@types/estree@1.0.7': {}