From 08ebee5a3d60b8e4acbdbe9c12210cf05bf36d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:32:24 +0100 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 49.0.0 to 50.0.0 (#3979) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 49.0.0 to 50.0.0. - [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/v49.0.0...v50.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 f227739442..24672f4fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-expect-type": "^0.4.0", - "eslint-plugin-jsdoc": "^49.0.0", + "eslint-plugin-jsdoc": "^50.0.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-unicorn": "^55.0.0", "eslint-plugin-vitest": "^0.5.4", @@ -3053,9 +3053,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "49.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-49.0.0.tgz", - "integrity": "sha512-MlLQpFmann7YkTpjJfsWiSSG877RrijLfg5A1lwfl2FAFTM343Kd+HRt/cnLG+rjypSwaWVqgEgtBTIovnS6qA==", + "version": "50.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.0.0.tgz", + "integrity": "sha512-czyJ5F7/qY2LIhUD5Bl6q1CCZ8mjvfEA9HQN5nvIp/Pb8VLIlUNd+DMZdA2OKN74QQMS3pobC06hFqAOJyOv5Q==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.46.0", diff --git a/package.json b/package.json index 3562e01bb2..8f7009448a 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-expect-type": "^0.4.0", - "eslint-plugin-jsdoc": "^49.0.0", + "eslint-plugin-jsdoc": "^50.0.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-unicorn": "^55.0.0", "eslint-plugin-vitest": "^0.5.4",