Skip to content

fix: upgrade body-parser from 1.9.0 to 1.20.3 #286

fix: upgrade body-parser from 1.9.0 to 1.20.3

fix: upgrade body-parser from 1.9.0 to 1.20.3 #286

Workflow file for this run

name: Snyk Goof action
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}