|
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.5.1", |
| 15 | + "semver": "^7.5.4", |
16 | 16 | "spdx-expression-parse": "^3.0.1"
|
17 | 17 | },
|
18 | 18 | "description": "JSDoc linting rules for ESLint.",
|
19 | 19 | "devDependencies": {
|
20 |
| - "@babel/cli": "^7.21.5", |
21 |
| - "@babel/core": "^7.21.8", |
22 |
| - "@babel/eslint-parser": "^7.21.8", |
23 |
| - "@babel/node": "^7.20.7", |
| 20 | + "@babel/cli": "^7.22.9", |
| 21 | + "@babel/core": "^7.22.9", |
| 22 | + "@babel/eslint-parser": "^7.22.9", |
| 23 | + "@babel/node": "^7.22.6", |
24 | 24 | "@babel/plugin-syntax-class-properties": "^7.12.13",
|
25 |
| - "@babel/plugin-transform-flow-strip-types": "^7.21.0", |
26 |
| - "@babel/preset-env": "^7.21.5", |
27 |
| - "@babel/register": "^7.21.0", |
| 25 | + "@babel/plugin-transform-flow-strip-types": "^7.22.5", |
| 26 | + "@babel/preset-env": "^7.22.9", |
| 27 | + "@babel/register": "^7.22.5", |
28 | 28 | "@es-joy/escodegen": "^3.5.1",
|
29 | 29 | "@es-joy/jsdoc-eslint-parser": "^0.19.0",
|
30 | 30 | "@hkdobrev/run-if-changed": "^0.3.1",
|
31 |
| - "@semantic-release/commit-analyzer": "^9.0.2", |
32 |
| - "@semantic-release/github": "^8.0.7", |
33 |
| - "@semantic-release/npm": "^10.0.3", |
| 31 | + "@semantic-release/commit-analyzer": "^10.0.1", |
| 32 | + "@semantic-release/github": "^9.0.4", |
| 33 | + "@semantic-release/npm": "^10.0.4", |
34 | 34 | "@types/chai": "^4.3.5",
|
35 |
| - "@types/debug": "^4.1.7", |
36 |
| - "@types/eslint": "^8.37.0", |
| 35 | + "@types/debug": "^4.1.8", |
| 36 | + "@types/eslint": "^8.44.1", |
37 | 37 | "@types/esquery": "^1.5.0",
|
38 | 38 | "@types/estree": "^1.0.1",
|
39 | 39 | "@types/lodash.defaultsdeep": "^4.6.7",
|
40 | 40 | "@types/mocha": "^10.0.1",
|
41 |
| - "@types/node": "^20.2.5", |
| 41 | + "@types/node": "^20.4.5", |
42 | 42 | "@types/semver": "^7.5.0",
|
43 | 43 | "@types/spdx-expression-parse": "^3.0.2",
|
44 |
| - "@typescript-eslint/parser": "^5.59.6", |
| 44 | + "@typescript-eslint/parser": "^6.2.0", |
45 | 45 | "babel-plugin-add-module-exports": "^1.0.4",
|
46 | 46 | "babel-plugin-istanbul": "^6.1.1",
|
47 | 47 | "camelcase": "^6.3.0",
|
48 | 48 | "chai": "^4.3.7",
|
49 | 49 | "cross-env": "^7.0.3",
|
50 | 50 | "decamelize": "^5.0.1",
|
51 |
| - "eslint": "8.41.0", |
52 |
| - "eslint-config-canonical": "~41.0.4", |
53 |
| - "espree": "^9.5.2", |
| 51 | + "eslint": "8.45.0", |
| 52 | + "eslint-config-canonical": "~41.1.5", |
| 53 | + "espree": "^9.6.1", |
54 | 54 | "gitdown": "^3.1.5",
|
55 |
| - "glob": "^10.2.6", |
| 55 | + "glob": "^10.3.3", |
56 | 56 | "husky": "^8.0.3",
|
57 | 57 | "jsdoc-type-pratt-parser": "^4.0.0",
|
58 |
| - "lint-staged": "^13.2.2", |
| 58 | + "lint-staged": "^13.2.3", |
59 | 59 | "lodash.defaultsdeep": "^4.6.1",
|
60 | 60 | "mocha": "^10.2.0",
|
61 | 61 | "nyc": "^15.1.0",
|
62 | 62 | "open-editor": "^3.0.0",
|
63 | 63 | "rimraf": "^5.0.1",
|
64 |
| - "semantic-release": "^21.0.2", |
65 |
| - "typescript": "^5.0.4" |
| 64 | + "semantic-release": "^21.0.7", |
| 65 | + "typescript": "^5.1.6" |
66 | 66 | },
|
67 | 67 | "engines": {
|
68 | 68 | "node": ">=16"
|
|
0 commit comments