|
1 | 1 | { |
2 | 2 | "name": "@typescript-eslint/eslint-plugin", |
3 | | - "version": "8.32.0", |
| 3 | + "version": "8.32.1", |
4 | 4 | "description": "TypeScript plugin for ESLint", |
5 | 5 | "files": [ |
6 | 6 | "dist", |
|
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | 63 | "@eslint-community/regexpp": "^4.10.0", |
64 | | - "@typescript-eslint/scope-manager": "8.32.0", |
65 | | - "@typescript-eslint/type-utils": "8.32.0", |
66 | | - "@typescript-eslint/utils": "8.32.0", |
67 | | - "@typescript-eslint/visitor-keys": "8.32.0", |
| 64 | + "@typescript-eslint/scope-manager": "8.32.1", |
| 65 | + "@typescript-eslint/type-utils": "8.32.1", |
| 66 | + "@typescript-eslint/utils": "8.32.1", |
| 67 | + "@typescript-eslint/visitor-keys": "8.32.1", |
68 | 68 | "graphemer": "^1.4.0", |
69 | 69 | "ignore": "^7.0.0", |
70 | 70 | "natural-compare": "^1.4.0", |
|
73 | 73 | "devDependencies": { |
74 | 74 | "@types/mdast": "^4.0.3", |
75 | 75 | "@types/natural-compare": "*", |
76 | | - "@typescript-eslint/rule-schema-to-typescript-types": "8.32.0", |
77 | | - "@typescript-eslint/rule-tester": "8.32.0", |
| 76 | + "@typescript-eslint/rule-schema-to-typescript-types": "8.32.1", |
| 77 | + "@typescript-eslint/rule-tester": "8.32.1", |
78 | 78 | "@vitest/coverage-v8": "^3.1.3", |
79 | 79 | "ajv": "^6.12.6", |
80 | 80 | "cross-fetch": "*", |
|
0 commit comments