Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-02 18:01:12 +0300
committerGitHub <noreply@github.com>2022-03-02 18:01:12 +0300
commitd083f6b4741ebaee378962dab6a61c9c84f0185c (patch)
treec3492ffcd0c338dd60a4fbadc2bfc4188a5b2dd3
parent80716c2191140a1854f6250bda705ce17bff69dc (diff)
Bump eslint-plugin-jsdoc from 37.9.4 to 37.9.6dependabot/npm_and_yarn/eslint-plugin-jsdoc-37.9.6
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.9.4 to 37.9.6. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.9.4...v37.9.6) --- 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>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 62284777..31c498cf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"electron": "^17.1.0",
"electron-packager": "^15.3.0",
"eslint": "^8.9.0",
- "eslint-plugin-jsdoc": "^37.9.4",
+ "eslint-plugin-jsdoc": "^37.9.6",
"gulp": "^4.0.0",
"yazl": "^2.5.1"
}
@@ -1828,9 +1828,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "37.9.4",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.4.tgz",
- "integrity": "sha512-VxCyGgUNNnj2T4bb1OqltkbsPp3ehRzR5onIfh6zGrAvISmvgX/sbxUlh3YyGqWtjOTSBCURdKdmelSXEIHnlA==",
+ "version": "37.9.6",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.6.tgz",
+ "integrity": "sha512-GDCB0nEwKVaeIzam+t/yB8XG/6tgvc9XgrSwuxqCXVlKRWUqTuTqntZoqAKZAIbWIgYsrnrvrWAyIX/QvhwBcw==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.20.1",
@@ -7874,9 +7874,9 @@
}
},
"eslint-plugin-jsdoc": {
- "version": "37.9.4",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.4.tgz",
- "integrity": "sha512-VxCyGgUNNnj2T4bb1OqltkbsPp3ehRzR5onIfh6zGrAvISmvgX/sbxUlh3YyGqWtjOTSBCURdKdmelSXEIHnlA==",
+ "version": "37.9.6",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.6.tgz",
+ "integrity": "sha512-GDCB0nEwKVaeIzam+t/yB8XG/6tgvc9XgrSwuxqCXVlKRWUqTuTqntZoqAKZAIbWIgYsrnrvrWAyIX/QvhwBcw==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.20.1",
diff --git a/package.json b/package.json
index d982b066..38b0eada 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"electron": "^17.1.0",
"electron-packager": "^15.3.0",
"eslint": "^8.9.0",
- "eslint-plugin-jsdoc": "^37.9.4",
+ "eslint-plugin-jsdoc": "^37.9.6",
"gulp": "^4.0.0",
"yazl": "^2.5.1"
},