File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
.github/dependency-review Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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/sharp-libvips-darwin-arm64@1.2.4'
44+ - ' pkg:npm/%2540img/sharp-libvips-darwin-x64@1.2.4'
45+ - ' pkg:npm/%2540img/sharp-libvips-linux-arm@1.2.4'
46+ - ' pkg:npm/%2540img/sharp-libvips-linux-arm64@1.2.4'
47+ - ' pkg:npm/%2540img/sharp-libvips-linux-ppc64@1.2.4'
48+ - ' pkg:npm/%2540img/sharp-libvips-linux-riscv64@1.2.4'
49+ - ' pkg:npm/%2540img/sharp-libvips-linux-s390x@1.2.4'
50+ - ' pkg:npm/%2540img/sharp-libvips-linux-x64@1.2.4'
51+ - ' pkg:npm/%2540img/sharp-libvips-linuxmusl-arm64@1.2.4'
52+ - ' pkg:npm/%2540img/sharp-libvips-linuxmusl-x64@1.2.4'
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/unicode-match-property-value-ecmascript@2.2.1'
You can’t perform that action at this time.
0 commit comments