From 93e31a509ff4d7a22a0ff2aee9648e1955651e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 13:52:00 +0200 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 37.0.0 to 37.0.3 (#3836) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.0.0 to 37.0.3. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.0.0...v37.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1cb07ba0..d750e1c5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "dgeni-packages": "0.16.10", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-jsdoc": "^37.0.0", + "eslint-plugin-jsdoc": "^37.0.3", "fs-extra": "^10.0.0", "gulp": "^4.0.2", "gulp-rename": "^2.0.0", @@ -5212,9 +5212,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "37.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.0.0.tgz", - "integrity": "sha512-Pv5/Y9stNPHJEoF9GM+pcB9nOT4sNToVxv9v5vsyr8tbam0tM4DUKFShtJBZ+fZFdwhFaQU1hGcPQqsjy+dKCQ==", + "version": "37.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.0.3.tgz", + "integrity": "sha512-Qg/gIZAfcrM4Qu/JzcnxPGD45Je6wPLFzMZQboeqit/CL4aY6wuzBTkgUMiWXfw/PaPl+sb0GF1XdBlV23ReDA==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "0.12.0", @@ -20656,9 +20656,9 @@ "requires": {} }, "eslint-plugin-jsdoc": { - "version": "37.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.0.0.tgz", - "integrity": "sha512-Pv5/Y9stNPHJEoF9GM+pcB9nOT4sNToVxv9v5vsyr8tbam0tM4DUKFShtJBZ+fZFdwhFaQU1hGcPQqsjy+dKCQ==", + "version": "37.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.0.3.tgz", + "integrity": "sha512-Qg/gIZAfcrM4Qu/JzcnxPGD45Je6wPLFzMZQboeqit/CL4aY6wuzBTkgUMiWXfw/PaPl+sb0GF1XdBlV23ReDA==", "dev": true, "requires": { "@es-joy/jsdoccomment": "0.12.0", diff --git a/package.json b/package.json index 7892626fb..f79bdf1d8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dgeni-packages": "0.16.10", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-jsdoc": "^37.0.0", + "eslint-plugin-jsdoc": "^37.0.3", "fs-extra": "^10.0.0", "gulp": "^4.0.2", "gulp-rename": "^2.0.0",