Skip to content

Commit

Permalink
v8.0.7
Browse files Browse the repository at this point in the history
- Update dependencies

Related issue: #382
  • Loading branch information
ndaidong committed Mar 29, 2024
1 parent 05a6cf1 commit a8a0e51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cross-fetch": "./src/deno/cross-fetch.js",
"linkedom": "https://deno.land/x/[email protected]/deno-dom-wasm.ts",
"@mozilla/readability": "https://esm.sh/@mozilla/[email protected]",
"sanitize-html": "https://esm.sh/sanitize-html@2.11.0",
"bellajs": "https://esm.sh/[email protected].2"
"sanitize-html": "https://esm.sh/sanitize-html@2.13.0",
"bellajs": "https://esm.sh/[email protected].3"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.6",
"version": "8.0.7",
"name": "@extractus/article-extractor",
"description": "To extract main article from given URL",
"homepage": "https://github.com/extractus/article-extractor",
Expand Down Expand Up @@ -31,17 +31,17 @@
},
"dependencies": {
"@mozilla/readability": "^0.5.0",
"bellajs": "^11.1.2",
"bellajs": "^11.1.3",
"cross-fetch": "^4.0.0",
"linkedom": "^0.16.8",
"sanitize-html": "2.11.0"
"linkedom": "^0.16.11",
"sanitize-html": "2.13.0"
},
"devDependencies": {
"@types/sanitize-html": "^2.11.0",
"eslint": "^8.56.0",
"https-proxy-agent": "^7.0.3",
"eslint": "^8.57.0",
"https-proxy-agent": "^7.0.4",
"jest": "^29.7.0",
"nock": "^13.5.1"
"nock": "^13.5.4"
},
"keywords": [
"article",
Expand Down

0 comments on commit a8a0e51

Please sign in to comment.