Please update the @nestjs/common to fix the axios vulnerabilities (https://github.com/advisories/GHSA-cph5-m8f7-6c5x). @nestjs/common have merged it into the core now: https://github.com/nestjs/nest/pull/8030 For someone who needs a quick fix until this gets resolved: ` "resolutions": { "axios": "0.21.4" },`