Skip to content

[Snyk] Upgrade @headlessui/react from 1.7.14 to 1.7.15 #1925

[Snyk] Upgrade @headlessui/react from 1.7.14 to 1.7.15

[Snyk] Upgrade @headlessui/react from 1.7.14 to 1.7.15 #1925

Workflow file for this run

name: Audit
on:
push:
branches: [main]
pull_request:
jobs:
scan:
name: NPM Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v2
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}
create_issues: false