mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-09-05 20:07:25 +00:00
18 lines
452 B
YAML
18 lines
452 B
YAML
packages:
|
|
- '.'
|
|
- 'plugins/**'
|
|
|
|
allowBuilds:
|
|
'@swc/core': false
|
|
core-js: false
|
|
|
|
overrides:
|
|
serialize-javascript: '^7.0.5'
|
|
uuid: '^14.0.0'
|
|
brace-expansion: '^5.0.0'
|
|
|
|
# image-size is archived upstream and its last release (2.0.2) is affected by
|
|
# CVE-2025-71329 and CVE-2025-71330 with no fixed version available.
|
|
# image-size-next is a drop-in community fork of 2.0.2 carrying those fixes.
|
|
image-size: 'npm:image-size-next@^2.1.1'
|