Skip to content

Commit be7339b

Browse files
committed
v7.1.0
- Update dependencies
1 parent 581818f commit be7339b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

deno.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"imports": {
33
"cross-fetch": "./src/deno/cross-fetch.js",
4-
"html-entities": "https://esm.sh/html-entities@2.4.0",
5-
"fast-xml-parser": "https://esm.sh/[email protected].3",
6-
"bellajs": "https://esm.sh/[email protected].2"
4+
"html-entities": "https://esm.sh/html-entities@2.5.2",
5+
"fast-xml-parser": "https://esm.sh/[email protected].6",
6+
"bellajs": "https://esm.sh/[email protected].3"
77
}
88
}

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.9",
2+
"version": "7.1.0",
33
"name": "@extractus/feed-extractor",
44
"description": "To read and normalize RSS/ATOM/JSON feed data",
55
"homepage": "https://extractor-demos.pages.dev",
@@ -39,17 +39,17 @@
3939
"reset": "node reset"
4040
},
4141
"dependencies": {
42-
"bellajs": "^11.1.2",
42+
"bellajs": "^11.1.3",
4343
"cross-fetch": "^4.0.0",
44-
"fast-xml-parser": "^4.3.3",
45-
"html-entities": "^2.4.0"
44+
"fast-xml-parser": "^4.3.6",
45+
"html-entities": "^2.5.2"
4646
},
4747
"devDependencies": {
48-
"esbuild": "^0.19.11",
49-
"eslint": "^8.56.0",
50-
"https-proxy-agent": "^7.0.2",
48+
"esbuild": "^0.20.2",
49+
"eslint": "^8.57.0",
50+
"https-proxy-agent": "^7.0.4",
5151
"jest": "^29.7.0",
52-
"nock": "^13.5.0"
52+
"nock": "^13.5.4"
5353
},
5454
"keywords": [
5555
"extractor",

0 commit comments

Comments
 (0)