From 0fe0684b61a88eade1242c245a9121514122f01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 06:19:16 +0000 Subject: [PATCH] Bump @reporters/github from 1.7.0 to 1.7.1 Bumps [@reporters/github](https://github.com/MoLow/reporters) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/MoLow/reporters/releases) - [Changelog](https://github.com/MoLow/reporters/blob/main/release-please-config.json) - [Commits](https://github.com/MoLow/reporters/compare/github-v1.7.0...github-v1.7.1) --- updated-dependencies: - dependency-name: "@reporters/github" 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 c5f3bf6..ed3844d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -299,9 +299,9 @@ } }, "node_modules/@reporters/github": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@reporters/github/-/github-1.7.0.tgz", - "integrity": "sha512-5velzo4PWkfTqvZD2Ins5Wg38KSjPsWofS4jKTw61IjL4z2vLFGx2KL2Aqpa7bTOo3NYtc7w0zbyaHsBmZtCxQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@reporters/github/-/github-1.7.1.tgz", + "integrity": "sha512-PzM4jrcNPilW9YjbZ3VTImtAK9AkWaF4XpUSxPJLE3Dmo2tbjABT/vAveKQAkXq1NR5BeCpbQ5vsxthklc8D2g==", "dependencies": { "@actions/core": "^1.10.0", "stack-utils": "^2.0.6"