|
61 | 61 | "test-ci": "TS_NODE_TRANSPILE_ONLY=1 TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha" |
62 | 62 | }, |
63 | 63 | "dependencies": { |
64 | | - "@xmldom/xmldom": "0.9.8", |
| 64 | + "@xmldom/xmldom": "0.9.9", |
65 | 65 | "axios": "^1.11.0", |
66 | | - "cheerio": "1.1.2", |
| 66 | + "cheerio": "1.2.0", |
67 | 67 | "epub2": "3.0.2", |
68 | 68 | "html-entities": "2.6.0", |
69 | | - "iconv-lite": "0.7.0", |
| 69 | + "iconv-lite": "0.7.2", |
70 | 70 | "jschardet": "3.1.4", |
71 | 71 | "marked": "16.4.2", |
72 | 72 | "meow": "13.2.0", |
73 | 73 | "mime": "4.1.0", |
74 | 74 | "xlsx": "^0.18.5", |
75 | 75 | "xpath": "0.0.34", |
76 | | - "yauzl": "3.2.0" |
| 76 | + "yauzl": "3.2.1" |
77 | 77 | }, |
78 | 78 | "devDependencies": { |
79 | 79 | "@types/chai": "5.2.3", |
|
85 | 85 | "@types/prettier": "3.0.0", |
86 | 86 | "@types/xmldom": "0.1.34", |
87 | 87 | "@types/yauzl": "2.10.3", |
88 | | - "@typescript-eslint/eslint-plugin": "8.49.0", |
89 | | - "@typescript-eslint/parser": "8.49.0", |
90 | | - "chai": "6.2.1", |
| 88 | + "@typescript-eslint/eslint-plugin": "8.57.2", |
| 89 | + "@typescript-eslint/parser": "8.57.2", |
| 90 | + "chai": "6.2.2", |
91 | 91 | "co-mocha": "1.2.2", |
92 | | - "eslint": "9.39.1", |
| 92 | + "eslint": "9.39.4", |
93 | 93 | "eslint-config-airbnb": "19.0.4", |
94 | 94 | "eslint-config-prettier": "10.1.8", |
95 | 95 | "eslint-plugin-import": "2.32.0", |
96 | 96 | "eslint-plugin-jsx-a11y": "6.10.2", |
97 | | - "eslint-plugin-prettier": "5.5.4", |
| 97 | + "eslint-plugin-prettier": "5.5.5", |
98 | 98 | "eslint-plugin-react": "7.37.5", |
99 | 99 | "husky": "9.1.7", |
100 | | - "lint-staged": "16.2.7", |
| 100 | + "lint-staged": "16.4.0", |
101 | 101 | "mocha": "11.7.5", |
102 | 102 | "nyc": "17.1.0", |
103 | | - "prettier": "3.7.4", |
| 103 | + "prettier": "3.8.1", |
104 | 104 | "pretty-quick": "4.2.2", |
105 | 105 | "should": "13.2.3", |
106 | 106 | "ts-node": "10.9.2", |
|
0 commit comments