From d7c3a5534c54bad051d2d592c57caf5bd81c347f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 14:16:24 +0000 Subject: [PATCH] build(deps-dev): bump inquirer from 8.2.4 to 9.0.0 (#469) Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.4 to 9.0.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.4...inquirer@9.0.0) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85a2ee39..8f6949ff 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "benchmark": "^2.1.4", "chalk": "^4.1.2", "compile-json-stringify": "^0.1.2", - "inquirer": "^8.2.4", + "inquirer": "^9.0.0", "is-my-json-valid": "^2.20.0", "luxon": "^2.4.0", "pre-commit": "^1.2.2",