microsoft / botframework-cli

CLI Tools for the Microsoft Bot Framework
Other
176 stars 129 forks source link

fix: Remove vulnerability in acorn package #1387

Closed ceciliaavila closed 1 month ago

ceciliaavila commented 2 months ago

minor

Description

This PR fixes the 'Regular Expression Denial of Service' vulnerability in the acorn package by replacing the vulnerable version in pnpm-lock.yaml file.

Specific Changes

Testing

The following image shows the safe version of acorn installed after the change. image