|
20 | 20 | "enhanced-resolve": "^5.17.0",
|
21 | 21 | "eslint-plugin-es-x": "^7.5.0",
|
22 | 22 | "get-tsconfig": "^4.7.0",
|
23 |
| - "globals": "^15.0.0", |
| 23 | + "globals": "^15.8.0", |
24 | 24 | "ignore": "^5.2.4",
|
25 |
| - "minimatch": "^9.0.0", |
| 25 | + "minimatch": "^9.0.5", |
26 | 26 | "semver": "^7.5.3"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@eslint/js": "^9.0.0", |
| 29 | + "@eslint/js": "^9.6.0", |
30 | 30 | "@types/eslint": "^8.56.7",
|
31 | 31 | "@types/estree": "^1.0.5",
|
32 |
| - "@types/node": "^20.11.0", |
33 |
| - "@typescript-eslint/parser": "^7.0.0", |
34 |
| - "@typescript-eslint/typescript-estree": "^7.0.0", |
35 |
| - "eslint": "^9.0.0", |
| 32 | + "@types/node": "^20.14.9", |
| 33 | + "@typescript-eslint/parser": "^7.15.0", |
| 34 | + "@typescript-eslint/typescript-estree": "^7.15.0", |
| 35 | + "eslint": "^9.6.0", |
36 | 36 | "eslint-config-prettier": "^9.1.0",
|
37 | 37 | "eslint-doc-generator": "^1.6.1",
|
38 |
| - "eslint-plugin-eslint-plugin": "^6.0.0", |
| 38 | + "eslint-plugin-eslint-plugin": "^6.2.0", |
39 | 39 | "eslint-plugin-n": "file:.",
|
40 | 40 | "fast-glob": "^3.2.12",
|
41 | 41 | "husky": "^9.0.0",
|
42 |
| - "lint-staged": "^15.2.0", |
| 42 | + "lint-staged": "^15.2.7", |
43 | 43 | "markdownlint-cli": "^0.41.0",
|
44 |
| - "mocha": "^10.2.0", |
45 |
| - "npm-run-all2": "^6.1.1", |
46 |
| - "nyc": "^15.1.0", |
| 44 | + "mocha": "^10.6.0", |
| 45 | + "npm-run-all2": "^6.2.2", |
| 46 | + "nyc": "^17.0.0", |
47 | 47 | "opener": "^1.5.2",
|
48 |
| - "prettier": "^3.1.1", |
| 48 | + "prettier": "^3.3.2", |
49 | 49 | "punycode": "^2.3.0",
|
50 |
| - "release-it": "^17.0.0", |
51 |
| - "rimraf": "^5.0.1", |
| 50 | + "release-it": "^17.4.1", |
| 51 | + "rimraf": "^5.0.7", |
52 | 52 | "ts-ignore-import": "^4.0.1",
|
53 |
| - "type-fest": "^4.9.0", |
54 |
| - "typescript": "^5.1.3" |
| 53 | + "type-fest": "^4.21.0", |
| 54 | + "typescript": "^5.5.3" |
55 | 55 | },
|
56 | 56 | "scripts": {
|
57 | 57 | "build": "node scripts/update",
|
|
0 commit comments