Closed MikeMcC399 closed 7 months ago
Installing dependencies in examples/webpack reports vulnerabilities:
2 vulnerabilities (1 moderate, 1 high)
Update to latest dependencies in examples/webpack and run npm audit fix.
npm audit fix
Execute
cd examples/webpack npm ci npm start
then execute npm test in separate terminal window.
npm test
Confirm that no vulnerabilities are reported and that Cypress test passes.
:tada: This PR is included in version 6.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Issue
Installing dependencies in examples/webpack reports vulnerabilities:
Changes
Update to latest dependencies in examples/webpack and run
npm audit fix
.Verification
Execute
then execute
npm test
in separate terminal window.Confirm that no vulnerabilities are reported and that Cypress test passes.