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-02-20 14:25:43 +0300
committerGitHub <noreply@github.com>2022-02-20 14:25:43 +0300
commit9a1e48ce13769760741fe5e57369d7fe3bc1e2a9 (patch)
treeefc67834a752482c128b4d89ae4875b35c452ea1 /package.json
parent8be21fbb8b6fd4c235ecc3ec0c222c3b06f0720a (diff)
Bump eslint-plugin-jsdoc from 37.9.1 to 37.9.4 (#709)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.9.1 to 37.9.4. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.9.1...v37.9.4) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d89becac..d1fc1b3e 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"electron": "^17.0.1",
"electron-packager": "^15.3.0",
"eslint": "^8.9.0",
- "eslint-plugin-jsdoc": "^37.9.1",
+ "eslint-plugin-jsdoc": "^37.9.4",
"gulp": "^4.0.0",
"yazl": "^2.5.1"
},