Skip to content

Commit e1cff05

Browse files
fix(deps): update all non-major dependencies
1 parent 379eace commit e1cff05

3 files changed

Lines changed: 165 additions & 172 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 20
2727

2828
steps:
29-
- uses: styfle/cancel-workflow-action@0.12.1
29+
- uses: styfle/cancel-workflow-action@0.13.0
3030
with:
3131
workflow_id: build-docker.yml
3232
access_token: ${{ github.token }}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"cheerio": "1.1.2",
6767
"epub2": "3.0.2",
6868
"html-entities": "2.6.0",
69-
"iconv-lite": "0.7.0",
69+
"iconv-lite": "0.7.2",
7070
"jschardet": "3.1.4",
7171
"marked": "16.4.2",
7272
"meow": "13.2.0",
@@ -85,22 +85,22 @@
8585
"@types/prettier": "3.0.0",
8686
"@types/xmldom": "0.1.34",
8787
"@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.53.1",
89+
"@typescript-eslint/parser": "8.53.1",
90+
"chai": "6.2.2",
9191
"co-mocha": "1.2.2",
92-
"eslint": "9.39.1",
92+
"eslint": "9.39.2",
9393
"eslint-config-airbnb": "19.0.4",
9494
"eslint-config-prettier": "10.1.8",
9595
"eslint-plugin-import": "2.32.0",
9696
"eslint-plugin-jsx-a11y": "6.10.2",
97-
"eslint-plugin-prettier": "5.5.4",
97+
"eslint-plugin-prettier": "5.5.5",
9898
"eslint-plugin-react": "7.37.5",
9999
"husky": "9.1.7",
100100
"lint-staged": "16.2.7",
101101
"mocha": "11.7.5",
102102
"nyc": "17.1.0",
103-
"prettier": "3.7.4",
103+
"prettier": "3.8.0",
104104
"pretty-quick": "4.2.2",
105105
"should": "13.2.3",
106106
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)