diff options
author | dependabot[bot] | 2022-10-31 17:08:37 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 62eed58d4f190d1d56590658ed8f2b1c98c7c298 (patch) | |
tree | 4703b65d430bd108bddf69ddfb0e783f0f4b7ca0 /vnext | |
parent | 8887e1b51565b992f34c955c459125eb85b28483 (diff) |
Bump eslint-plugin-jsdoc from 39.3.25 to 39.4.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.25 to 39.4.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.25...v39.4.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 71f29f3a..e32c2794 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^27.1.3", "eslint-plugin-jest-dom": "^4.0.2", - "eslint-plugin-jsdoc": "^39.3.25", + "eslint-plugin-jsdoc": "^39.4.0", "eslint-plugin-no-floating-promise": "^1.0.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.31.10", @@ -7300,9 +7300,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "39.3.25", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.25.tgz", - "integrity": "sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew==", + "version": "39.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.4.0.tgz", + "integrity": "sha512-2FXAmh8lpO22aqZgu6NLB6berVnYgwbZx95BmjIIQjbRNwLIAwY0dtvSJDUZVW5nflv58c1gSWQjIJ8yLZ/+fw==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.33.4", @@ -23258,9 +23258,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "39.3.25", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.25.tgz", - "integrity": "sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew==", + "version": "39.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.4.0.tgz", + "integrity": "sha512-2FXAmh8lpO22aqZgu6NLB6berVnYgwbZx95BmjIIQjbRNwLIAwY0dtvSJDUZVW5nflv58c1gSWQjIJ8yLZ/+fw==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.33.4", diff --git a/vnext/package.json b/vnext/package.json index 2c059008..931a219e 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -28,7 +28,7 @@ "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^27.1.3", "eslint-plugin-jest-dom": "^4.0.2", - "eslint-plugin-jsdoc": "^39.3.25", + "eslint-plugin-jsdoc": "^39.4.0", "eslint-plugin-no-floating-promise": "^1.0.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.31.10", |