aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-01-20 21:35:18 +0000
committerGravatar Vitaly Takmazov2023-01-21 12:20:01 +0300
commitf2526cc84805baedf443bc06b411e51fd2546027 (patch)
tree06e77ba91fa5eb54b5fda7021eeed889c72b6887 /vnext
parentd24c35089c11f86878e47f855bd5b6a4ef7e340e (diff)
build(deps-dev): bump eslint-plugin-jsdoc in /vnext
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.6 to 39.6.7. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.6.6...v39.6.7) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... 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 d83a9722..39f7b246 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -52,7 +52,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-dom": "^4.0.3",
- "eslint-plugin-jsdoc": "^39.6.6",
+ "eslint-plugin-jsdoc": "^39.6.7",
"eslint-plugin-no-floating-promise": "^1.0.2",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-promise": "^6.1.1",
@@ -6205,9 +6205,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "39.6.6",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.6.tgz",
- "integrity": "sha512-cFkmcdMYHw4XwA4fM5Rdopn9wB2p+Yu966F/6fa9C/oIMH99+YCfhH3+qXMc39VX9KYZ0d/KHgUbKo8D7N/27A==",
+ "version": "39.6.7",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.7.tgz",
+ "integrity": "sha512-0mrzXrHvL2ZLe3QK9X0OEDy7Fs2cFQ/f1d1G5KHEGD+13D1qg56Iovq0uOkYf5bJlHiKPytWVgOOO9y7kLW3VA==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.36.1",
@@ -21738,9 +21738,9 @@
}
},
"eslint-plugin-jsdoc": {
- "version": "39.6.6",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.6.tgz",
- "integrity": "sha512-cFkmcdMYHw4XwA4fM5Rdopn9wB2p+Yu966F/6fa9C/oIMH99+YCfhH3+qXMc39VX9KYZ0d/KHgUbKo8D7N/27A==",
+ "version": "39.6.7",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.7.tgz",
+ "integrity": "sha512-0mrzXrHvL2ZLe3QK9X0OEDy7Fs2cFQ/f1d1G5KHEGD+13D1qg56Iovq0uOkYf5bJlHiKPytWVgOOO9y7kLW3VA==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.36.1",
diff --git a/vnext/package.json b/vnext/package.json
index 6653b1cf..236da89a 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -29,7 +29,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-dom": "^4.0.3",
- "eslint-plugin-jsdoc": "^39.6.6",
+ "eslint-plugin-jsdoc": "^39.6.7",
"eslint-plugin-no-floating-promise": "^1.0.2",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-promise": "^6.1.1",