Skip to content

Commit 8f51578

Browse files
authored
chore(dependencies): Update all dependencies (#3561)
1 parent 342e77b commit 8f51578

File tree

28 files changed

+2042
-1787
lines changed

28 files changed

+2042
-1787
lines changed

docs/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@
1111
"start": "npm run dev"
1212
},
1313
"dependencies": {
14-
"@vueuse/core": "^11.2.0",
14+
"@vueuse/core": "^12.5.0",
1515
"date-fns": "^4.1.0",
16-
"element-plus": "^2.8.6",
16+
"element-plus": "^2.9.3",
1717
"query-string": "^9.1.1",
18-
"shiki": "^1.22.2",
19-
"vue": "^3.5.12"
18+
"shiki": "^2.2.0",
19+
"vue": "^3.5.13"
2020
},
2121
"devDependencies": {
22-
"@feathersjs/generators": "^5.0.30",
23-
"@iconify-json/carbon": "^1.2.4",
24-
"@types/node": "^22.8.4",
25-
"@unocss/preset-typography": "^0.63.6",
26-
"@unocss/reset": "^0.63.6",
27-
"@unocss/transformer-directives": "^0.63.6",
28-
"@vitejs/plugin-vue": "^5.1.4",
22+
"@feathersjs/generators": "^5.0.31",
23+
"@iconify-json/carbon": "^1.2.5",
24+
"@types/node": "^22.13.0",
25+
"@unocss/preset-typography": "^65.4.3",
26+
"@unocss/reset": "^65.4.3",
27+
"@unocss/transformer-directives": "^65.4.3",
28+
"@vitejs/plugin-vue": "^5.2.1",
2929
"esno": "^4.8.0",
30-
"fast-glob": "^3.3.2",
30+
"fast-glob": "^3.3.3",
3131
"flexsearch": "^0.7.43",
3232
"https-localhost": "^4.7.1",
3333
"markdown-it": "^14.1.0",
34-
"sass": "^1.80.5",
34+
"sass": "^1.83.4",
3535
"sitemap": "^8.0.0",
36-
"unocss": "^0.63.6",
37-
"unplugin-auto-import": "^0.18.3",
38-
"unplugin-vue-components": "^0.27.4",
39-
"vite-plugin-pwa": "^0.20.5",
40-
"vitepress": "^1.4.2",
36+
"unocss": "^65.4.3",
37+
"unplugin-auto-import": "^19.0.0",
38+
"unplugin-vue-components": "^28.0.0",
39+
"vite-plugin-pwa": "^0.21.1",
40+
"vitepress": "^1.6.3",
4141
"vitepress-plugin-google-analytics": "^1.0.2",
4242
"vitepress-plugin-search": "^1.0.4-alpha.22",
4343
"workbox-window": "^7.3.0"

package-lock.json

+1,885-1,630
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/adapter-commons/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"@feathersjs/feathers": "^5.0.31"
5656
},
5757
"devDependencies": {
58-
"@types/mocha": "^10.0.9",
58+
"@types/mocha": "^10.0.10",
5959
"@types/mongodb": "^4.0.6",
60-
"@types/node": "^22.8.4",
61-
"mocha": "^10.8.2",
62-
"mongodb": "^6.10.0",
60+
"@types/node": "^22.13.0",
61+
"mocha": "^11.1.0",
62+
"mongodb": "^6.13.0",
6363
"shx": "^0.3.4",
6464
"ts-node": "^10.9.2",
65-
"typescript": "^5.6.3"
65+
"typescript": "^5.7.3"
6666
},
6767
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
6868
}

packages/adapter-tests/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"access": "public"
5151
},
5252
"devDependencies": {
53-
"@types/mocha": "^10.0.9",
54-
"@types/node": "^22.8.4",
55-
"mocha": "^10.8.2",
53+
"@types/mocha": "^10.0.10",
54+
"@types/node": "^22.13.0",
55+
"mocha": "^11.1.0",
5656
"shx": "^0.3.4",
5757
"ts-node": "^10.9.2",
58-
"typescript": "^5.6.3"
58+
"typescript": "^5.7.3"
5959
},
6060
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
6161
}

