From 7c7b49777a2d6acb621bd59631b2c2d975470549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 14:22:33 +0200 Subject: [PATCH] chore(deps): bump progress from 2.0.1 to 2.0.3 (#7646) Bumps [progress](https://github.com/visionmedia/node-progress) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/visionmedia/node-progress/releases) - [Changelog](https://github.com/visionmedia/node-progress/blob/master/CHANGELOG.md) - [Commits](https://github.com/visionmedia/node-progress/commits) --- updated-dependencies: - dependency-name: progress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Scheffler --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbcf36b0..63c364d7 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "https-proxy-agent": "5.0.0", "node-fetch": "2.6.5", "pkg-dir": "4.2.0", - "progress": "2.0.1", + "progress": "2.0.3", "proxy-from-env": "1.1.0", "rimraf": "3.0.2", "tar-fs": "2.0.0",