From 967b918f0423208224e1ee117e913cacecba7ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:24:54 +0000 Subject: [PATCH] build(deps-dev): bump inquirer from 11.1.0 to 12.0.0 (#110) Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 11.1.0 to 12.0.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@11.1.0...inquirer@12.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 fe646d64..11607c6b 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": "^11.0.0", + "inquirer": "^12.0.0", "is-my-json-valid": "^2.20.0", "luxon": "^3.0.1", "pre-commit": "^1.2.2",