Skip to content

Commit 843004e

Browse files
authored
chore: Update all dependencies (#3660)
1 parent bc754d3 commit 843004e

File tree

35 files changed

+2824
-1688
lines changed

35 files changed

+2824
-1688
lines changed

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
"start": "npm run dev"
1212
},
1313
"dependencies": {
14-
"@vueuse/core": "^14.1.0",
14+
"@vueuse/core": "^14.2.1",
1515
"date-fns": "^4.1.0",
1616
"element-plus": "^2.13.2",
1717
"query-string": "^9.3.1",
18-
"shiki": "^3.21.0",
19-
"vue": "^3.5.27"
18+
"shiki": "^3.22.0",
19+
"vue": "^3.5.28"
2020
},
2121
"devDependencies": {
22-
"@feathersjs/generators": "^5.0.37",
22+
"@feathersjs/generators": "^5.0.40",
2323
"@iconify-json/carbon": "^1.2.18",
24-
"@types/node": "^25.1.0",
24+
"@types/node": "^25.3.0",
2525
"@unocss/preset-typography": "^66.6.0",
2626
"@unocss/reset": "^66.6.0",
2727
"@unocss/transformer-directives": "^66.6.0",
28-
"@vitejs/plugin-vue": "^6.0.3",
28+
"@vitejs/plugin-vue": "^6.0.4",
2929
"esno": "^4.8.0",
3030
"fast-glob": "^3.3.3",
3131
"flexsearch": "^0.7.31",
3232
"https-localhost": "^4.7.1",
33-
"markdown-it": "^14.1.0",
33+
"markdown-it": "^14.1.1",
3434
"sass": "^1.97.3",
3535
"sitemap": "^9.0.0",
3636
"unocss": "^66.6.0",

package-lock.json

Lines changed: 1570 additions & 1595 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lint": "npm run prettier && npm run eslint",
3939
"compile": "lerna run compile",
4040
"build:docs": "npm run build --workspace docs",
41-
"update-dependencies": "npm exec --workspaces --include-workspace-root -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@sinclair/typebox\",\"@types/express\",\"@types/express-serve-static-core\",commander,config,express,flexsearch,uuid,mongodb",
41+
"update-dependencies": "npm exec --workspaces --include-workspace-root -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@sinclair/typebox\",\"@types/express\",\"@types/express-serve-static-core\",commander,express,flexsearch,uuid,mongodb",
4242
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",
4343
"test:deno": "deno test --config deno/tsconfig.json deno/test.ts",
4444
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests",

packages/adapter-commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@types/mocha": "^10.0.10",
5959
"@types/mongodb": "^4.0.6",
60-
"@types/node": "^25.1.0",
60+
"@types/node": "^25.3.0",
6161
"mocha": "^11.7.5",
6262
"mongodb": "^6.19.0",
6363
"shx": "^0.4.0",

packages/adapter-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@types/mocha": "^10.0.10",
54-
"@types/node": "^25.1.0",
54+
"@types/node": "^25.3.0",
5555
"mocha": "^11.7.5",
5656
"shx": "^0.4.0",
5757
"ts-node": "^10.9.2",

packages/authentication-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"@feathersjs/socketio": "^5.0.40",
6767
"@feathersjs/socketio-client": "^5.0.40",
6868
"@types/mocha": "^10.0.10",
69-
"@types/node": "^25.1.0",
70-
"axios": "^1.13.4",
69+
"@types/node": "^25.3.0",
70+
"axios": "^1.13.5",
7171
"mocha": "^11.7.5",
7272
"shx": "^0.4.0",
7373
"ts-node": "^10.9.2",

packages/authentication-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/bcryptjs": "^2.4.6",
6767
"@types/lodash": "^4.17.23",
6868
"@types/mocha": "^10.0.10",
69-
"@types/node": "^25.1.0",
69+
"@types/node": "^25.3.0",
7070
"mocha": "^11.7.5",
7171
"shx": "^0.4.0",
7272
"ts-node": "^10.9.2",

packages/authentication-oauth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
"cookie-session": "^2.1.1",
6565
"grant": "^5.4.24",
6666
"koa-session": "^7.0.2",
67-
"qs": "^6.14.1"
67+
"qs": "^6.15.0"
6868
},
6969
"devDependencies": {
7070
"@feathersjs/memory": "^5.0.40",
7171
"@types/cookie-session": "^2.0.49",
7272
"@types/express": "^4.17.21",
7373
"@types/koa-session": "^6.4.5",
7474
"@types/mocha": "^10.0.10",
75-
"@types/node": "^25.1.0",
75+
"@types/node": "^25.3.0",
7676
"@types/tough-cookie": "^4.0.5",
77-
"axios": "^1.13.4",
77+
"axios": "^1.13.5",
7878
"mocha": "^11.7.5",
7979
"shx": "^0.4.0",
8080
"tough-cookie": "^6.0.0",

packages/authentication-oauth/test/service.test.ts

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ describe('@feathersjs/authentication-oauth service security', () => {
1111
})
1212
let app: Awaited<ReturnType<typeof expressFixture>>
1313

14-
const fetchErrorResponse = async (url: string, headers?: Record<string, string>): Promise<AxiosResponse> => {
14+
const fetchErrorResponse = async (
15+
url: string,
16+
headers?: Record<string, string>
17+
): Promise<AxiosResponse> => {
1518
try {
1619
await req.get(url, { headers })
1720
} catch (error: any) {
@@ -69,7 +72,13 @@ describe('@feathersjs/authentication-oauth service security', () => {
6972

7073
// Only 'referer' should be stored (if needed for origin validation)
7174
// Any other headers being stored is a security issue
72-
const sensitiveHeaders = ['x-forwarded-for', 'x-internal-api-key', 'x-real-ip', 'authorization', 'cookie']
75+
const sensitiveHeaders = [
76+
'x-forwarded-for',
77+
'x-internal-api-key',
78+
'x-real-ip',
79+
'authorization',
80+
'cookie'
81+
]
7382
const exposedSensitiveHeaders = sensitiveHeaders.filter((h) => storedHeaderKeys.includes(h))
7483

7584
assert.deepEqual(

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@feathersjs/memory": "^5.0.40",
7070
"@types/lodash": "^4.17.23",
7171
"@types/mocha": "^10.0.10",
72-
"@types/node": "^25.1.0",
72+
"@types/node": "^25.3.0",
7373
"@types/uuid": "^10.0.0",
7474
"mocha": "^11.7.5",
7575
"shx": "^0.4.0",

0 commit comments

Comments
 (0)