diff --git a/package.json b/package.json index d4c3279..d77e776 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@semantic-release/release-notes-generator": "14.0.1", "@tsconfig/node20": "20.1.4", "@tsconfig/strictest": "2.0.5", - "@types/eslint__js": "8.42.3", + "@types/eslint__js": "9.14.0", "@types/node": "22.5.0", "@unicode/unicode-15.0.0": "1.6.5", "@vercel/ncc": "0.38.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 06736b1..9adbcb1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,8 +43,8 @@ importers: specifier: 2.0.5 version: 2.0.5 '@types/eslint__js': - specifier: 8.42.3 - version: 8.42.3 + specifier: 9.14.0 + version: 9.14.0 '@types/node': specifier: 22.5.0 version: 22.5.0 @@ -853,11 +853,9 @@ packages: '@types/conventional-commits-parser@5.0.0': resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} - '@types/eslint@9.6.0': - resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==} - - '@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.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -4159,14 +4157,9 @@ snapshots: dependencies: '@types/node': 22.5.0 - '@types/eslint@9.6.0': - dependencies: - '@types/estree': 1.0.5 - '@types/json-schema': 7.0.15 - - '@types/eslint__js@8.42.3': + '@types/eslint__js@9.14.0': dependencies: - '@types/eslint': 9.6.0 + '@eslint/js': 9.26.0 '@types/estree@1.0.5': {}