packages/authentication-client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
"@feathersjs/rest-client": "^5.0.31",
6666
"@feathersjs/socketio": "^5.0.31",
6767
"@feathersjs/socketio-client": "^5.0.31",
68-
"@types/mocha": "^10.0.9",
69-
"@types/node": "^22.8.4",
70-
"axios": "^1.7.7",
71-
"mocha": "^10.8.2",
68+
"@types/mocha": "^10.0.10",
69+
"@types/node": "^22.13.0",
70+
"axios": "^1.7.9",
71+
"mocha": "^11.1.0",
7272
"shx": "^0.3.4",
7373
"ts-node": "^10.9.2",
74-
"typescript": "^5.6.3"
74+
"typescript": "^5.7.3"
7575
},
7676
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
7777
}

packages/authentication-local/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
"@feathersjs/memory": "^5.0.31",
6565
"@feathersjs/schema": "^5.0.31",
6666
"@types/bcryptjs": "^2.4.6",
67-
"@types/lodash": "^4.17.13",
68-
"@types/mocha": "^10.0.9",
69-
"@types/node": "^22.8.4",
70-
"mocha": "^10.8.2",
67+
"@types/lodash": "^4.17.15",
68+
"@types/mocha": "^10.0.10",
69+
"@types/node": "^22.13.0",
70+
"mocha": "^11.1.0",
7171
"shx": "^0.3.4",
7272
"ts-node": "^10.9.2",
73-
"typescript": "^5.6.3"
73+
"typescript": "^5.7.3"
7474
},
7575
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
7676
}

packages/authentication-oauth/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,23 @@
6363
"@feathersjs/schema": "^5.0.31",
6464
"cookie-session": "^2.1.0",
6565
"grant": "^5.4.23",
66-
"koa-session": "^6.4.0",
67-
"qs": "^6.13.0"
66+
"koa-session": "^7.0.2",
67+
"qs": "^6.14.0"
6868
},
6969
"devDependencies": {
7070
"@feathersjs/memory": "^5.0.31",
7171
"@types/cookie-session": "^2.0.49",
7272
"@types/express": "^4.17.21",
7373
"@types/koa-session": "^6.4.5",
74-
"@types/mocha": "^10.0.9",
75-
"@types/node": "^22.8.4",
74+
"@types/mocha": "^10.0.10",
75+
"@types/node": "^22.13.0",
7676
"@types/tough-cookie": "^4.0.5",
77-
"axios": "^1.7.7",
78-
"mocha": "^10.8.2",
77+
"axios": "^1.7.9",
78+
"mocha": "^11.1.0",
7979
"shx": "^0.3.4",
80-
"tough-cookie": "^5.0.0",
80+
"tough-cookie": "^5.1.0",
8181
"ts-node": "^10.9.2",
82-
"typescript": "^5.6.3"
82+
"typescript": "^5.7.3"
8383
},
8484
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
8585
}

packages/authentication/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,22 @@
5959
"@feathersjs/hooks": "^0.9.0",
6060
"@feathersjs/schema": "^5.0.31",
6161
"@feathersjs/transport-commons": "^5.0.31",
62-
"@types/jsonwebtoken": "^9.0.7",
62+
"@types/jsonwebtoken": "^9.0.8",
6363
"jsonwebtoken": "^9.0.2",
6464
"lodash": "^4.17.21",
6565
"long-timeout": "^0.1.1",
66-
"uuid": "^11.0.2"
66+
"uuid": "^11.0.5"
6767
},
6868
"devDependencies": {
6969
"@feathersjs/memory": "^5.0.31",
70-
"@types/lodash": "^4.17.13",
71-
"@types/mocha": "^10.0.9",
72-
"@types/node": "^22.8.4",
70+
"@types/lodash": "^4.17.15",
71+
"@types/mocha": "^10.0.10",
72+
"@types/node": "^22.13.0",
7373
"@types/uuid": "^10.0.0",
74-
"mocha": "^10.8.2",
74+
"mocha": "^11.1.0",
7575
"shx": "^0.3.4",
7676
"ts-node": "^10.9.2",
77-
"typescript": "^5.6.3"
77+
"typescript": "^5.7.3"
7878
},
7979
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
8080
}

