Skip to content

fix(deps): update dependency webpack to v5.92.0 #402

fix(deps): update dependency webpack to v5.92.0

fix(deps): update dependency webpack to v5.92.0 #402

Workflow file for this run

name: Security
on:
push:
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run Audit
run: |
npm audit --audit-level high