diff --git a/ng-dev/package.json b/ng-dev/package.json index 0a6869471..218f6815a 100644 --- a/ng-dev/package.json +++ b/ng-dev/package.json @@ -19,7 +19,7 @@ "@google-cloud/spanner": "8.0.0", "@google/genai": "1.29.1", "@inquirer/prompts": "7.10.1", - "@inquirer/type": "3.0.10", + "@inquirer/type": "4.0.1", "@octokit/auth-app": "8.1.2", "@octokit/core": "7.0.6", "@octokit/graphql-schema": "15.26.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55f439686..38c90958d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -551,8 +551,8 @@ importers: specifier: 7.10.1 version: 7.10.1(@types/node@24.10.1) '@inquirer/type': - specifier: 3.0.10 - version: 3.0.10(@types/node@24.10.1) + specifier: 4.0.1 + version: 4.0.1(@types/node@24.10.1) '@octokit/auth-app': specifier: 8.1.2 version: 8.1.2 @@ -1788,6 +1788,15 @@ packages: '@types/node': optional: true + '@inquirer/type@4.0.1': + resolution: {integrity: sha512-odO8YwoQAw/eVu/PSPsDDVPmqO77r/Mq7zcoF5VduVqIu2wSRWUgmYb5K9WH1no0SjLnOe8MDKtDL++z6mfo2g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@isaacs/balanced-match@4.0.1': resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} engines: {node: 20 || >=22} @@ -7461,6 +7470,10 @@ snapshots: optionalDependencies: '@types/node': 24.10.1 + '@inquirer/type@4.0.1(@types/node@24.10.1)': + optionalDependencies: + '@types/node': 24.10.1 + '@isaacs/balanced-match@4.0.1': {} '@isaacs/brace-expansion@5.0.0':