From 8f55c9a239d976ca4898cd6d3098826be3a01249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 11:43:32 +0000 Subject: [PATCH] Bump yargs from 16.2.0 to 17.0.1 in /packages/health-check Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.0.1. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v16.2.0...v17.0.1) Signed-off-by: dependabot[bot] --- packages/health-check/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/health-check/package.json b/packages/health-check/package.json index 468860b9..518323b9 100644 --- a/packages/health-check/package.json +++ b/packages/health-check/package.json @@ -14,7 +14,7 @@ "lodash": "^4.17.21", "lowdb": "^1.0.0", "write-file-atomic": "^3.0.3", - "yargs": "^16.2.0" + "yargs": "^17.0.1" }, "devDependencies": { "prettier": "^2.2.1"