|
17 | 17 | },
|
18 | 18 | "description": "JSDoc linting rules for ESLint.",
|
19 | 19 | "devDependencies": {
|
20 |
| - "@babel/cli": "^7.22.10", |
21 |
| - "@babel/core": "^7.22.10", |
22 |
| - "@babel/eslint-parser": "^7.22.10", |
23 |
| - "@babel/node": "^7.22.10", |
| 20 | + "@babel/cli": "^7.23.0", |
| 21 | + "@babel/core": "^7.23.0", |
| 22 | + "@babel/eslint-parser": "^7.22.15", |
| 23 | + "@babel/node": "^7.22.19", |
24 | 24 | "@babel/plugin-syntax-class-properties": "^7.12.13",
|
25 | 25 | "@babel/plugin-transform-flow-strip-types": "^7.22.5",
|
26 |
| - "@babel/preset-env": "^7.22.10", |
27 |
| - "@babel/register": "^7.22.5", |
| 26 | + "@babel/preset-env": "^7.23.2", |
| 27 | + "@babel/register": "^7.22.15", |
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": "^10.0.1", |
32 |
| - "@semantic-release/github": "^9.0.4", |
33 |
| - "@semantic-release/npm": "^10.0.4", |
34 |
| - "@types/chai": "^4.3.5", |
35 |
| - "@types/debug": "^4.1.8", |
36 |
| - "@types/eslint": "^8.44.2", |
37 |
| - "@types/esquery": "^1.5.0", |
38 |
| - "@types/estree": "^1.0.1", |
39 |
| - "@types/json-schema": "^7.0.12", |
| 31 | + "@semantic-release/commit-analyzer": "^11.0.0", |
| 32 | + "@semantic-release/github": "^9.2.1", |
| 33 | + "@semantic-release/npm": "^11.0.0", |
| 34 | + "@types/chai": "^4.3.7", |
| 35 | + "@types/debug": "^4.1.9", |
| 36 | + "@types/eslint": "^8.44.4", |
| 37 | + "@types/esquery": "^1.5.1", |
| 38 | + "@types/estree": "^1.0.2", |
| 39 | + "@types/json-schema": "^7.0.13", |
40 | 40 | "@types/lodash.defaultsdeep": "^4.6.7",
|
41 |
| - "@types/mocha": "^10.0.1", |
42 |
| - "@types/node": "^20.5.0", |
43 |
| - "@types/semver": "^7.5.0", |
44 |
| - "@types/spdx-expression-parse": "^3.0.2", |
45 |
| - "@typescript-eslint/parser": "^6.4.0", |
| 41 | + "@types/mocha": "^10.0.2", |
| 42 | + "@types/node": "^20.8.4", |
| 43 | + "@types/semver": "^7.5.3", |
| 44 | + "@types/spdx-expression-parse": "^3.0.3", |
| 45 | + "@typescript-eslint/parser": "^6.7.5", |
46 | 46 | "babel-plugin-add-module-exports": "^1.0.4",
|
47 | 47 | "babel-plugin-istanbul": "^6.1.1",
|
48 | 48 | "camelcase": "^6.3.0",
|
49 |
| - "chai": "^4.3.7", |
| 49 | + "chai": "^4.3.10", |
50 | 50 | "cross-env": "^7.0.3",
|
51 | 51 | "decamelize": "^5.0.1",
|
52 |
| - "eslint": "8.47.0", |
53 |
| - "eslint-config-canonical": "~41.1.7", |
| 52 | + "eslint": "8.51.0", |
| 53 | + "eslint-config-canonical": "~41.3.0", |
54 | 54 | "espree": "^9.6.1",
|
55 | 55 | "gitdown": "^3.1.5",
|
56 |
| - "glob": "^10.3.3", |
| 56 | + "glob": "^10.3.10", |
57 | 57 | "husky": "^8.0.3",
|
58 | 58 | "jsdoc-type-pratt-parser": "^4.0.0",
|
59 | 59 | "json-schema": "^0.4.0",
|
60 |
| - "lint-staged": "^14.0.0", |
| 60 | + "lint-staged": "^14.0.1", |
61 | 61 | "lodash.defaultsdeep": "^4.6.1",
|
62 | 62 | "mocha": "^10.2.0",
|
63 | 63 | "nyc": "^15.1.0",
|
64 | 64 | "open-editor": "^3.0.0",
|
65 |
| - "rimraf": "^5.0.1", |
66 |
| - "semantic-release": "^21.0.7", |
67 |
| - "typescript": "^5.1.6" |
| 65 | + "rimraf": "^5.0.5", |
| 66 | + "semantic-release": "^22.0.5", |
| 67 | + "typescript": "5.1.6" |
68 | 68 | },
|
69 | 69 | "engines": {
|
70 | 70 | "node": ">=16"
|
|
0 commit comments