We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec65d9 commit f91d907Copy full SHA for f91d907
1 file changed
src/org/labkey/test/tests/PackageLockJsonTest.java
@@ -28,7 +28,7 @@
28
public class PackageLockJsonTest
29
{
30
private static final Set<String> ALLOWED_DEPENDENCY_HOSTS = Set.of("registry.npmjs.org", "labkey.jfrog.io");
31
- // Allow-list of '@isaacs/cliui' dependencies
+ // Allow-list of alias names for transitive dependencies (including '@isaacs/cliui' dependencies)
32
private static final Set<String> ALLOWED_NONSTANDARD_VERSIONS = Set.of("npm:string-width@^4.2.0", "npm:strip-ansi@^6.0.1", "npm:wrap-ansi@^7.0.0", "npm:react-is@^18.3.1", "npm:react-is@^19.2.5");
33
34
private final List<String> errors = new ArrayList<>();
0 commit comments