diff --git a/examples/basic/package.json b/examples/basic/package.json index a097e79..9db9616 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -4,6 +4,6 @@ "description": "Basic example that should NOT be excluded", "dependencies": { "chalk": "^4.1.0", - "commander": "^9.0.0" + "commander": "^14.0.2" } }