Skip to content

Commit

Permalink
v8.0.6
Browse files Browse the repository at this point in the history
- Update dependencies
- Update security email
  • Loading branch information
ndaidong committed Feb 13, 2024
1 parent b438895 commit d46be89
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Expand Up @@ -12,6 +12,6 @@ Description above is a general rule and may be altered on case by case basis.

You can report low severity vulnerabilities as GitHub issues.

More severe vulnerabilities should be reported to email extractus.security@skiff.com.
More severe vulnerabilities should be reported to email extractus@pwshub.com.

---
4 changes: 2 additions & 2 deletions deno.json
@@ -1,8 +1,8 @@
{
"imports": {
"cross-fetch": "./src/deno/cross-fetch.js",
"linkedom": "https://deno.land/x/deno_dom@v0.1.38/deno-dom-wasm.ts",
"@mozilla/readability": "https://esm.sh/@mozilla/readability@0.4.4",
"linkedom": "https://deno.land/x/deno_dom@v0.1.45/deno-dom-wasm.ts",
"@mozilla/readability": "https://esm.sh/@mozilla/readability@0.5.0",
"sanitize-html": "https://esm.sh/sanitize-html@2.11.0",
"bellajs": "https://esm.sh/bellajs@11.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-article-parser/package.json
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"express": "^4.18.2",
"got": "^14.0.0"
"got": "^14.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/bun-article-parser/package.json
Expand Up @@ -5,10 +5,10 @@
"start": "bun run index.ts"
},
"devDependencies": {
"bun-types": "^1.0.15"
"bun-types": "^1.0.26"
},
"dependencies": {
"@extractus/article-extractor": "latest",
"hono": "^3.11.2"
"hono": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/tsnode-article-parser/package.json
Expand Up @@ -8,7 +8,7 @@
"start": "node dist/index.js"
},
"devDependencies": {
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@extractus/article-extractor": "latest",
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "8.0.5",
"version": "8.0.6",
"name": "@extractus/article-extractor",
"description": "To extract main article from given URL",
"homepage": "https://github.com/extractus/article-extractor",
Expand Down Expand Up @@ -33,15 +33,15 @@
"@mozilla/readability": "^0.5.0",
"bellajs": "^11.1.2",
"cross-fetch": "^4.0.0",
"linkedom": "^0.16.6",
"linkedom": "^0.16.8",
"sanitize-html": "2.11.0"
},
"devDependencies": {
"@types/sanitize-html": "^2.9.5",
"@types/sanitize-html": "^2.11.0",
"eslint": "^8.56.0",
"https-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.3",
"jest": "^29.7.0",
"nock": "^13.5.0"
"nock": "^13.5.1"
},
"keywords": [
"article",
Expand Down

0 comments on commit d46be89

Please sign in to comment.