|
12 | 12 | "escape-string-regexp": "^4.0.0", |
13 | 13 | "esquery": "^1.5.0", |
14 | 14 | "is-builtin-module": "^3.2.1", |
15 | | - "semver": "^7.6.0", |
| 15 | + "semver": "^7.6.1", |
16 | 16 | "spdx-expression-parse": "^4.0.0" |
17 | 17 | }, |
18 | 18 | "description": "JSDoc linting rules for ESLint.", |
19 | 19 | "devDependencies": { |
20 | | - "@babel/cli": "^7.24.1", |
21 | | - "@babel/core": "^7.24.4", |
22 | | - "@babel/eslint-parser": "^7.24.1", |
| 20 | + "@babel/cli": "^7.24.5", |
| 21 | + "@babel/core": "^7.24.5", |
| 22 | + "@babel/eslint-parser": "^7.24.5", |
23 | 23 | "@babel/node": "^7.23.9", |
24 | 24 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
25 | 25 | "@babel/plugin-transform-flow-strip-types": "^7.24.1", |
26 | | - "@babel/preset-env": "^7.24.4", |
| 26 | + "@babel/preset-env": "^7.24.5", |
27 | 27 | "@es-joy/escodegen": "^3.5.1", |
28 | 28 | "@es-joy/jsdoc-eslint-parser": "^0.21.1", |
29 | 29 | "@hkdobrev/run-if-changed": "^0.3.1", |
30 | 30 | "@semantic-release/commit-analyzer": "^12.0.0", |
31 | | - "@semantic-release/github": "^10.0.2", |
| 31 | + "@semantic-release/github": "^10.0.3", |
32 | 32 | "@semantic-release/npm": "^12.0.0", |
33 | | - "@types/chai": "^4.3.14", |
| 33 | + "@types/chai": "^4.3.16", |
34 | 34 | "@types/debug": "^4.1.12", |
35 | | - "@types/eslint": "^8.56.7", |
| 35 | + "@types/eslint": "^8.56.10", |
36 | 36 | "@types/esquery": "^1.5.3", |
37 | 37 | "@types/estree": "^1.0.5", |
38 | 38 | "@types/json-schema": "^7.0.15", |
39 | 39 | "@types/lodash.defaultsdeep": "^4.6.9", |
40 | 40 | "@types/mocha": "^10.0.6", |
41 | | - "@types/node": "^20.12.5", |
| 41 | + "@types/node": "^20.12.11", |
42 | 42 | "@types/semver": "^7.5.8", |
43 | 43 | "@types/spdx-expression-parse": "^3.0.5", |
44 | | - "@typescript-eslint/parser": "^7.5.0", |
| 44 | + "@typescript-eslint/parser": "^7.8.0", |
45 | 45 | "babel-plugin-add-module-exports": "^1.0.4", |
46 | 46 | "babel-plugin-istanbul": "^6.1.1", |
47 | 47 | "c8": "^9.1.0", |
48 | 48 | "camelcase": "^6.3.0", |
49 | 49 | "chai": "^4.3.10", |
50 | 50 | "cross-env": "^7.0.3", |
51 | 51 | "decamelize": "^5.0.1", |
52 | | - "eslint": "9.0.0", |
53 | | - "eslint-config-canonical": "~42.8.1", |
| 52 | + "eslint": "9.2.0", |
| 53 | + "eslint-config-canonical": "~42.8.2", |
54 | 54 | "espree": "^10.0.1", |
55 | 55 | "gitdown": "^3.1.5", |
56 | | - "glob": "^10.3.12", |
57 | | - "globals": "^15.0.0", |
| 56 | + "glob": "^10.3.13", |
| 57 | + "globals": "^15.2.0", |
58 | 58 | "husky": "^9.0.11", |
59 | 59 | "jsdoc-type-pratt-parser": "^4.0.0", |
60 | 60 | "json-schema": "^0.4.0", |
|
64 | 64 | "open-editor": "^3.0.0", |
65 | 65 | "replace": "^1.2.2", |
66 | 66 | "rimraf": "^5.0.5", |
67 | | - "semantic-release": "^23.0.7", |
68 | | - "typescript": "5.3.3" |
| 67 | + "semantic-release": "^23.0.8", |
| 68 | + "typescript": "5.3.x" |
69 | 69 | }, |
70 | 70 | "engines": { |
71 | 71 | "node": ">=18" |
|
0 commit comments