xml-urls 2.1.58 → 2.1.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "xml-urls",
3
3
  "description": "Get all urls from a Feed/Atom/RSS/Sitemap xml markup.",
4
4
  "homepage": "https://github.com/Kikobeats/xml-urls",
5
- "version": "2.1.58",
5
+ "version": "2.1.60",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -28,7 +28,7 @@
28
28
  "@metascraper/helpers": "~5.46.0",
29
29
  "aigle": "~1.14.1",
30
30
  "cheerio": "~1.0.0",
31
- "html-get": "~2.18.0",
31
+ "html-get": "~2.21.1",
32
32
  "lodash": "~4.17.21",
33
33
  "matcher": "~4.0.0"
34
34
  },
@@ -97,6 +97,9 @@
97
97
  "finepack"
98
98
  ]
99
99
  },
100
+ "pnpm": {
101
+ "neverBuiltDependencies": []
102
+ },
100
103
  "simple-git-hooks": {
101
104
  "commit-msg": "npx commitlint --edit",
102
105
  "pre-commit": "npx nano-staged"