There were some NPM vulnerabilities shown in the documentation-theme project which was then traced back to here. Thus, some dependencies were added and/or updated.
Address some other NPM vulnerabilities with npm audit and following the prompts
How to test-drive this PR
Change npm version to 6.0.0 via npm install -g npm@6.0.0
Run npm audit
See that there are the following vulnerabilities:
found 2 vulnerabilities (1 low, 1 moderate) in 4333 scanned packages
This project is a dependency for another project (documentation-theme) and that project is being used in three other projects as dependencies (one of them being the progressive-web-SDK)
There were some NPM vulnerabilities shown in the documentation-theme project which was then traced back to here. Thus, some dependencies were added and/or updated.
JIRA: https://mobify.atlassian.net/secure/RapidBoard.jspa?rapidView=271&projectKey=WEB&modal=detail&selectedIssue=WEB-2067
Changes
npm audit
and following the promptsHow to test-drive this PR
npm install -g npm@6.0.0
npm audit
This project is a dependency for another project (documentation-theme) and that project is being used in three other projects as dependencies (one of them being the progressive-web-SDK)