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-04-20 22:54:30 +0300
committerGitHub <noreply@github.com>2022-04-20 22:54:30 +0300
commit2e2abe029b838c41148c3299da82de8e2338f5c5 (patch)
tree433488ec0a2e9f1a0fa82fea07bade4341092438
parent48601db5fb4399929f0386db57dd06c0bdef2c05 (diff)
Bump eslint-plugin-jsdoc from 39.2.3 to 39.2.5 (#742)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.2.3 to 39.2.5. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.2.3...v39.2.5) --- 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>
-rw-r--r--package-lock.json50
-rw-r--r--package.json2
2 files changed, 26 insertions, 26 deletions
diff --git a/package-lock.json b/package-lock.json
index effa563b..89cf66e7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"electron": "^18.0.4",
"electron-packager": "^15.5.0",
"eslint": "^8.13.0",
- "eslint-plugin-jsdoc": "^39.2.3",
+ "eslint-plugin-jsdoc": "^39.2.5",
"gulp": "^4.0.0",
"yazl": "^2.5.1"
}
@@ -96,17 +96,17 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
- "version": "0.25.0",
- "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.25.0.tgz",
- "integrity": "sha512-qK+cS+ikkF1D86uUGDDprgmBAd7cjr6xftCXsA+0WbT+nlrzo5sAqnkL15GuIaJtZ57O/oDXLSem+wcmFEyxug==",
+ "version": "0.28.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.28.0.tgz",
+ "integrity": "sha512-qXqur4077IrMLZIY0YKpGQvpuSBsiH5dY67HkjINspFgzl/i0rytmSuD8s/hen9+h7Sww3Vg+U01Q/dgxJeFcQ==",
"dev": true,
"dependencies": {
"comment-parser": "1.3.1",
"esquery": "^1.4.0",
- "jsdoc-type-pratt-parser": "~2.2.5"
+ "jsdoc-type-pratt-parser": "~3.0.1"
},
"engines": {
- "node": "^12 || ^14 || ^16 || ^17"
+ "node": "^12 || ^14 || ^16 || ^17 || ^18"
}
},
"node_modules/@eslint/eslintrc": {
@@ -1919,12 +1919,12 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "39.2.3",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.3.tgz",
- "integrity": "sha512-kYB0Sxq51cfZGVkKoI9wjhR/01/z/IUwhfHd7DzP3dKT/GGk2heBGwYyxE8kaptTDXQRpS99H/h4SW3Rj8faCA==",
+ "version": "39.2.5",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.5.tgz",
+ "integrity": "sha512-SdSgpiLx90PaFTKljH/KDuz+NU80m4s8SFwzcHuOGuZNZ1MSMSSufMUJMqH538hTvTjWeix5SYYx9PO+qx6lHg==",
"dev": true,
"dependencies": {
- "@es-joy/jsdoccomment": "~0.25.0",
+ "@es-joy/jsdoccomment": "~0.28.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
@@ -1933,7 +1933,7 @@
"spdx-expression-parse": "^3.0.1"
},
"engines": {
- "node": "^14 || ^16 || ^17"
+ "node": "^14 || ^16 || ^17 || ^18"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
@@ -3518,9 +3518,9 @@
}
},
"node_modules/jsdoc-type-pratt-parser": {
- "version": "2.2.5",
- "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.5.tgz",
- "integrity": "sha512-2a6eRxSxp1BW040hFvaJxhsCMI9lT8QB8t14t+NY5tC5rckIR0U9cr2tjOeaFirmEOy6MHvmJnY7zTBHq431Lw==",
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.0.1.tgz",
+ "integrity": "sha512-vqMCdAFVIiFhVgBYE/X8naf3L/7qiJsaYWTfUJZZZ124dR3OUz9HrmaMUGpYIYAN4VSuodf6gIZY0e8ktPw9cg==",
"dev": true,
"engines": {
"node": ">=12.0.0"
@@ -6583,14 +6583,14 @@
}
},
"@es-joy/jsdoccomment": {
- "version": "0.25.0",
- "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.25.0.tgz",
- "integrity": "sha512-qK+cS+ikkF1D86uUGDDprgmBAd7cjr6xftCXsA+0WbT+nlrzo5sAqnkL15GuIaJtZ57O/oDXLSem+wcmFEyxug==",
+ "version": "0.28.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.28.0.tgz",
+ "integrity": "sha512-qXqur4077IrMLZIY0YKpGQvpuSBsiH5dY67HkjINspFgzl/i0rytmSuD8s/hen9+h7Sww3Vg+U01Q/dgxJeFcQ==",
"dev": true,
"requires": {
"comment-parser": "1.3.1",
"esquery": "^1.4.0",
- "jsdoc-type-pratt-parser": "~2.2.5"
+ "jsdoc-type-pratt-parser": "~3.0.1"
}
},
"@eslint/eslintrc": {
@@ -8019,12 +8019,12 @@
}
},
"eslint-plugin-jsdoc": {
- "version": "39.2.3",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.3.tgz",
- "integrity": "sha512-kYB0Sxq51cfZGVkKoI9wjhR/01/z/IUwhfHd7DzP3dKT/GGk2heBGwYyxE8kaptTDXQRpS99H/h4SW3Rj8faCA==",
+ "version": "39.2.5",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.5.tgz",
+ "integrity": "sha512-SdSgpiLx90PaFTKljH/KDuz+NU80m4s8SFwzcHuOGuZNZ1MSMSSufMUJMqH538hTvTjWeix5SYYx9PO+qx6lHg==",
"dev": true,
"requires": {
- "@es-joy/jsdoccomment": "~0.25.0",
+ "@es-joy/jsdoccomment": "~0.28.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
@@ -9301,9 +9301,9 @@
}
},
"jsdoc-type-pratt-parser": {
- "version": "2.2.5",
- "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.5.tgz",
- "integrity": "sha512-2a6eRxSxp1BW040hFvaJxhsCMI9lT8QB8t14t+NY5tC5rckIR0U9cr2tjOeaFirmEOy6MHvmJnY7zTBHq431Lw==",
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.0.1.tgz",
+ "integrity": "sha512-vqMCdAFVIiFhVgBYE/X8naf3L/7qiJsaYWTfUJZZZ124dR3OUz9HrmaMUGpYIYAN4VSuodf6gIZY0e8ktPw9cg==",
"dev": true
},
"json-buffer": {
diff --git a/package.json b/package.json
index 70bfd2c0..e88af5d3 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"electron": "^18.0.4",
"electron-packager": "^15.5.0",
"eslint": "^8.13.0",
- "eslint-plugin-jsdoc": "^39.2.3",
+ "eslint-plugin-jsdoc": "^39.2.5",
"gulp": "^4.0.0",
"yazl": "^2.5.1"
},