From 6ed5adff281b5c702cf8c1549b978e6e9c29a36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 00:57:34 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-jsdoc from 44.0.0 to 44.0.1 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 44.0.0 to 44.0.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v44.0.0...v44.0.1) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2991553..5f171dbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@vue/test-utils": "^2.3.2", "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-jsdoc": "^44.0.0", + "eslint-plugin-jsdoc": "^44.0.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "eslint-plugin-storybook": "^0.6.12", @@ -3320,9 +3320,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "44.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-44.0.0.tgz", - "integrity": "sha512-UZ07io4GFaD4awLJPuo0b1Q96ll5kJjwo74SYo9pprUww4BVeVn7EVslU5G6FcfGIfV+kgDLfYQQFODZgicWfQ==", + "version": "44.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-44.0.1.tgz", + "integrity": "sha512-EopZJDIDSF5hXodoWz4dR2NyZ5xU5Obw1T4D7GFzjqIhMCFMz6S/Cl5/jYBYlZkGl3h3GP5S6xAZp6C5jlUs9g==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.38.0", diff --git a/package.json b/package.json index e5b9565e..12e03723 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@vue/test-utils": "^2.3.2", "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-jsdoc": "^44.0.0", + "eslint-plugin-jsdoc": "^44.0.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "eslint-plugin-storybook": "^0.6.12",