Skip to content

fix: bump axios from 1.13.5 to 1.15.0 in the security-updates group across 1 directory #8

fix: bump axios from 1.13.5 to 1.15.0 in the security-updates group across 1 directory

fix: bump axios from 1.13.5 to 1.15.0 in the security-updates group across 1 directory #8

Workflow file for this run

name: NPM Audit
on:
pull_request:
jobs:
NPM-Audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "lts/*"
- name: Run npm audit
run: npm audit --audit-level=high