diff --git a/packages/cli/package.json b/packages/cli/package.json index fd7916c..c7c1595 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -29,7 +29,7 @@ "@maat-tools/core": "workspace:*", "@maat-tools/kernel": "workspace:*", "chalk": "5.6.2", - "commander": "14.0.3" + "commander": "15.0.0" }, "author": "Marcos Defendi (https://github.com/maat-tools)", "homepage": "https://maat-tools.github.io/maat/", diff --git a/packages/collector-ts/package.json b/packages/collector-ts/package.json index adf036e..0676f6a 100644 --- a/packages/collector-ts/package.json +++ b/packages/collector-ts/package.json @@ -36,8 +36,8 @@ "@maat-tools/contracts": "workspace:*", "@maat-tools/utils": "workspace:*", "@maat-tools/vocabulary": "workspace:*", - "execa": "9.6.0", - "tinyglobby": "0.2.16", + "execa": "9.6.1", + "tinyglobby": "0.2.17", "ts-morph": "28.0.0" }, "author": "Marcos Defendi (https://github.com/maat-tools)", diff --git a/tests/package.json b/tests/package.json index 04c46f4..d82d48e 100644 --- a/tests/package.json +++ b/tests/package.json @@ -19,6 +19,6 @@ "@maat-tools/kernel": "workspace:*", "@maat-tools/presets-ts": "workspace:*", "@maat-tools/testing": "workspace:*", - "commander": "14.0.3" + "commander": "15.0.0" } }