OfficeDev / Office-Addin-Scripts

A set of scripts and packages that are consumed in Office add-ins projects.
MIT License
156 stars 99 forks source link

Upgrade axios and other packages to address vulnerabilities. #826

Closed kwame-ansong closed 8 months ago

kwame-ansong commented 8 months ago

Upgrade axios and other packages to address vulnerabilities.

millerds commented 8 months ago

Run 'npm install' on each of the packages with the upated package.json file to get a lock file that will pass automation.

akrantz commented 8 months ago

The root package.json has scripts to make this easy:

npm run install-packages

or

npm run clean-install-packages