Skip to content

build(deps): bump framer-motion from 12.40.0 to 13.1.1 #94

build(deps): bump framer-motion from 12.40.0 to 13.1.1

build(deps): bump framer-motion from 12.40.0 to 13.1.1 #94

Workflow file for this run

name: npm audit
on:
schedule:
- cron: '0 6 * * 1'
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
with:
node-version: 20
cache: npm
- run: npm ci
- name: Run npm audit
run: npm audit --audit-level=critical