cypress-io / github-action

GitHub Action for running Cypress end-to-end & component tests
https://on.cypress.io/guides/continuous-integration/github-actions
MIT License
1.36k stars 343 forks source link

chore(deps): update example webpack #1159

Closed MikeMcC399 closed 7 months ago

MikeMcC399 commented 7 months ago

Issue

Installing dependencies in examples/webpack reports vulnerabilities:

2 vulnerabilities (1 moderate, 1 high)

Changes

Update to latest dependencies in examples/webpack and run npm audit fix.

Verification

Execute

cd examples/webpack
npm ci
npm start

then execute npm test in separate terminal window.

Confirm that no vulnerabilities are reported and that Cypress test passes.

cypress-app-bot commented 7 months ago
github-actions[bot] commented 5 months ago

:tada: This PR is included in version 6.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: