Bump deps (#805)
This commit is contained in:
+3
-1
@@ -54180,7 +54180,9 @@ function contains(specifier, input) {
|
||||
if (spec.epoch) {
|
||||
compatiblePrefix = spec.epoch + '!' + compatiblePrefix;
|
||||
}
|
||||
return satisfies(version, `>=${spec.version}, ==${compatiblePrefix}`);
|
||||
return satisfies(version, `>=${spec.version}, ==${compatiblePrefix}`, {
|
||||
prereleases: spec.prereleases,
|
||||
});
|
||||
}
|
||||
|
||||
if (spec.prefix) {
|
||||
|
||||
Reference in New Issue
Block a user