diff --git a/archivebox/package.json b/archivebox/package.json index 9f903598..362cfffe 100644 --- a/archivebox/package.json +++ b/archivebox/package.json @@ -1,13 +1,13 @@ { "name": "archivebox", - "version": "0.7.1", + "version": "0.7.2", "description": "ArchiveBox: The self-hosted internet archive", "author": "Nick Sweeting ", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { "@postlight/parser": "^2.2.3", - "readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git", - "single-file-cli": "^1.1.12" + "readability-extractor": "github:ArchiveBox/readability-extractor", + "single-file-cli": "^1.1.46" } } diff --git a/package-lock.json b/package-lock.json index 83abdf53..bf8bc592 100644 --- a/package-lock.json +++ b/package-lock.json @@ -696,9 +696,9 @@ "integrity": "sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==" }, "node_modules/dompurify": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", - "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.7.tgz", + "integrity": "sha512-BViYTZoqP3ak/ULKOc101y+CtHDUvBsVgSxIF1ku0HmK6BRf+C03MC+tArMvOPtVtZp83DDh5puywKDu4sbVjQ==" }, "node_modules/domutils": { "version": "1.5.1",