|
1 | 1 | { |
2 | 2 | "name": "@typescript-eslint/eslint-plugin", |
3 | | - "version": "8.12.1", |
| 3 | + "version": "8.12.2", |
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.12.1", |
65 | | - "@typescript-eslint/type-utils": "8.12.1", |
66 | | - "@typescript-eslint/utils": "8.12.1", |
67 | | - "@typescript-eslint/visitor-keys": "8.12.1", |
| 64 | + "@typescript-eslint/scope-manager": "8.12.2", |
| 65 | + "@typescript-eslint/type-utils": "8.12.2", |
| 66 | + "@typescript-eslint/utils": "8.12.2", |
| 67 | + "@typescript-eslint/visitor-keys": "8.12.2", |
68 | 68 | "graphemer": "^1.4.0", |
69 | 69 | "ignore": "^5.3.1", |
70 | 70 | "natural-compare": "^1.4.0", |
|
75 | 75 | "@types/marked": "^5.0.2", |
76 | 76 | "@types/mdast": "^4.0.3", |
77 | 77 | "@types/natural-compare": "*", |
78 | | - "@typescript-eslint/rule-schema-to-typescript-types": "8.12.1", |
79 | | - "@typescript-eslint/rule-tester": "8.12.1", |
| 78 | + "@typescript-eslint/rule-schema-to-typescript-types": "8.12.2", |
| 79 | + "@typescript-eslint/rule-tester": "8.12.2", |
80 | 80 | "ajv": "^6.12.6", |
81 | 81 | "cross-env": "^7.0.3", |
82 | 82 | "cross-fetch": "*", |
|
0 commit comments