Skip to content

build: Bump @mantine/form from 5.10.5 to 7.6.0 #814

build: Bump @mantine/form from 5.10.5 to 7.6.0

build: Bump @mantine/form from 5.10.5 to 7.6.0 #814

Workflow file for this run

name: snyk
on: push
concurrency:
group: ${{ github.ref }}-security
cancel-in-progress: true
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor
args: --all-projects --severity-threshold=high