Skip to content

Commit 0884cc1

Browse files
committed
v8.0.17
- Update dependencies
1 parent 197a2b5 commit 0884cc1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.16",
2+
"version": "8.0.17",
33
"name": "@extractus/article-extractor",
44
"description": "To extract main article from given URL",
55
"homepage": "https://github.com/extractus/article-extractor",
@@ -32,16 +32,16 @@
3232
"dependencies": {
3333
"@mozilla/readability": "^0.5.0",
3434
"bellajs": "^11.2.0",
35-
"cross-fetch": "^4.0.0",
36-
"linkedom": "^0.18.5",
37-
"sanitize-html": "2.13.1"
35+
"cross-fetch": "^4.1.0",
36+
"linkedom": "^0.18.9",
37+
"sanitize-html": "2.14.0"
3838
},
3939
"devDependencies": {
4040
"@types/sanitize-html": "^2.13.0",
41-
"eslint": "^9.14.0",
42-
"globals": "^15.12.0",
43-
"https-proxy-agent": "^7.0.5",
44-
"nock": "^13.5.5"
41+
"eslint": "^9.20.0",
42+
"globals": "^15.14.0",
43+
"https-proxy-agent": "^7.0.6",
44+
"nock": "^14.0.1"
4545
},
4646
"keywords": [
4747
"article",

0 commit comments

Comments
 (0)