|
16 | 16 | "html-entities": "^2.6.0", |
17 | 17 | "object-deep-merge": "^2.0.1", |
18 | 18 | "parse-imports-exports": "^0.2.4", |
19 | | - "semver": "^7.8.1", |
| 19 | + "semver": "^7.8.2", |
20 | 20 | "spdx-expression-parse": "^4.0.0", |
21 | 21 | "to-valid-identifier": "^1.0.0" |
22 | 22 | }, |
23 | 23 | "description": "JSDoc linting rules for ESLint.", |
24 | 24 | "devDependencies": { |
25 | | - "@arethetypeswrong/cli": "^0.18.2", |
| 25 | + "@arethetypeswrong/cli": "^0.18.3", |
26 | 26 | "@babel/cli": "8.0.0-rc.5", |
27 | 27 | "@babel/core": "8.0.0-rc.5", |
28 | 28 | "@babel/eslint-parser": "8.0.0-rc.5", |
|
42 | 42 | "@types/estree": "^1.0.9", |
43 | 43 | "@types/json-schema": "^7.0.15", |
44 | 44 | "@types/mocha": "^10.0.10", |
45 | | - "@types/node": "^25.9.1", |
| 45 | + "@types/node": "^25.9.2", |
46 | 46 | "@types/semver": "^7.7.1", |
47 | 47 | "@types/spdx-expression-parse": "^4.0.0", |
48 | | - "@typescript-eslint/types": "8.59.4", |
| 48 | + "@typescript-eslint/types": "8.60.1", |
49 | 49 | "babel-plugin-add-module-exports": "^1.0.4", |
50 | 50 | "babel-plugin-istanbul": "^8.0.0", |
51 | 51 | "babel-plugin-transform-import-meta": "^2.3.3", |
52 | 52 | "c8": "^11.0.0", |
53 | 53 | "camelcase": "^9.0.0", |
54 | 54 | "chai": "^6.2.2", |
55 | 55 | "decamelize": "^6.0.1", |
56 | | - "eslint": "10.4.0", |
| 56 | + "eslint": "10.4.1", |
57 | 57 | "eslint-config-canonical": "^47.4.2", |
58 | 58 | "gitdown": "^4.1.1", |
59 | 59 | "glob": "^13.0.6", |
|
62 | 62 | "jsdoc-type-pratt-parser": "^7.2.0", |
63 | 63 | "json-schema": "^0.4.0", |
64 | 64 | "json-schema-to-typescript": "^15.0.4", |
65 | | - "lint-staged": "^17.0.5", |
| 65 | + "lint-staged": "^17.0.7", |
66 | 66 | "mocha": "^11.7.6", |
67 | 67 | "open-editor": "^6.0.0", |
68 | 68 | "playwright": "^1.60.0", |
69 | 69 | "replace": "^1.2.2", |
70 | 70 | "rimraf": "^6.1.3", |
71 | | - "rollup": "^4.60.4", |
| 71 | + "rollup": "^4.61.1", |
72 | 72 | "semantic-release": "^25.0.3", |
73 | 73 | "sinon": "^22.0.0", |
74 | 74 | "ts-api-utils": "^2.5.0", |
75 | 75 | "typescript": "5.9.3", |
76 | | - "typescript-eslint": "8.59.4" |
| 76 | + "typescript-eslint": "8.60.1" |
77 | 77 | }, |
78 | 78 | "engines": { |
79 | 79 | "node": "^22.13.0 || >=24" |
|
0 commit comments