Getting this warning in the terminal: ```js WARN node_modules/@protobufjs/inquire/index.js (12:18): Use of eval in "node_modules/@protobufjs/inquire/index.js" is strongly discouraged as it poses security risks and may cause issues with minification. ``` Can the `eval` function be avoided?