Skip to content

chore(deps-dev): bump vite from 5.3.5 to 5.4.6 in /example #39

chore(deps-dev): bump vite from 5.3.5 to 5.4.6 in /example

chore(deps-dev): bump vite from 5.3.5 to 5.4.6 in /example #39

Workflow file for this run

name: Snyk Security Check
on: [push,pull_request]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}