From 11583dce025f3aaebc7f7ce609576d21f0518e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 13:53:53 +0000 Subject: [PATCH] chore(deps): bump commit-stream from 1.1.0 to 2.0.1 Bumps [commit-stream](https://github.com/rvagg/commit-stream) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/rvagg/commit-stream/releases) - [Changelog](https://github.com/nodejs/commit-stream/blob/main/CHANGELOG.md) - [Commits](https://github.com/rvagg/commit-stream/commits/v2.0.1) --- updated-dependencies: - dependency-name: commit-stream dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03c34a6..a462c05 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@octokit/graphql": "^5.0.0", "async": "^3.2.2", "chalk": "^5.0.0", - "commit-stream": "^1.1.0", + "commit-stream": "^2.0.1", "debug": "^4.3.3", "ghauth": "^5.0.1", "ghissues": "^1.1.4",