eslint-plugin-jsdoc 39.2.1 → 39.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "url": "http://gajus.com"
6
6
  },
7
7
  "dependencies": {
8
- "@es-joy/jsdoccomment": "~0.22.1",
8
+ "@es-joy/jsdoccomment": "~0.23.1",
9
9
  "comment-parser": "1.3.1",
10
10
  "debug": "^4.3.4",
11
11
  "escape-string-regexp": "^4.0.0",
12
12
  "esquery": "^1.4.0",
13
- "semver": "^7.3.6",
13
+ "semver": "^7.3.7",
14
14
  "spdx-expression-parse": "^3.0.1"
15
15
  },
16
16
  "description": "JSDoc linting rules for ESLint.",
@@ -23,21 +23,21 @@
23
23
  "@babel/plugin-transform-flow-strip-types": "^7.16.7",
24
24
  "@babel/preset-env": "^7.16.11",
25
25
  "@babel/register": "^7.17.7",
26
- "@es-joy/jsdoc-eslint-parser": "^0.8.2",
26
+ "@es-joy/jsdoc-eslint-parser": "^0.10.1",
27
27
  "@hkdobrev/run-if-changed": "^0.3.1",
28
- "@typescript-eslint/parser": "^5.18.0",
28
+ "@typescript-eslint/parser": "^5.19.0",
29
29
  "babel-plugin-add-module-exports": "^1.0.4",
30
30
  "babel-plugin-istanbul": "^6.1.1",
31
31
  "camelcase": "^6.3.0",
32
32
  "chai": "^4.3.6",
33
33
  "cross-env": "^7.0.3",
34
34
  "decamelize": "^5.0.1",
35
- "eslint": "^8.12.0",
35
+ "eslint": "^8.13.0",
36
36
  "eslint-config-canonical": "~33.0.1",
37
37
  "gitdown": "^3.1.5",
38
- "glob": "^7.2.0",
38
+ "glob": "^8.0.1",
39
39
  "husky": "^7.0.4",
40
- "lint-staged": "^12.3.7",
40
+ "lint-staged": "^12.3.8",
41
41
  "lodash.defaultsdeep": "^4.6.1",
42
42
  "mocha": "^9.2.2",
43
43
  "nyc": "^15.1.0",
@@ -116,5 +116,5 @@
116
116
  "test-cov": "cross-env TIMING=1 nyc --reporter text npm run test-no-cov",
117
117
  "test-index": "npm run test-no-cov -- test/rules/index.js"
118
118
  },
119
- "version": "39.2.1"
119
+ "version": "39.2.2"
120
120
  }