Build with security updates

This commit is contained in:
Nick Cipollo
2022-11-11 13:54:21 -05:00
parent 94ba3874ff
commit 443f2c0c79
2 changed files with 4 additions and 1 deletions

3
dist/index.js vendored
View File

@@ -5654,6 +5654,9 @@ function range(a, b, str) {
var i = ai;
if (ai >= 0 && bi > 0) {
if(a===b) {
return [ai, bi];
}
begs = [];
left = str.length;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long