aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-11-02 17:12:26 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit04fb9f37aad30e64dee2d627ee57421212333d99 (patch)
treed777c1ad26cee7ec2170d49f671b7f744ca77e9b /vnext
parent36c54e82ffd7a785c290393f35b2c2921683101c (diff)
Bump eslint-plugin-jsdoc from 39.4.0 to 39.6.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.4.0 to 39.6.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.4.0...v39.6.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.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 325c8567..df6b6f25 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -58,7 +58,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jest-dom": "^4.0.2",
- "eslint-plugin-jsdoc": "^39.4.0",
+ "eslint-plugin-jsdoc": "^39.6.0",
"eslint-plugin-no-floating-promise": "^1.0.2",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.31.10",
@@ -7320,9 +7320,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "39.4.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.4.0.tgz",
- "integrity": "sha512-2FXAmh8lpO22aqZgu6NLB6berVnYgwbZx95BmjIIQjbRNwLIAwY0dtvSJDUZVW5nflv58c1gSWQjIJ8yLZ/+fw==",
+ "version": "39.6.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.0.tgz",
+ "integrity": "sha512-1BE3adc7ALF8HUzC/GW0v/6g0UkvUsA8RlsD7jamUgKj3TBOJVz1+w7DY0Ker5Kve69XLZDTJ+Z6/iLwXvST/A==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.33.4",
@@ -23313,9 +23313,9 @@
}
},
"eslint-plugin-jsdoc": {
- "version": "39.4.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.4.0.tgz",
- "integrity": "sha512-2FXAmh8lpO22aqZgu6NLB6berVnYgwbZx95BmjIIQjbRNwLIAwY0dtvSJDUZVW5nflv58c1gSWQjIJ8yLZ/+fw==",
+ "version": "39.6.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.0.tgz",
+ "integrity": "sha512-1BE3adc7ALF8HUzC/GW0v/6g0UkvUsA8RlsD7jamUgKj3TBOJVz1+w7DY0Ker5Kve69XLZDTJ+Z6/iLwXvST/A==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.33.4",
diff --git a/vnext/package.json b/vnext/package.json
index 6730411b..e2a3acb6 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -30,7 +30,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jest-dom": "^4.0.2",
- "eslint-plugin-jsdoc": "^39.4.0",
+ "eslint-plugin-jsdoc": "^39.6.0",
"eslint-plugin-no-floating-promise": "^1.0.2",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.31.10",