@jocmp/mercury-parser 3.0.1 → 3.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jocmp/mercury-parser",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "Mercury Parser transforms web pages into clean text. Publishers and programmers use it to make the web make sense, and readers use it to read any web article comfortably.",
5
5
  "author": "jocmp <hello@jocmp.com>",
6
6
  "homepage": "https://github.com/jocmp/mercury-parser",
@@ -71,7 +71,7 @@
71
71
  "babel-eslint": "^10.0.1",
72
72
  "babel-jest": "^30.2.0",
73
73
  "babel-plugin-module-alias": "^1.6.0",
74
- "babel-plugin-module-resolver": "^3.1.2",
74
+ "babel-plugin-module-resolver": "^5.0.2",
75
75
  "babelrc-rollup": "^3.0.0",
76
76
  "eslint": "^5.12.0",
77
77
  "eslint-config-airbnb": "^17.1.0",
@@ -83,7 +83,7 @@
83
83
  "eslint-plugin-react": "^7.12.3",
84
84
  "express": "^4.16.4",
85
85
  "husky": "^9.1.7",
86
- "inquirer": "^7.0.0",
86
+ "inquirer": "^13.2.1",
87
87
  "jest": "^30.2.0",
88
88
  "lint-staged": "^16.2.7",
89
89
  "nock": "^14.0.10",
@@ -111,7 +111,7 @@
111
111
  "string-direction": "^0.1.2",
112
112
  "turndown": "^7.1.1",
113
113
  "wuzzy": "^0.1.4",
114
- "yargs-parser": "^15.0.1"
114
+ "yargs-parser": "^22.0.0"
115
115
  },
116
116
  "bundleDependencies": [
117
117
  "browser-request"