diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2234501..ebfe5645 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,8 +28,8 @@ catalogs: specifier: ^0.1.3 version: 0.1.3 args-tokens: - specifier: ^0.23.0 - version: 0.23.0 + specifier: ^0.27.0 + version: 0.27.0 fast-string-width: specifier: ^3.0.2 version: 3.0.2 @@ -106,6 +106,9 @@ catalogs: vite-plugin-simple-tsconfig-alias: specifier: ^0.2.0 version: 0.2.0 + vitest: + specifier: ^4.0.17 + version: 4.1.0 vitest-console: specifier: ^0.2.1 version: 0.2.1 @@ -309,7 +312,7 @@ importers: version: 21.0.3 args-tokens: specifier: catalog:cli - version: 0.23.0 + version: 0.27.0 minimist: specifier: catalog:cli version: 1.2.8 @@ -2120,9 +2123,9 @@ packages: args-tokenizer@0.3.0: resolution: {integrity: sha512-xXAd7G2Mll5W8uo37GETpQ2VrE84M181Z7ugHFGQnJZ50M2mbOv0osSZ9VsSgPfJQ+LVG0prSi0th+ELMsno7Q==} - args-tokens@0.23.0: - resolution: {integrity: sha512-VZETsQmpEGO7A9adjfIOTyZuxKzurUas9kh1Hm0WGhFq8dOyw50P6OjiTwKyURwnmDabw0DbFjI+BUucJfCtnQ==} - engines: {node: '>= 20'} + args-tokens@0.27.0: + resolution: {integrity: sha512-bA4QwSNK94NG99lTZSxqCpKwQOMAfmK9If3nt1udvFTIY3b6Vj/3QzpXuOtegiYh2197zQLc8eejKDJm8Emj/g==} + engines: {node: '>= 22'} assertion-error@2.0.1: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} @@ -6636,7 +6639,7 @@ snapshots: '@vitest/pretty-format@4.0.17': dependencies: - tinyrainbow: 3.0.3 + tinyrainbow: 3.1.0 '@vitest/pretty-format@4.1.0': dependencies: @@ -6670,7 +6673,7 @@ snapshots: '@vitest/utils@4.0.17': dependencies: '@vitest/pretty-format': 4.0.17 - tinyrainbow: 3.0.3 + tinyrainbow: 3.1.0 '@vitest/utils@4.1.0': dependencies: @@ -6867,7 +6870,7 @@ snapshots: args-tokenizer@0.3.0: {} - args-tokens@0.23.0: {} + args-tokens@0.27.0: {} assertion-error@2.0.1: {} @@ -8903,7 +8906,7 @@ snapshots: consola: 3.4.2 pathe: 2.0.3 pkg-types: 2.3.0 - tinyexec: 1.0.2 + tinyexec: 1.2.4 obug@2.1.1: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 893848be..2da412d0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,7 +17,7 @@ catalogs: "@types/update-notifier": "^6.0.8" "@types/yargs-parser": "^21.0.3" "@uttr/tint": "^0.1.3" - args-tokens: "^0.23.0" + args-tokens: "^0.27.0" fast-string-width: "^3.0.2" fastest-levenshtein: "^1.0.16" is-platform: "^1.0.0"