From dcb562084e617a61db6ada4d01331c5f378df213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:09:37 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 35.1.1 to 35.1.2 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.1.1 to 35.1.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.1.1...v35.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 7adff358..e2d678ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4967,16 +4967,16 @@ } }, "eslint-plugin-jsdoc": { - "version": "35.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.1.1.tgz", - "integrity": "sha512-pmhv0uNluRfFNAcy1rMI5Y0uw5i7EMo8dm7BV7hBUzHdHFlHdH/ZDGhmPh11QVvAEX9Gc0pCNjon4oUw5v0ovg==", + "version": "35.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.1.2.tgz", + "integrity": "sha512-IPChTbaL9rWe6DCinKOpUdqsBV7r2dKEId1nweSKsjJqZp1VAQyzQJ5N6ogji2AWmrPU1jdjfHA5HIG2RaiRBA==", "dev": true, "requires": { "@es-joy/jsdoccomment": "^0.8.0-alpha.2", "comment-parser": "1.1.5", "debug": "^4.3.1", "esquery": "^1.4.0", - "jsdoc-type-pratt-parser": "^1.0.1", + "jsdoc-type-pratt-parser": "^1.0.2", "lodash": "^4.17.21", "regextras": "^0.8.0", "semver": "^7.3.5", @@ -8055,9 +8055,9 @@ "dev": true }, "jsdoc-type-pratt-parser": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.0.2.tgz", - "integrity": "sha512-yJSKO94/IsCWxdH3A1hpsfq/CU2NUJwpFhoB8+4GKq4TvBWVv2yf2OdwO+5zvgON391HdAb+2pz1xqwmkl7W9w==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.0.3.tgz", + "integrity": "sha512-AGJxvTU6WjdFr1qQ3l+EjtXUgA6vRYowG9L9JMc7wml0ow5xzKnureo36Xtu7YzB8apnTAhFY38AR+WRU+UxwA==", "dev": true }, "jsdom": { diff --git a/package.json b/package.json index 59ec211a..43a3fb21 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.23.4", - "eslint-plugin-jsdoc": "^35.1.1", + "eslint-plugin-jsdoc": "^35.1.2", "eslint-plugin-json": "^3.0.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-promise": "^5.1.0",