From c1ec3fdc5fd5991ee1de32d065c10bd104cad05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:57:24 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc in the npm-development group Bumps the npm-development group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 48.2.8 to 48.2.9 - [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/v48.2.8...v48.2.9) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... 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 f845634..3f7532e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@vueuse/nuxt": "^10.10.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^48.2.8", + "eslint-plugin-jsdoc": "^48.2.9", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-security": "^1.7.1", @@ -9812,9 +9812,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "48.2.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.8.tgz", - "integrity": "sha512-b72WNCHxmcrtYh6ejy0Y5rQH0mJpym27fT4P3HU3fbqEo3J95/hdG7VlevOHK0PZrHk1pVnClCBH7wXw2RMIXg==", + "version": "48.2.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.9.tgz", + "integrity": "sha512-ErpKyr2mEUEkcdZ4nwW/cvDjClvAcvJMEXkGGll0wf8sro8h6qeQ3qlZyp1vM1dRk8Ap6rMdke8FnP94QBIaVQ==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.43.1", diff --git a/package.json b/package.json index 80956f3..55dd4fa 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@vueuse/nuxt": "^10.10.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^48.2.8", + "eslint-plugin-jsdoc": "^48.2.9", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-security": "^1.7.1",