Skip to content

Bump nanoid from 3.1.25 to 3.3.3 #220

Bump nanoid from 3.1.25 to 3.3.3

Bump nanoid from 3.1.25 to 3.3.3 #220

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/[email protected]
with:
fail-on: high
slither-args: --filter-paths "./lib|./test"
node-version: 18