packages/cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
},
5555
"dependencies": {
5656
"@feathersjs/generators": "^5.0.31",
57-
"chalk": "^5.3.0",
58-
"commander": "^12.1.0"
57+
"chalk": "^5.4.1",
58+
"commander": "^13.1.0"
5959
},
6060
"devDependencies": {
6161
"@feathersjs/adapter-commons": "^5.0.31",
@@ -75,15 +75,15 @@
7575
"@feathersjs/socketio": "^5.0.31",
7676
"@feathersjs/transport-commons": "^5.0.31",
7777
"@feathersjs/typebox": "^5.0.31",
78-
"@types/mocha": "^10.0.9",
79-
"@types/node": "^22.8.4",
78+
"@types/mocha": "^10.0.10",
79+
"@types/node": "^22.13.0",
8080
"@types/prettier": "^2.7.3",
81-
"axios": "^1.7.7",
82-
"mocha": "^10.8.2",
81+
"axios": "^1.7.9",
82+
"mocha": "^11.1.0",
8383
"shx": "^0.3.4",
8484
"ts-node": "^10.9.2",
85-
"type-fest": "^4.26.1",
86-
"typescript": "^5.6.3"
85+
"type-fest": "^4.33.0",
86+
"typescript": "^5.7.3"
8787
},
8888
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
8989
}

packages/client/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@
5656
"@feathersjs/socketio-client": "^5.0.31"
5757
},
5858
"devDependencies": {
59-
"@babel/core": "^7.26.0",
60-
"@babel/preset-env": "^7.26.0",
59+
"@babel/core": "^7.26.7",
60+
"@babel/preset-env": "^7.26.7",
6161
"@feathersjs/express": "^5.0.31",
6262
"@feathersjs/memory": "^5.0.31",
6363
"@feathersjs/socketio": "^5.0.31",
6464
"@feathersjs/tests": "^5.0.31",
6565
"babel-loader": "^9.2.1",
66-
"mocha": "^10.8.2",
66+
"mocha": "^11.1.0",
6767
"node-fetch": "^2.6.1",
6868
"shx": "^0.3.4",
6969
"socket.io-client": "^4.8.1",
7070
"superagent": "^10.1.1",
71-
"ts-loader": "^9.5.1",
72-
"typescript": "^5.6.3",
73-
"webpack": "^5.95.0",
74-
"webpack-cli": "^5.1.4",
71+
"ts-loader": "^9.5.2",
72+
"typescript": "^5.7.3",
73+
"webpack": "^5.97.1",
74+
"webpack-cli": "^6.0.1",
7575
"webpack-merge": "^6.0.1"
7676
},
7777
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"

packages/commons/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"access": "public"
5353
},
5454
"devDependencies": {
55-
"@types/mocha": "^10.0.9",
56-
"@types/node": "^22.8.4",
57-
"mocha": "^10.8.2",
55+
"@types/mocha": "^10.0.10",
56+
"@types/node": "^22.13.0",
57+
"mocha": "^11.1.0",
5858
"shx": "^0.3.4",
5959
"ts-node": "^10.9.2",
60-
"typescript": "^5.6.3"
60+
"typescript": "^5.7.3"
6161
},
6262
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
6363
}

packages/configuration/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
"config": "^3.3.12"
6666
},
6767
"devDependencies": {
68-
"@types/mocha": "^10.0.9",
69-
"@types/node": "^22.8.4",
70-
"mocha": "^10.8.2",
68+
"@types/mocha": "^10.0.10",
69+
"@types/node": "^22.13.0",
70+
"mocha": "^11.1.0",
7171
"shx": "^0.3.4",
7272
"ts-node": "^10.9.2",
73-
"typescript": "^5.6.3"
73+
"typescript": "^5.7.3"
7474
},
7575
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
7676
}

packages/errors/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
],
5151
"devDependencies": {
5252
"@feathersjs/feathers": "^5.0.31",
53-
"@types/mocha": "^10.0.9",
54-
"@types/node": "^22.8.4",
55-
"mocha": "^10.8.2",
53+
"@types/mocha": "^10.0.10",
54+
"@types/node": "^22.13.0",
55+
"mocha": "^11.1.0",
5656
"shx": "^0.3.4",
5757
"ts-node": "^10.9.2",
58-
"typescript": "^5.6.3"
58+
"typescript": "^5.7.3"
5959
},
6060
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
6161
}

packages/express/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@
6161
"@types/cors": "^2.8.17",
6262
"@types/express": "^4.17.21",
6363
"@types/express-serve-static-core": "^4.19.5",
64-
"compression": "^1.7.4",
64+
"compression": "^1.7.5",
6565
"cors": "^2.8.5",
66-
"express": "^4.21.1"
66+
"express": "^4.21.2"
6767
},
6868
"devDependencies": {
6969
"@feathersjs/authentication-local": "^5.0.31",
7070
"@feathersjs/tests": "^5.0.31",
71-
"@types/lodash": "^4.17.13",
72-
"@types/mocha": "^10.0.9",
73-
"@types/node": "^22.8.4",
74-
"axios": "^1.7.7",
71+
"@types/lodash": "^4.17.15",
72+
"@types/mocha": "^10.0.10",
73+
"@types/node": "^22.13.0",
74+
"axios": "^1.7.9",
7575
"lodash": "^4.17.21",
76-
"mocha": "^10.8.2",
76+
"mocha": "^11.1.0",
7777
"shx": "^0.3.4",
7878
"ts-node": "^10.9.2",
79-
"typescript": "^5.6.3"
79+
"typescript": "^5.7.3"
8080
},
8181
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
8282
}

packages/feathers/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
"events": "^3.3.0"
6464
},
6565
"devDependencies": {
66-
"@types/mocha": "^10.0.9",
67-
"@types/node": "^22.8.4",
68-
"mocha": "^10.8.2",
66+
"@types/mocha": "^10.0.10",
67+
"@types/node": "^22.13.0",
68+
"mocha": "^11.1.0",
6969
"shx": "^0.3.4",
7070
"ts-node": "^10.9.2",
71-
"typescript": "^5.6.3"
71+
"typescript": "^5.7.3"
7272
},
7373
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
7474
}

packages/generators/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
},
5454
"dependencies": {
5555
"@featherscloud/pinion": "^0.5.5",
56-
"chalk": "^5.3.0",
56+
"chalk": "^5.4.1",
5757
"lodash": "^4.17.21",
58-
"prettier": "^3.3.3",
59-
"typescript": "^5.6.3"
58+
"prettier": "^3.4.2",
59+
"typescript": "^5.7.3"
6060
},
6161
"devDependencies": {
6262
"@feathersjs/adapter-commons": "^5.0.31",
@@ -76,21 +76,21 @@
7676
"@feathersjs/socketio": "^5.0.31",
7777
"@feathersjs/transport-commons": "^5.0.31",
7878
"@feathersjs/typebox": "^5.0.31",
79-
"@types/mocha": "^10.0.9",
80-
"@types/node": "^22.8.4",
79+
"@types/mocha": "^10.0.10",
80+
"@types/node": "^22.13.0",
8181
"@types/prettier": "^2.7.3",
82-
"axios": "^1.7.7",
82+
"axios": "^1.7.9",
8383
"knex": "^3.1.0",
84-
"mocha": "^10.8.2",
85-
"mongodb": "^6.10.0",
84+
"mocha": "^11.1.0",
85+
"mongodb": "^6.13.0",
8686
"mssql": "^11.0.1",
8787
"mysql": "^2.18.1",
8888
"pg": "^8.13.1",
8989
"shx": "^0.3.4",
9090
"sqlite3": "^5.1.7",
9191
"tsx": "^4.19.2",
92-
"type-fest": "^4.26.1",
93-
"typescript": "^5.6.3"
92+
"type-fest": "^4.33.0",
93+
"typescript": "^5.7.3"
9494
},
9595
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
9696
}

0 commit comments

Comments
 (0)