From a550bda5d526fb24242c535630115009c0c6c8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 12:13:13 +0000 Subject: [PATCH] chore(deps): bump ghissues from 2.0.0 to 2.0.2 Bumps [ghissues](https://github.com/rvagg/ghissues) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/rvagg/ghissues/releases) - [Changelog](https://github.com/rvagg/ghissues/blob/master/CHANGELOG.md) - [Commits](https://github.com/rvagg/ghissues/compare/v2.0.0...v2.0.2) --- updated-dependencies: - dependency-name: ghissues dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7da945c..f5ca211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6055,9 +6055,9 @@ } }, "node_modules/ghissues": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ghissues/-/ghissues-2.0.0.tgz", - "integrity": "sha512-LMqvSO8pMG+g9TqZoTkNDitIYX/pa8mdAiAMmUEqAkt52/i8zgGkz6ZMo/KywaPXJ7o/JpoUjQbRgVak9P5zgw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ghissues/-/ghissues-2.0.2.tgz", + "integrity": "sha512-+hlYL0oP0R8I2dqE17BbPy+fBY/uaWlgplQY9QgPDVycizTFXy6CGoVZNrpAOFLbpfd7PYHP+JhiRZ35jTwBvA==", "license": "MIT", "dependencies": { "ghutils": "^5.0.0"