Skip to content

Bump webpack from 5.92.0 to 5.94.0 in /website in the npm_and_yarn group #585

Bump webpack from 5.92.0 to 5.94.0 in /website in the npm_and_yarn group

Bump webpack from 5.92.0 to 5.94.0 in /website in the npm_and_yarn group #585

Workflow file for this run

name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
continue-on-error: true
with:
fail-on-severity: moderate
# Use comma-separated names to pass list arguments:
deny-licenses: LGPL-2.0, BSD-2-Clause, LGPL-3.0, LGPL-3.0+