1
0
Fork 0

update dompurify version

This commit is contained in:
Nick Sweeting 2024-01-04 11:41:49 -08:00
parent 94b132818d
commit a215b38681
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
{ {
"name": "archivebox", "name": "archivebox",
"version": "0.7.1", "version": "0.7.2",
"description": "ArchiveBox: The self-hosted internet archive", "description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>", "author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox", "repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@postlight/parser": "^2.2.3", "@postlight/parser": "^2.2.3",
"readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git", "readability-extractor": "github:ArchiveBox/readability-extractor",
"single-file-cli": "^1.1.12" "single-file-cli": "^1.1.46"
} }
} }

6
package-lock.json generated
View file

@ -696,9 +696,9 @@
"integrity": "sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==" "integrity": "sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ=="
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.0.6", "version": "3.0.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.7.tgz",
"integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" "integrity": "sha512-BViYTZoqP3ak/ULKOc101y+CtHDUvBsVgSxIF1ku0HmK6BRf+C03MC+tArMvOPtVtZp83DDh5puywKDu4sbVjQ=="
}, },
"node_modules/domutils": { "node_modules/domutils": {
"version": "1.5.1", "version": "1.5.1",