Skip to content

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.13.0 #62

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.13.0

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.13.0 #62

name: Security Audit
on:
pull_request:
paths:
- "package.json"
- "package-lock.json"
permissions:
contents: read
jobs:
PROD:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: npm audit prod
run: npm audit --production --audit-level=low
DEV:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: npm audit dev
# --only=dev currently does not work: https://npm.community/t/npm-audit-without-fix-ignores-only-prod/3959/7
run: npm audit --only=dev --audit-level=moderate