Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: Update all dependencies
  • Loading branch information
daffl committed Feb 19, 2026
commit f26cfeff2098db47767f17866d147f7f516027ec
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"start": "npm run dev"
},
"dependencies": {
"@vueuse/core": "^14.1.0",
"@vueuse/core": "^14.2.1",
"date-fns": "^4.1.0",
"element-plus": "^2.13.2",
"query-string": "^9.3.1",
"shiki": "^3.21.0",
"vue": "^3.5.27"
"shiki": "^3.22.0",
"vue": "^3.5.28"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.37",
"@feathersjs/generators": "^5.0.40",
"@iconify-json/carbon": "^1.2.18",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"@unocss/preset-typography": "^66.6.0",
"@unocss/reset": "^66.6.0",
"@unocss/transformer-directives": "^66.6.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue": "^6.0.4",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"flexsearch": "^0.7.31",
"https-localhost": "^4.7.1",
"markdown-it": "^14.1.0",
"markdown-it": "^14.1.1",
"sass": "^1.97.3",
"sitemap": "^9.0.0",
"unocss": "^66.6.0",
Expand Down
549 changes: 278 additions & 271 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint": "npm run prettier && npm run eslint",
"compile": "lerna run compile",
"build:docs": "npm run build --workspace docs",
"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",
"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",
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",
"test:deno": "deno test --config deno/tsconfig.json deno/test.ts",
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/mongodb": "^4.0.6",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"mongodb": "^6.19.0",
"shx": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@feathersjs/socketio": "^5.0.40",
"@feathersjs/socketio-client": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"axios": "^1.13.4",
"@types/node": "^25.3.0",
"axios": "^1.13.5",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.17.23",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@
"cookie-session": "^2.1.1",
"grant": "^5.4.24",
"koa-session": "^7.0.2",
"qs": "^6.14.1"
"qs": "^6.15.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.40",
"@types/cookie-session": "^2.0.49",
"@types/express": "^4.17.21",
"@types/koa-session": "^6.4.5",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"@types/tough-cookie": "^4.0.5",
"axios": "^1.13.4",
"axios": "^1.13.5",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"tough-cookie": "^6.0.0",
Expand Down
13 changes: 11 additions & 2 deletions packages/authentication-oauth/test/service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ describe('@feathersjs/authentication-oauth service security', () => {
})
let app: Awaited<ReturnType<typeof expressFixture>>

const fetchErrorResponse = async (url: string, headers?: Record<string, string>): Promise<AxiosResponse> => {
const fetchErrorResponse = async (
url: string,
headers?: Record<string, string>
): Promise<AxiosResponse> => {
try {
await req.get(url, { headers })
} catch (error: any) {
Expand Down Expand Up @@ -69,7 +72,13 @@ describe('@feathersjs/authentication-oauth service security', () => {

// Only 'referer' should be stored (if needed for origin validation)
// Any other headers being stored is a security issue
const sensitiveHeaders = ['x-forwarded-for', 'x-internal-api-key', 'x-real-ip', 'authorization', 'cookie']
const sensitiveHeaders = [
'x-forwarded-for',
'x-internal-api-key',
'x-real-ip',
'authorization',
'cookie'
]
const exposedSensitiveHeaders = sensitiveHeaders.filter((h) => storedHeaderKeys.includes(h))

assert.deepEqual(
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@feathersjs/memory": "^5.0.40",
"@types/lodash": "^4.17.23",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"@types/uuid": "^10.0.0",
"mocha": "^11.7.5",
"shx": "^0.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
"@feathersjs/transport-commons": "^5.0.40",
"@feathersjs/typebox": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"@types/prettier": "^2.7.3",
"axios": "^1.13.4",
"axios": "^1.13.5",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"type-fest": "^5.4.2",
"type-fest": "^5.4.4",
"typescript": "^5.9.3"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@feathersjs/socketio-client": "^5.0.40"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@feathersjs/express": "^5.0.40",
"@feathersjs/memory": "^5.0.40",
"@feathersjs/socketio": "^5.0.40",
Expand All @@ -70,7 +70,7 @@
"superagent": "^10.3.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.104.1",
"webpack": "^5.105.2",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
"@feathersjs/feathers": "^5.0.40",
"@feathersjs/schema": "^5.0.40",
"@types/config": "^3.3.5",
"config": "~4.1.1"
"config": "~4.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@feathersjs/feathers": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"@feathersjs/tests": "^5.0.40",
"@types/lodash": "^4.17.23",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"axios": "^1.13.4",
"@types/node": "^25.3.0",
"axios": "^1.13.5",
"lodash": "^4.17.23",
"mocha": "^11.7.5",
"shx": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"@feathersjs/transport-commons": "^5.0.40",
"@feathersjs/typebox": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"@types/prettier": "^2.7.3",
"axios": "^1.13.4",
"axios": "^1.13.5",
"knex": "^3.1.0",
"mocha": "^11.7.5",
"mongodb": "^6.19.0",
Expand All @@ -89,7 +89,7 @@
"shx": "^0.4.0",
"sqlite3": "^5.1.7",
"tsx": "^4.21.0",
"type-fest": "^5.4.2",
"type-fest": "^5.4.4",
"typescript": "^5.9.3"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
Expand Down
2 changes: 1 addition & 1 deletion packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@feathersjs/adapter-tests": "^5.0.40",
"@feathersjs/schema": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"knex": "^3.1.0",
"mocha": "^11.7.5",
"pg": "^8.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@feathersjs/tests": "^5.0.40",
"@types/koa-compose": "^3.2.9",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"axios": "^1.13.4",
"@types/node": "^25.3.0",
"axios": "^1.13.5",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@feathersjs/adapter-tests": "^5.0.40",
"@feathersjs/feathers": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@feathersjs/adapter-tests": "^5.0.40",
"@feathersjs/schema": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"mocha": "^11.7.5",
"mongodb-memory-server": "^11.0.1",
"shx": "^0.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
"@feathersjs/errors": "^5.0.40",
"@feathersjs/feathers": "^5.0.40",
"@types/superagent": "^8.1.9",
"qs": "^6.14.1"
"qs": "^6.15.0"
},
"devDependencies": {
"@feathersjs/express": "^5.0.40",
"@feathersjs/memory": "^5.0.40",
"@feathersjs/tests": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"@types/node-fetch": "^2.6.13",
"@types/qs": "^6.14.0",
"axios": "^1.13.4",
"axios": "^1.13.5",
"mocha": "^11.7.5",
"node-fetch": "^2.6.1",
"rxjs": "^7.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.40",
"@types/mocha": "^10.0.10",
"@types/node": "^25.1.0",
"@types/node": "^25.3.0",
"ajv-formats": "^3.0.1",
"mocha": "^11.7.5",
"shx": "^0.4.0",
Expand Down
Loading
Loading