Skip to content

Commit 0bc4b0f

Browse files
fix(deps): update all non-major dependencies
1 parent 760f535 commit 0bc4b0f

File tree

16 files changed

+3638
-2024
lines changed

16 files changed

+3638
-2024
lines changed

.github/workflows/dev.yml

+2-2
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.7
22+
uses: actions/checkout@v4.2.2
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.8
76+
uses: softprops/action-gh-release@v2.2.1
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
with:

.github/workflows/pre-release.yml

+2-2
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.7
22+
uses: actions/checkout@v4.2.2
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.8
75+
uses: softprops/action-gh-release@v2.2.1
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
with:

.github/workflows/release.yml

+2-2
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.7
22+
uses: actions/checkout@v4.2.2
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.8
77+
uses: softprops/action-gh-release@v2.2.1
7878
if: startsWith(github.ref, 'refs/tags/')
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"devDependencies": {
1212
"@any-reader/core": "workspace:^",
1313
"@any-reader/rule-utils": "workspace:^",
14-
"@codemirror/lang-javascript": "^6.2.2",
14+
"@codemirror/lang-javascript": "^6.2.3",
1515
"@codemirror/theme-one-dark": "^6.1.2",
16-
"@shikijs/vitepress-twoslash": "^1.18.0",
16+
"@shikijs/vitepress-twoslash": "^1.29.2",
1717
"codemirror": "^6.0.1",
1818
"js-base64": "^3.7.7",
19-
"mermaid": "^11.2.1",
20-
"vitepress": "^1.3.4",
21-
"vitepress-plugin-mermaid": "^2.0.16",
19+
"mermaid": "^11.4.1",
20+
"vitepress": "^1.6.3",
21+
"vitepress-plugin-mermaid": "^2.0.17",
2222
"vue-codemirror": "^6.1.1"
2323
}
2424
}

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -64,42 +64,42 @@
6464
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --cache"
6565
},
6666
"dependencies": {
67-
"@codemirror/lang-javascript": "^6.2.2",
67+
"@codemirror/lang-javascript": "^6.2.3",
6868
"@codemirror/lang-json": "^6.0.1",
69-
"@unocss/reset": "^0.63.4",
70-
"@vueuse/core": "^11.1.0",
69+
"@unocss/reset": "^0.65.4",
70+
"@vueuse/core": "^11.3.0",
7171
"codemirror": "^6.0.1",
72-
"sql.js": "^1.11.0",
72+
"sql.js": "^1.12.0",
7373
"sqlite3": "5.1.6"
7474
},
7575
"optionalDependencies": {
76-
"bufferutil": "^4.0.8",
77-
"utf-8-validate": "^6.0.4"
76+
"bufferutil": "^4.0.9",
77+
"utf-8-validate": "^6.0.5"
7878
},
7979
"devDependencies": {
80-
"@eslint/compat": "^1.1.1",
81-
"@rushstack/eslint-patch": "^1.10.4",
82-
"@types/node": "^20.16.5",
80+
"@eslint/compat": "^1.2.6",
81+
"@rushstack/eslint-patch": "^1.10.5",
82+
"@types/node": "^20.17.19",
8383
"@types/uuid": "^10.0.0",
84-
"@unocss/eslint-config": "^0.63.4",
85-
"@vitest/browser": "^2.1.2",
84+
"@unocss/eslint-config": "^0.65.4",
85+
"@vitest/browser": "^2.1.9",
8686
"@vue/eslint-config-prettier": "^8.0.0",
8787
"@vue/eslint-config-typescript": "^13.0.0",
88-
"bumpp": "^9.7.1",
88+
"bumpp": "^9.11.1",
8989
"cross-env": "^7.0.3",
9090
"eslint": "^8.57.1",
91-
"eslint-plugin-vue": "^9.29.0",
91+
"eslint-plugin-vue": "^9.32.0",
9292
"husky": "^8.0.3",
93-
"npm-run-all2": "^6.2.3",
94-
"playwright": "^1.48.0",
93+
"npm-run-all2": "^6.2.6",
94+
"playwright": "^1.50.1",
9595
"ts-node": "^10.9.2",
9696
"tsconfig-paths": "^4.2.0",
97-
"tsup": "^8.3.0",
98-
"tsx": "^4.19.1",
97+
"tsup": "^8.3.6",
98+
"tsx": "^4.19.3",
9999
"unbuild": "^2.0.0",
100-
"unocss": "^0.63.4",
101-
"vite-tsconfig-paths": "^5.0.1",
102-
"vitest": "^2.1.2"
100+
"unocss": "^0.65.4",
101+
"vite-tsconfig-paths": "^5.1.4",
102+
"vitest": "^2.1.9"
103103
},
104104
"lint-staged": {
105105
"*.{vue,js,ts}": "eslint --fix"

packages/cli/package.json

+2-2
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": "^6.1.0"
30+
"p-limit": "^6.2.0"
3131
},
3232
"devDependencies": {
3333
"@types/cli-progress": "^3.11.6",
34-
"fs-extra": "^11.2.0"
34+
"fs-extra": "^11.3.0"
3535
}
3636
}

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
},
3333
"dependencies": {
3434
"@any-reader/rule-utils": "workspace:^",
35-
"@xmldom/xmldom": "^0.9.3",
36-
"axios": "^1.7.7",
35+
"@xmldom/xmldom": "^0.9.7",
36+
"axios": "^1.7.9",
3737
"chardet": "^2.0.0",
3838
"cheerio": "1.0.0",
3939
"content-type": "^1.0.5",
4040
"crypto-js": "^4.2.0",
4141
"iconv-lite": "^0.6.3",
4242
"jsonpath-plus": "^9.0.0",
4343
"lodash-es": "^4.17.21",
44-
"puppeteer": "^23.5.3",
44+
"puppeteer": "^23.11.1",
4545
"urlencode": "^2.0.0",
4646
"xpath.js": "^1.1.0"
4747
},

