Closed KishenKumarrrrr closed 1 year ago
There is a critical vulnerability in @babel/traverse (raised by snyk) that we need to fix. This PR aims to patch the issue.
@babel/traverse
The issue was flagged out by npm as well so running npm audit fix helped to solve it
npm audit fix
Context
There is a critical vulnerability in
@babel/traverse
(raised by snyk) that we need to fix. This PR aims to patch the issue.Approach
The issue was flagged out by npm as well so running
npm audit fix
helped to solve it