|
5 | 5 | "url": "http://gajus.com"
|
6 | 6 | },
|
7 | 7 | "dependencies": {
|
8 |
| - "@es-joy/jsdoccomment": "~0.52.0", |
| 8 | + "@es-joy/jsdoccomment": "~0.53.0", |
9 | 9 | "are-docs-informative": "^0.0.2",
|
10 | 10 | "comment-parser": "1.4.1",
|
11 | 11 | "debug": "^4.4.1",
|
|
18 | 18 | },
|
19 | 19 | "description": "JSDoc linting rules for ESLint.",
|
20 | 20 | "devDependencies": {
|
21 |
| - "@babel/cli": "^7.27.2", |
22 |
| - "@babel/core": "^7.27.4", |
23 |
| - "@babel/eslint-parser": "^7.27.5", |
24 |
| - "@babel/node": "^7.27.1", |
| 21 | + "@babel/cli": "^7.28.3", |
| 22 | + "@babel/core": "^7.28.3", |
| 23 | + "@babel/eslint-parser": "^7.28.0", |
| 24 | + "@babel/node": "^7.28.0", |
25 | 25 | "@babel/plugin-syntax-class-properties": "^7.12.13",
|
26 | 26 | "@babel/plugin-transform-flow-strip-types": "^7.27.1",
|
27 |
| - "@babel/preset-env": "^7.27.2", |
| 27 | + "@babel/preset-env": "^7.28.3", |
28 | 28 | "@es-joy/escodegen": "^3.5.1",
|
29 | 29 | "@es-joy/jsdoc-eslint-parser": "^0.21.1",
|
30 | 30 | "@hkdobrev/run-if-changed": "^0.6.3",
|
31 | 31 | "@semantic-release/commit-analyzer": "^13.0.1",
|
32 |
| - "@semantic-release/github": "^11.0.3", |
33 |
| - "@semantic-release/npm": "^12.0.1", |
| 32 | + "@semantic-release/github": "^11.0.4", |
| 33 | + "@semantic-release/npm": "^12.0.2", |
34 | 34 | "@types/chai": "^5.2.2",
|
35 | 35 | "@types/debug": "^4.1.12",
|
36 | 36 | "@types/eslint": "^9.6.1",
|
|
40 | 40 | "@types/json-schema": "^7.0.15",
|
41 | 41 | "@types/lodash.defaultsdeep": "^4.6.9",
|
42 | 42 | "@types/mocha": "^10.0.10",
|
43 |
| - "@types/node": "^24.0.3", |
| 43 | + "@types/node": "^24.2.1", |
44 | 44 | "@types/semver": "^7.7.0",
|
45 | 45 | "@types/spdx-expression-parse": "^3.0.5",
|
46 |
| - "@typescript-eslint/types": "^8.34.1", |
| 46 | + "@typescript-eslint/types": "^8.39.1", |
47 | 47 | "babel-plugin-add-module-exports": "^1.0.4",
|
48 | 48 | "babel-plugin-istanbul": "^7.0.0",
|
49 | 49 | "babel-plugin-transform-import-meta": "^2.3.3",
|
50 | 50 | "c8": "^10.1.3",
|
51 | 51 | "camelcase": "^8.0.0",
|
52 |
| - "chai": "^5.2.0", |
| 52 | + "chai": "^5.2.1", |
53 | 53 | "decamelize": "^6.0.0",
|
54 |
| - "eslint": "9.29.0", |
55 |
| - "eslint-config-canonical": "~44.9.5", |
| 54 | + "eslint": "9.33.0", |
| 55 | + "eslint-config-canonical": "~44.9.9", |
56 | 56 | "gitdown": "^4.1.1",
|
57 | 57 | "glob": "^11.0.3",
|
58 |
| - "globals": "^16.2.0", |
| 58 | + "globals": "^16.3.0", |
59 | 59 | "husky": "^9.1.7",
|
60 |
| - "jsdoc-type-pratt-parser": "^4.1.0", |
| 60 | + "jsdoc-type-pratt-parser": "^4.8.0", |
61 | 61 | "json-schema": "^0.4.0",
|
62 |
| - "lint-staged": "^16.1.2", |
| 62 | + "lint-staged": "^16.1.5", |
63 | 63 | "lodash.defaultsdeep": "^4.6.1",
|
64 |
| - "mocha": "^11.7.0", |
| 64 | + "mocha": "^11.7.1", |
65 | 65 | "open-editor": "^5.1.0",
|
66 | 66 | "replace": "^1.2.2",
|
67 | 67 | "rimraf": "^6.0.1",
|
68 |
| - "semantic-release": "^24.2.5", |
69 |
| - "typescript": "5.8.3", |
70 |
| - "typescript-eslint": "^8.34.1" |
| 68 | + "semantic-release": "^24.2.7", |
| 69 | + "typescript": "5.9.2", |
| 70 | + "typescript-eslint": "^8.39.1" |
71 | 71 | },
|
72 | 72 | "engines": {
|
73 | 73 | "node": ">=20.11.0"
|
|
0 commit comments