From c31faa474ee7f7a58efabb95e7f8d224a4704aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:33:06 +0000 Subject: [PATCH] api: Bump inquirer from 9.3.6 to 10.1.7 in /apps/linkos Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.3.6 to 10.1.7. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.6...inquirer@10.1.7) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/linkos/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/linkos/package.json b/apps/linkos/package.json index 6b2bfca..645c43e 100644 --- a/apps/linkos/package.json +++ b/apps/linkos/package.json @@ -20,7 +20,7 @@ "croner": "^8.0.1", "crypto": "^1.0.1", "hono": "^4.0.5", - "inquirer": "^9.2.15", + "inquirer": "^10.1.7", "kafkajs": "^2.2.4", "knex": "^3.1.0", "nanoid": "^5.0.6",