Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Nov 4, 2023
1 parent 105496d commit f751faa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.6",
"version": "7.0.7",
"name": "@extractus/feed-extractor",
"description": "To read and normalize RSS/ATOM/JSON feed data",
"homepage": "https://extractor-demos.pages.dev",
Expand Down Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"bellajs": "^11.1.2",
"cross-fetch": "^4.0.0",
"fast-xml-parser": "^4.2.7",
"fast-xml-parser": "^4.3.2",
"html-entities": "^2.4.0"
},
"devDependencies": {
"eslint": "^8.47.0",
"https-proxy-agent": "^7.0.1",
"jest": "^29.6.3",
"nock": "^13.3.3"
"eslint": "^8.53.0",
"https-proxy-agent": "^7.0.2",
"jest": "^29.7.0",
"nock": "^13.3.8"
},
"keywords": [
"extractor",
Expand Down

0 comments on commit f751faa

Please sign in to comment.