Skip to content

chore(deps-dev): bump webpack-dev-server from 4.15.2 to 5.0.4 in /pac… #4711

chore(deps-dev): bump webpack-dev-server from 4.15.2 to 5.0.4 in /pac…

chore(deps-dev): bump webpack-dev-server from 4.15.2 to 5.0.4 in /pac… #4711

Workflow file for this run

name: Snyk
on:
push:
branches:
- 'main'
- 'develop'
jobs:
test:
# Only run on push events or PRs from iotaledger/firefly, skip on PRs from forks
# Secret variables cannot be exposed to PRs from forks
if: github.event_name == 'push'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Check vulnerabilities
uses: snyk/actions/[email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --yarn-workspaces --strict-out-of-sync=false --detection-depth=5 --dev