bcgov / MOH-PPPP-Enrolment

Apache License 2.0
1 stars 0 forks source link

npm audit fix changes #114

Closed stephanieharrison-maximus closed 2 years ago

stephanieharrison-maximus commented 2 years ago

Please check if the PR fulfills these requirements:

Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):

Updates the package/package lock to resolve some vulnerabilities, including one production vulnerability with Axios.

Additional Notes:

The main branch currently contains 66 vulnerabilities. This pull request fixes 18 of them leaving 48 left. The remaining 48 are all dev dependencies, mostly with the Vue CLI service/plugin.

stephanieharrison-maximus commented 2 years ago

Looks good, but the build pipeline failed on GitHub. Can you verify locally that the project still builds and passes the unit tests?

It looks like it was an internal server error that caused the problem last time. I ran the workflow again and there were no problems. https://github.com/bcgov/MOH-PPPP-Enrolment/actions/runs/1365609959/workflow https://github.com/bcgov/MOH-PPPP-Enrolment/actions/runs/1365659349/workflow

I also ran the unit tests and checked the development server one more time each for good measure.