The version of the [`tmp`](https://www.npmjs.com/package/tmp/v/0.0.27) package currently used in this repository is vulnerable to the security issue described in: - [CVE-2025-54798](https://nvd.nist.gov/vuln/detail/CVE-2025-54798) - GHSA-52f5-9888-hmc6 And here's a sample outcome of the `npm ls tmp` command ran in a temporary project using `v0.16.5` of `apigeetool`: ```shell % npm ls tmp project@1.0.0 /path/to/project └─┬ apigeetool@0.16.5 └── tmp@0.0.27 ``` Please fix this.