Skip to content

chore(deps-dev): bump the development-dependencies group with 4 updates #89

chore(deps-dev): bump the development-dependencies group with 4 updates

chore(deps-dev): bump the development-dependencies group with 4 updates #89

name: Dependency Review
on:
pull_request:
types:
- opened
- synchronize
- reopened
paths:
- '**/package.json'
- '**/package-lock.json'
- '**/bun.lock'
- '**/bun.lockb'
- '**/npm-shrinkwrap.json'
- '**/pnpm-lock.yaml'
- '**/yarn.lock'
- .github/workflows/*.yml
- .github/workflows/*.yaml
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate