Skip to content

BC-6545 - Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 41.1.0 #3178

BC-6545 - Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 41.1.0

BC-6545 - Bump @ckeditor/ckeditor5-special-characters from 20.0.0 to 41.1.0 #3178

Workflow file for this run

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