packages/epub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"xml2js": "^0.6.2"
3030
},
3131
"devDependencies": {
32-
"@types/adm-zip": "^0.5.5",
32+
"@types/adm-zip": "^0.5.7",
3333
"@types/xml2js": "^0.4.14",
3434
"p-event": "^4.2.0",
3535
"typescript": "^5.5.4"

packages/legado/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"stub": "unbuild --stub"
2929
},
3030
"dependencies": {
31-
"@xmldom/xmldom": "^0.9.3",
32-
"axios": "^1.7.7",
31+
"@xmldom/xmldom": "^0.9.7",
32+
"axios": "^1.7.9",
3333
"chardet": "^2.0.0",
3434
"cheerio": "1.0.0",
3535
"content-type": "^1.0.5",
3636
"iconv-lite": "^0.6.3",
37-
"isolated-vm": "^5.0.1",
37+
"isolated-vm": "^5.0.3",
3838
"jsonpath-plus": "^9.0.0",
39-
"puppeteer": "^23.5.3",
39+
"puppeteer": "^23.11.1",
4040
"urlencode": "^2.0.0",
4141
"xpath": "^0.0.34"
4242
},

packages/rule-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"stub": "unbuild --stub"
2727
},
2828
"dependencies": {
29-
"axios": "^1.7.7",
29+
"axios": "^1.7.9",
3030
"base64-js": "^1.5.1",
31-
"fast-xml-parser": "^4.5.0",
31+
"fast-xml-parser": "^4.5.2",
3232
"pako": "^2.1.0",
3333
"uuid": "^10.0.0"
3434
},

