Update our dependencies to increase security (#88)

This commit is contained in:
Paulo F. Oliveira
2022-01-13 20:49:02 +00:00
committed by GitHub
parent 730ac65cba
commit 6c5caca0fb
6 changed files with 3352 additions and 2027 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ async function get(url0, pageIdxs) {
}
function maybePrependWithV(versionToPrepend, specVersion) {
const digitStart = new RegExp('^\\d+')
const digitStart = /^\d+/
return digitStart.test(specVersion)
? `v${versionToPrepend}`
: versionToPrepend