From fe8e32511b0ad3890143c03a7ba1af330d21a6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 05:35:29 +0000 Subject: [PATCH] deps: bump are-we-there-yet from 3.0.1 to 4.0.0 Bumps [are-we-there-yet](https://github.com/npm/are-we-there-yet) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/npm/are-we-there-yet/releases) - [Changelog](https://github.com/npm/are-we-there-yet/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/are-we-there-yet/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: are-we-there-yet 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 175dbdb..1bdd9ef 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "template-oss-apply": "template-oss-apply --force" }, "dependencies": { - "are-we-there-yet": "^3.0.0", + "are-we-there-yet": "^4.0.0", "console-control-strings": "^1.1.0", "gauge": "^4.0.3", "set-blocking": "^2.0.0"