packages/server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"@koa/bodyparser": "^5.1.1",
3333
"@koa/cors": "^5.0.0",
3434
"bcryptjs": "^2.4.3",
35-
"koa": "^2.15.3",
35+
"koa": "^2.15.4",
3636
"koa-bodyparser": "^4.4.1",
3737
"koa-router": "^12.0.1",
3838
"koa-session": "^6.4.0",
3939
"koa-static": "^5.0.0",
40-
"sql.js": "^1.11.0",
40+
"sql.js": "^1.12.0",
4141
"sqlite3": "5.1.6"
4242
},
4343
"devDependencies": {

packages/shared/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@
3030
"@any-reader/core": "workspace:^",
3131
"@any-reader/epub": "workspace:^",
3232
"@any-reader/rule-utils": "workspace:^",
33-
"axios": "^1.7.7",
33+
"axios": "^1.7.9",
3434
"blueimp-md5": "^2.19.0",
3535
"chardet": "^2.0.0",
3636
"explorer-opener": "^1.0.1",
37-
"fs-extra": "^11.2.0",
37+
"fs-extra": "^11.3.0",
3838
"iconv-lite": "^0.6.3",
3939
"lodash-es": "^4.17.21",
4040
"log4js": "^6.9.1",
4141
"lowdb": "^7.0.1",
42-
"sql.js": "^1.11.0",
42+
"sql.js": "^1.12.0",
4343
"sqlite3": "5.1.6",
4444
"typeorm": "^0.3.20",
4545
"uuid": "^10.0.0",
4646
"ws": "^8.18.0"
4747
},
4848
"devDependencies": {
4949
"@types/lodash-es": "^4.17.12",
50-
"@types/ws": "^8.5.12",
50+
"@types/ws": "^8.5.14",
5151
"reflect-metadata": "^0.2.2",
5252
"typescript": "^5.5.4"
5353
}

packages/utools/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
},
2121
"devDependencies": {
2222
"@any-reader/shared": "workspace:^",
23-
"@rollup/plugin-alias": "^5.1.0",
24-
"@rollup/plugin-commonjs": "^26.0.1",
23+
"@rollup/plugin-alias": "^5.1.1",
24+
"@rollup/plugin-commonjs": "^26.0.3",
2525
"@rollup/plugin-json": "^6.1.0",
26-
"@rollup/plugin-node-resolve": "^15.2.3",
26+
"@rollup/plugin-node-resolve": "^15.3.1",
2727
"@types/lodash-es": "^4.17.12",
28-
"fs-extra": "^11.2.0",
28+
"fs-extra": "^11.3.0",
2929
"rollup": "^4.21.2",
3030
"rollup-plugin-dts": "^6.1.1",
31-
"rollup-plugin-esbuild": "^6.1.1",
31+
"rollup-plugin-esbuild": "^6.2.0",
3232
"typescript": "^5.5.4"
3333
}
3434
}

packages/vscode/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,17 @@
133133
"@any-reader/core": "workspace:^",
134134
"@any-reader/shared": "workspace:^",
135135
"@types/fs-extra": "^11.0.4",
136-
"@types/vscode": "^1.93.0",
136+
"@types/vscode": "^1.97.0",
137137
"@vscode/test-electron": "^2.4.1",
138138
"easy-post-message": "^0.1.0",
139139
"eslint": "^8.57.1",
140140
"eslint-config-prettier": "^8.10.0",
141141
"eslint-plugin-prettier": "^4.2.1",
142-
"fs-extra": "^11.2.0",
142+
"fs-extra": "^11.3.0",
143143
"prettier": "^2.8.8",
144-
"qs": "^6.13.0",
145-
"sql.js": "^1.11.0",
146-
"ts-loader": "^9.5.1",
144+
"qs": "^6.14.0",
145+
"sql.js": "^1.12.0",
146+
"ts-loader": "^9.5.2",
147147
"typescript": "^5.5.4",
148148
"uuid": "^10.0.0"
149149
},

