diff --git a/package.json b/package.json index 6bb69f27..ec26494c 100644 --- a/package.json +++ b/package.json @@ -41,13 +41,14 @@ "@anthropic-ai/sdk": "^0.4.4", "@inquirer/checkbox": "^1.3.1", "@inquirer/editor": "^1.2.0", + "@inquirer/input": "^1.2.1", "@inquirer/select": "^1.2.1", "debug": "^4.3.4", "expr-eval": "^2.0.2", "handlebars": "^4.7.7", "is-relative-url": "^4.0.0", "js-tiktoken": "^1.0.6", - "jsonrepair": "^3.1.0", + "jsonrepair": "^3.2.0", "ky": "^0.33.3", "nanoid": "^4.0.2", "normalize-url": "^8.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f657ff4e..229db0d5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true @@ -14,6 +14,9 @@ dependencies: '@inquirer/editor': specifier: ^1.2.0 version: 1.2.0 + '@inquirer/input': + specifier: ^1.2.1 + version: 1.2.1 '@inquirer/select': specifier: ^1.2.1 version: 1.2.1 @@ -33,8 +36,8 @@ dependencies: specifier: ^1.0.6 version: 1.0.6 jsonrepair: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.2.0 + version: 3.2.0 ky: specifier: ^0.33.3 version: 0.33.3 @@ -602,6 +605,15 @@ packages: external-editor: 3.1.0 dev: false + /@inquirer/input@1.2.1: + resolution: {integrity: sha512-OYwG3dEo1+lMAE6rYB8b1HTg8eSP++jk0pHSjKZu00gTlN5IHW/dliB82nsWe9Bn//93E9LJ1KrhjFMqOzkCFw==} + engines: {node: '>=14.18.0'} + dependencies: + '@inquirer/core': 2.1.0 + '@inquirer/type': 1.1.0 + chalk: 4.1.2 + dev: false + /@inquirer/select@1.2.1: resolution: {integrity: sha512-13JDLtlwFoqQUYRdMzz5wP3a4DWccJfNA/8M8MDUhhZ8HeKZ3MPaTMlpxwY+Q0Jgbmt56nf7xUuck0XXPce8Xw==} engines: {node: '>=14.18.0'} @@ -2526,8 +2538,8 @@ packages: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: true - /jsonrepair@3.1.0: - resolution: {integrity: sha512-idqReg23J0PVRAADmZMc5xQM3xeOX5bTB6OTyMnzq33IXJXmn9iJuWIEvGmrN80rQf4d7uLTMEDwpzujNcI0Rg==} + /jsonrepair@3.2.0: + resolution: {integrity: sha512-6eHBc2z5vipym4S8rzTcCXQBLWpkSzi9bk7I3xTdUxRzXyYvfjoVZzJ97N4C/9vcKI9NgNp3slPwHufDr0rFYw==} hasBin: true dev: false