Skip to content

Commit 9cbee09

Browse files
committed
fix: license adjustment for dependencies
1 parent ed7d4fa commit 9cbee09

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependency-review/config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,24 @@ allow-licenses:
3434
- 'X11'
3535
- 'zlib-acknowledgement'
3636
- 'Zlib'
37+
allow-dependencies-licenses:
38+
# These packages are needed for nextjs (more detailed sharp)
39+
# they are dynamic libraries and thus do not ship the underlying library
40+
# which means they are not under LGPL strictly speaking.
41+
# so an exception is valid here
42+
# ALSO: none of these are shipped to the customer. they're only used for examples.
43+
- 'pkg:npm/%2540img/[email protected]'
44+
- 'pkg:npm/%2540img/[email protected]'
45+
- 'pkg:npm/%2540img/[email protected]'
46+
- 'pkg:npm/%2540img/[email protected]'
47+
- 'pkg:npm/%2540img/[email protected]'
48+
- 'pkg:npm/%2540img/[email protected]'
49+
- 'pkg:npm/%2540img/[email protected]'
50+
- 'pkg:npm/%2540img/[email protected]'
51+
- 'pkg:npm/%2540img/[email protected]'
52+
- 'pkg:npm/%2540img/[email protected]'
53+
- 'pkg:npm/%2540img/sharp-wasm32'
54+
- 'pkg:npm/%2540img/sharp-win32-arm64'
55+
- 'pkg:npm/%2540img/sharp-win32-ia32'
56+
- 'pkg:npm/%2540img/sharp-win32-x64'
57+
- 'pkg:npm/[email protected]'

0 commit comments

Comments
 (0)