packages/web/package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"@v-c/utils": "^0.0.26",
4848
"@vscode/codicons": "^0.0.36",
4949
"@vscode/webview-ui-toolkit": "^1.4.0",
50-
"@vueuse/core": "^11.1.0",
51-
"ant-design-vue": "^4.2.5",
52-
"axios": "^1.7.7",
50+
"@vueuse/core": "^11.3.0",
51+
"ant-design-vue": "^4.2.6",
52+
"axios": "^1.7.9",
5353
"bcryptjs": "^2.4.3",
5454
"blueimp-md5": "^2.19.0",
5555
"codemirror": "^6.0.1",
@@ -58,20 +58,20 @@
5858
"electron-localshortcut": "^3.2.1",
5959
"electron-updater": "^6.3.9",
6060
"file-saver": "^2.0.5",
61-
"hls.js": "^1.5.16",
61+
"hls.js": "^1.5.20",
6262
"lodash-es": "^4.17.21",
6363
"nprogress": "^0.2.0",
64-
"p-limit": "^6.1.0",
65-
"p-queue": "^8.0.1",
66-
"pinia": "^2.2.4",
67-
"qs": "^6.13.0",
64+
"p-limit": "^6.2.0",
65+
"p-queue": "^8.1.0",
66+
"pinia": "^2.3.1",
67+
"qs": "^6.14.0",
6868
"sqlite3": "5.1.6",
6969
"uuid": "^10.0.0",
70-
"vue": "^3.5.12",
71-
"vue-router": "^4.4.5"
70+
"vue": "^3.5.13",
71+
"vue-router": "^4.5.0"
7272
},
7373
"devDependencies": {
74-
"@electron/rebuild": "^3.6.0",
74+
"@electron/rebuild": "^3.7.1",
7575
"@tsconfig/node20": "^20.1.4",
7676
"@types/bcryptjs": "^2.4.6",
7777
"@types/blueimp-md5": "^2.18.2",
@@ -80,24 +80,24 @@
8080
"@types/jsdom": "^21.1.7",
8181
"@types/lodash-es": "^4.17.12",
8282
"@types/nprogress": "^0.2.3",
83-
"@vitejs/plugin-vue": "^5.1.4",
84-
"@vitejs/plugin-vue-jsx": "^4.0.1",
85-
"@vue/tsconfig": "^0.5.1",
86-
"chalk": "^5.3.0",
83+
"@vitejs/plugin-vue": "^5.2.1",
84+
"@vitejs/plugin-vue-jsx": "^4.1.1",
85+
"@vue/tsconfig": "^0.7.0",
86+
"chalk": "^5.4.1",
8787
"electron": "30.0.6",
88-
"electron-builder": "^25.0.5",
88+
"electron-builder": "^25.1.8",
8989
"mockjs": "^1.1.0",
90-
"npm-run-all2": "^6.2.3",
91-
"prettier": "^3.3.3",
92-
"sass": "^1.79.1",
93-
"sass-loader": "^16.0.1",
90+
"npm-run-all2": "^6.2.6",
91+
"prettier": "^3.5.1",
92+
"sass": "^1.85.0",
93+
"sass-loader": "^16.0.5",
9494
"typescript": "^5.5.4",
95-
"unplugin-auto-import": "^0.18.3",
96-
"unplugin-vue-components": "^0.27.4",
97-
"vite": "^5.4.8",
98-
"vite-bundle-analyzer": "^0.12.1",
99-
"vite-plugin-electron": "^0.28.8",
95+
"unplugin-auto-import": "^0.19.0",
96+
"unplugin-vue-components": "^0.28.0",
97+
"vite": "^5.4.14",
98+
"vite-bundle-analyzer": "^0.17.1",
99+
"vite-plugin-electron": "^0.29.0",
100100
"vite-plugin-mock": "^3.0.2",
101-
"vue-tsc": "^2.1.6"
101+
"vue-tsc": "^2.2.2"
102102
}
103103
}

0 commit comments

Comments
 (0)