diff --git a/package.json b/package.json index 39aa67ca..1539df02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browsertrix-crawler", - "version": "0.7.0", + "version": "0.7.1", "main": "browsertrix-crawler", "repository": "https://github.com/webrecorder/browsertrix-crawler", "author": "Ilya Kreymer , Webrecorder Software", @@ -21,7 +21,7 @@ "request": "^2.88.2", "sitemapper": "^3.1.2", "uuid": "8.3.2", - "warcio": "^1.5.0", + "warcio": "1.5.1", "ws": "^7.4.4", "yargs": "^16.0.3" }, diff --git a/tests/extra_hops_depth.test.js b/tests/extra_hops_depth.test.js index e5d395fd..e8f1453a 100644 --- a/tests/extra_hops_depth.test.js +++ b/tests/extra_hops_depth.test.js @@ -3,7 +3,7 @@ const exec = util.promisify(require("child_process").exec); const fs = require("fs"); test("check that URLs are crawled 2 extra hops beyond depth", async () => { - jest.setTimeout(60000); + jest.setTimeout(120000); try { await exec("docker run -v $PWD/test-crawls:/crawls -v $PWD/tests/fixtures:/tests/fixtures webrecorder/browsertrix-crawler crawl --collection extra-hops-beyond --extraHops 2 --url https://example.com/ --limit 7"); diff --git a/yarn.lock b/yarn.lock index cb8585bc..c643aaff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5295,10 +5295,10 @@ walker@^1.0.7, walker@~1.0.5: dependencies: makeerror "1.0.x" -warcio@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/warcio/-/warcio-1.5.0.tgz#da80805f36b26c68c3b79e9d1d334f8df746df3e" - integrity sha512-80X3IJ0L5OZYRI/5gIjrLzivP/GVWtWrWsNexvSkfeSafoMsXxViywAuotMh4+WzjrcgDA9SGR1Gpg/uXl/9Fw== +warcio@1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/warcio/-/warcio-1.5.1.tgz#4e0db94ced22919ce2f6daa72a60bcd1cefc5c54" + integrity sha512-H1BTLMEufutoR5E3Hrpg3mc2gcWVxl+gwXH0BBglR+ISYoXikgvTA2YuiunoLeSARybCkUQI3WgnyeKEIcHV4Q== dependencies: "@peculiar/webcrypto" "^1.1.1" esm "^3.2.25"