Skip to content

fix: upgrade body-parser from 1.9.0 to 1.20.2 #298

fix: upgrade body-parser from 1.9.0 to 1.20.2

fix: upgrade body-parser from 1.9.0 to 1.20.2 #298

Workflow file for this run

name: Example workflow using Snyk
on: push
jobs:
security:
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor
args: --strict-out-of-sync=false --remote-repo-url="https://github.com/JosanaDH/nodejs-goof"