Skip to content

Commit 8fcbeca

Browse files
committed
chore(deps): 更新依赖
1 parent 9ee42fc commit 8fcbeca

18 files changed

Lines changed: 1608 additions & 2410 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: 20
4141

4242
- name: Setup Pages
43-
uses: actions/configure-pages@v4
43+
uses: actions/configure-pages@v5
4444

4545
- name: Install dependencies
4646
run: pnpm install

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Check out git repository
22-
uses: actions/checkout@v4.1.1
22+
uses: actions/checkout@v4.1.7
2323
with:
2424
fetch-depth: 0
2525

@@ -73,7 +73,7 @@ jobs:
7373

7474
# https://github.com/softprops/action-gh-release
7575
- name: release
76-
uses: softprops/action-gh-release@v2.0.4
76+
uses: softprops/action-gh-release@v2.0.8
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
with:

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Check out git repository
22-
uses: actions/checkout@v4.1.1
22+
uses: actions/checkout@v4.1.7
2323
with:
2424
fetch-depth: 0
2525

@@ -72,7 +72,7 @@ jobs:
7272

7373
# https://github.com/softprops/action-gh-release
7474
- name: release
75-
uses: softprops/action-gh-release@v2.0.4
75+
uses: softprops/action-gh-release@v2.0.8
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: check out git repository
22-
uses: actions/checkout@v4.1.1
22+
uses: actions/checkout@v4.1.7
2323
with:
2424
fetch-depth: 0
2525

@@ -74,7 +74,7 @@ jobs:
7474

7575
# https://github.com/softprops/action-gh-release
7676
- name: release
77-
uses: softprops/action-gh-release@v2.0.4
77+
uses: softprops/action-gh-release@v2.0.8
7878
if: startsWith(github.ref, 'refs/tags/')
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs:preview": "vitepress preview"
1010
},
1111
"devDependencies": {
12-
"mermaid": "^11.0.2",
12+
"mermaid": "^11.1.1",
1313
"vitepress": "^1.3.4",
1414
"vitepress-plugin-mermaid": "^2.0.16"
1515
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,30 +64,30 @@
6464
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --cache"
6565
},
6666
"dependencies": {
67-
"sql.js": "^1.10.3",
67+
"sql.js": "^1.11.0",
6868
"sqlite3": "5.1.6"
6969
},
7070
"optionalDependencies": {
7171
"bufferutil": "^4.0.8",
7272
"utf-8-validate": "^6.0.4"
7373
},
7474
"devDependencies": {
75-
"@rushstack/eslint-patch": "^1.3.3",
76-
"@types/mime": "3.0.4",
77-
"@types/node": "^20.14.12",
78-
"@types/uuid": "^9.0.8",
75+
"@rushstack/eslint-patch": "^1.10.4",
76+
"@types/mime": "4.0.0",
77+
"@types/node": "^20.16.5",
78+
"@types/uuid": "^10.0.0",
7979
"@unocss/eslint-config": "^0.61.9",
8080
"@vue/eslint-config-prettier": "^8.0.0",
8181
"@vue/eslint-config-typescript": "^13.0.0",
82-
"bumpp": "^9.4.1",
82+
"bumpp": "^9.5.2",
8383
"cross-env": "^7.0.3",
84-
"eslint": "^8.49.0",
85-
"eslint-plugin-vue": "^9.17.0",
86-
"husky": "^8.0.0",
87-
"npm-run-all": "^4.1.5",
84+
"eslint": "^8.57.0",
85+
"eslint-plugin-vue": "^9.28.0",
86+
"husky": "^8.0.3",
87+
"npm-run-all2": "^5.0.2",
8888
"ts-node": "^10.9.2",
8989
"tsconfig-paths": "^4.2.0",
90-
"tsup": "^8.1.2",
90+
"tsup": "^8.2.4",
9191
"tsx": "^4.19.0",
9292
"unbuild": "^2.0.0",
9393
"vite-tsconfig-paths": "^5.0.1",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"cli-progress": "^3.12.0",
2828
"commander": "^12.1.0",
2929
"open": "^10.1.0",
30-
"p-limit": "^5.0.0"
30+
"p-limit": "^6.1.0"
3131
},
3232
"devDependencies": {
3333
"@types/cli-progress": "^3.11.6",
34-
"fs-extra": "^11.1.1"
34+
"fs-extra": "^11.2.0"
3535
}
3636
}

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
"stub": "unbuild --stub"
2828
},
2929
"dependencies": {
30-
"axios": "^1.7.5",
30+
"@xmldom/xmldom": "^0.7.13",
31+
"axios": "^1.7.7",
3132
"chardet": "^2.0.0",
32-
"cheerio": "1.0.0-rc.12",
33+
"cheerio": "1.0.0",
3334
"content-type": "^1.0.5",
3435
"crypto-js": "^4.2.0",
3536
"iconv-lite": "^0.6.3",
3637
"jsonpath-plus": "^9.0.0",
3738
"lodash-es": "^4.17.21",
38-
"puppeteer": "^21.7.0",
39+
"puppeteer": "^23.3.0",
3940
"urlencode": "^2.0.0",
40-
"xmldom": "^0.6.0",
4141
"xpath.js": "^1.1.0"
4242
},
4343
"devDependencies": {
4444
"@any-reader/rule-utils": "workspace:^",
4545
"@types/content-type": "^1.1.8",
4646
"@types/crypto-js": "^4.2.2",
4747
"@types/xmldom": "^0.1.34",
48-
"eslint": "^8.44.0",
49-
"typescript": "^5.5.3"
48+
"eslint": "^8.57.0",
49+
"typescript": "^5.5.4"
5050
}
5151
}

packages/core/src/analyzer/AnalyzerXPath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import xpath from 'xpath.js';
2-
import { DOMParser } from 'xmldom';
2+
import { DOMParser } from '@xmldom/xmldom';
33
import type { Analyzer } from './Analyzer';
44

55
export class AnalyzerXPath implements Analyzer {

packages/epub/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"url": "https://github.com/aooiuu/any-reader"
2525
},
2626
"dependencies": {
27-
"adm-zip": "^0.4.11",
27+
"adm-zip": "^0.4.16",
2828
"base64-js": "^1.5.1",
2929
"xml2js": "^0.6.2"
3030
},
3131
"devDependencies": {
3232
"@types/adm-zip": "^0.5.5",
3333
"@types/xml2js": "^0.4.14",
34-
"p-event": "^4",
35-
"typescript": "^5.5.3"
34+
"p-event": "^4.2.0",
35+
"typescript": "^5.5.4"
3636
},
3737
"keywords": [],
3838
"author": "julien-c",

0 commit comments

Comments
 (0)