Skip to content

BC-8045 - Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 43.1.0 #3236

BC-8045 - Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 43.1.0

BC-8045 - Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 43.1.0 #3236

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