From 36198659c53611b6a44a4ef8a3eae8c47302c5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:23:27 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.3 in /LogViewer.Client Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.1 to 48.2.3. - [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.1...v48.2.3) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- LogViewer.Client/package-lock.json | 14 +++++++------- LogViewer.Client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LogViewer.Client/package-lock.json b/LogViewer.Client/package-lock.json index d35f8a8a..9b4fccc6 100644 --- a/LogViewer.Client/package-lock.json +++ b/LogViewer.Client/package-lock.json @@ -30,7 +30,7 @@ "electron": "^28.2.1", "electron-builder": "^24.13.3", "eslint": "^8.57.0", - "eslint-plugin-jsdoc": "^48.2.1", + "eslint-plugin-jsdoc": "^48.2.3", "eslint-plugin-prefer-arrow": "^1.2.3", "typescript": "^5.3.3", "typescript-tslint-plugin": "^1.0.2" @@ -2658,9 +2658,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "48.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.1.tgz", - "integrity": "sha512-iUvbcyDZSO/9xSuRv2HQBw++8VkV/pt3UWtX9cpPH0l7GKPq78QC/6+PmyQHHvNZaTjAce6QVciEbnc6J/zH5g==", + "version": "48.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.3.tgz", + "integrity": "sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.42.0", @@ -7495,9 +7495,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "48.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.1.tgz", - "integrity": "sha512-iUvbcyDZSO/9xSuRv2HQBw++8VkV/pt3UWtX9cpPH0l7GKPq78QC/6+PmyQHHvNZaTjAce6QVciEbnc6J/zH5g==", + "version": "48.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.3.tgz", + "integrity": "sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.42.0", diff --git a/LogViewer.Client/package.json b/LogViewer.Client/package.json index c33f5b9b..b0485c0d 100644 --- a/LogViewer.Client/package.json +++ b/LogViewer.Client/package.json @@ -32,7 +32,7 @@ "electron": "^28.2.1", "electron-builder": "^24.13.3", "eslint": "^8.57.0", - "eslint-plugin-jsdoc": "^48.2.1", + "eslint-plugin-jsdoc": "^48.2.3", "eslint-plugin-prefer-arrow": "^1.2.3", "typescript": "^5.3.3", "typescript-tslint-plugin": "^1.0.2"