Skip to content

Commit c620ff7

Browse files
chore(deps): update all non-major dependencies
1 parent 760f535 commit c620ff7

File tree

11 files changed

+682
-796
lines changed

11 files changed

+682
-796
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
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.1
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
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.1
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.1
2323
with:
2424
fetch-depth: 0
2525

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@any-reader/rule-utils": "workspace:^",
1414
"@codemirror/lang-javascript": "^6.2.2",
1515
"@codemirror/theme-one-dark": "^6.1.2",
16-
"@shikijs/vitepress-twoslash": "^1.18.0",
16+
"@shikijs/vitepress-twoslash": "^1.22.0",
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.3.0",
20+
"vitepress": "^1.4.1",
21+
"vitepress-plugin-mermaid": "^2.0.17",
2222
"vue-codemirror": "^6.1.1"
2323
}
2424
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,29 +77,29 @@
7777
"utf-8-validate": "^6.0.4"
7878
},
7979
"devDependencies": {
80-
"@eslint/compat": "^1.1.1",
80+
"@eslint/compat": "^1.2.1",
8181
"@rushstack/eslint-patch": "^1.10.4",
82-
"@types/node": "^20.16.5",
82+
"@types/node": "^20.16.12",
8383
"@types/uuid": "^10.0.0",
8484
"@unocss/eslint-config": "^0.63.4",
85-
"@vitest/browser": "^2.1.2",
85+
"@vitest/browser": "^2.1.3",
8686
"@vue/eslint-config-prettier": "^8.0.0",
8787
"@vue/eslint-config-typescript": "^13.0.0",
8888
"bumpp": "^9.7.1",
8989
"cross-env": "^7.0.3",
9090
"eslint": "^8.57.1",
9191
"eslint-plugin-vue": "^9.29.0",
9292
"husky": "^8.0.3",
93-
"npm-run-all2": "^6.2.3",
94-
"playwright": "^1.48.0",
93+
"npm-run-all2": "^6.2.4",
94+
"playwright": "^1.48.1",
9595
"ts-node": "^10.9.2",
9696
"tsconfig-paths": "^4.2.0",
9797
"tsup": "^8.3.0",
9898
"tsx": "^4.19.1",
9999
"unbuild": "^2.0.0",
100100
"unocss": "^0.63.4",
101101
"vite-tsconfig-paths": "^5.0.1",
102-
"vitest": "^2.1.2"
102+
"vitest": "^2.1.3"
103103
},
104104
"lint-staged": {
105105
"*.{vue,js,ts}": "eslint --fix"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@any-reader/rule-utils": "workspace:^",
35-
"@xmldom/xmldom": "^0.9.3",
35+
"@xmldom/xmldom": "^0.9.4",
3636
"axios": "^1.7.7",
3737
"chardet": "^2.0.0",
3838
"cheerio": "1.0.0",
@@ -41,7 +41,7 @@
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.6.0",
4545
"urlencode": "^2.0.0",
4646
"xpath.js": "^1.1.0"
4747
},

packages/legado/package.json

Lines changed: 2 additions & 2 deletions
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",
31+
"@xmldom/xmldom": "^0.9.4",
3232
"axios": "^1.7.7",
3333
"chardet": "^2.0.0",
3434
"cheerio": "1.0.0",
3535
"content-type": "^1.0.5",
3636
"iconv-lite": "^0.6.3",
3737
"isolated-vm": "^5.0.1",
3838
"jsonpath-plus": "^9.0.0",
39-
"puppeteer": "^23.5.3",
39+
"puppeteer": "^23.6.0",
4040
"urlencode": "^2.0.0",
4141
"xpath": "^0.0.34"
4242
},

packages/utools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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.0",
2727
"@types/lodash-es": "^4.17.12",
2828
"fs-extra": "^11.2.0",
2929
"rollup": "^4.21.2",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
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.94.0",
137137
"@vscode/test-electron": "^2.4.1",
138138
"easy-post-message": "^0.1.0",
139139
"eslint": "^8.57.1",

packages/web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
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.17",
6262
"lodash-es": "^4.17.21",
6363
"nprogress": "^0.2.0",
6464
"p-limit": "^6.1.0",
@@ -71,7 +71,7 @@
7171
"vue-router": "^4.4.5"
7272
},
7373
"devDependencies": {
74-
"@electron/rebuild": "^3.6.0",
74+
"@electron/rebuild": "^3.7.0",
7575
"@tsconfig/node20": "^20.1.4",
7676
"@types/bcryptjs": "^2.4.6",
7777
"@types/blueimp-md5": "^2.18.2",
@@ -85,16 +85,16 @@
8585
"@vue/tsconfig": "^0.5.1",
8686
"chalk": "^5.3.0",
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",
90+
"npm-run-all2": "^6.2.4",
9191
"prettier": "^3.3.3",
92-
"sass": "^1.79.1",
93-
"sass-loader": "^16.0.1",
92+
"sass": "^1.80.2",
93+
"sass-loader": "^16.0.2",
9494
"typescript": "^5.5.4",
9595
"unplugin-auto-import": "^0.18.3",
9696
"unplugin-vue-components": "^0.27.4",
97-
"vite": "^5.4.8",
97+
"vite": "^5.4.9",
9898
"vite-bundle-analyzer": "^0.12.1",
9999
"vite-plugin-electron": "^0.28.8",
100100
"vite-plugin-mock": "^3.0.2",

0 commit comments

Comments
 (0)