From 5e110ddf7598ed6963cbd9548dda026b2b9a1620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:29:21 +0000 Subject: [PATCH] refactor: bump eslint-plugin-jsdoc from 48.4.0 to 48.5.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.4.0 to 48.5.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/v48.4.0...v48.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... 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 6c1920c0a..c87585b9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "core-js": "3.37.1", "cross-env": "7.0.2", "eslint": "8.56.0", - "eslint-plugin-jsdoc": "48.4.0", + "eslint-plugin-jsdoc": "48.5.0", "express": "4.18.2", "gulp": "4.0.2", "gulp-babel": "8.0.0", @@ -11555,9 +11555,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "48.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.4.0.tgz", - "integrity": "sha512-xBUxuAx03cKoEA7y+MYSUdwyN8AJyZHbAJ257sOFXgVgCScm574S4zEYJpBoARwaCu4chhCbvA+gdm+00whlxA==", + "version": "48.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.5.0.tgz", + "integrity": "sha512-ukXPNpGby3KjCveCizIS8t1EbuJEHYEu/tBg8GCbn/YbHcXwphyvYCdvRZ/oMRfTscGSSzfsWoZ+ZkAP0/6YMQ==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.43.1", @@ -40070,9 +40070,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "48.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.4.0.tgz", - "integrity": "sha512-xBUxuAx03cKoEA7y+MYSUdwyN8AJyZHbAJ257sOFXgVgCScm574S4zEYJpBoARwaCu4chhCbvA+gdm+00whlxA==", + "version": "48.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.5.0.tgz", + "integrity": "sha512-ukXPNpGby3KjCveCizIS8t1EbuJEHYEu/tBg8GCbn/YbHcXwphyvYCdvRZ/oMRfTscGSSzfsWoZ+ZkAP0/6YMQ==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.43.1", diff --git a/package.json b/package.json index b24dfbb2c..c18cc0e2a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "core-js": "3.37.1", "cross-env": "7.0.2", "eslint": "8.56.0", - "eslint-plugin-jsdoc": "48.4.0", + "eslint-plugin-jsdoc": "48.5.0", "express": "4.18.2", "gulp": "4.0.2", "gulp-babel": "8.0.0",