Skip to content

Commit

Permalink
fix: Update all dependencies (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Jan 29, 2023
1 parent 0a1665d commit 283dc47
Show file tree
Hide file tree
Showing 18 changed files with 27,570 additions and 9,266 deletions.
36,758 changes: 27,531 additions & 9,227 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"c8": "^7.12.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"lerna": "^6.3.0",
"npm-check-updates": "^16.6.2",
"prettier": "^2.8.1",
"lerna": "^6.4.1",
"npm-check-updates": "^16.6.3",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
}
}
2 changes: 1 addition & 1 deletion packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@feathersjs/socketio-client": "^5.0.0-pre.35",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.2.2",
"axios": "^1.2.6",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
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 @@ -63,20 +63,20 @@
"@feathersjs/schema": "^5.0.0-pre.35",
"cookie-session": "^2.0.0",
"grant": "^5.4.21",
"koa-session": "^6.2.0",
"koa-session": "^6.3.1",
"lodash": "^4.17.21",
"qs": "^6.11.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.35",
"@types/cookie-session": "^2.0.44",
"@types/express": "^4.17.15",
"@types/express": "^4.17.16",
"@types/koa-session": "^5.10.6",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/tough-cookie": "^4.0.2",
"axios": "^1.2.2",
"axios": "^1.2.6",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@feathersjs/hooks": "^0.7.6",
"@feathersjs/schema": "^5.0.0-pre.35",
"@feathersjs/transport-commons": "^5.0.0-pre.35",
"@types/jsonwebtoken": "^9.0.0",
"@types/jsonwebtoken": "^9.0.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@feathersjs/generators": "^5.0.0-pre.35",
"chalk": "^4.0.1",
"commander": "^9.4.1"
"commander": "^10.0.0"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.35",
Expand All @@ -77,11 +77,11 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"axios": "^1.2.2",
"axios": "^1.2.6",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.0",
"type-fest": "^3.5.3",
"typescript": "^4.9.4"
},
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e"
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,19 +56,19 @@
"@feathersjs/socketio-client": "^5.0.0-pre.35"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@feathersjs/express": "^5.0.0-pre.35",
"@feathersjs/memory": "^5.0.0-pre.35",
"@feathersjs/socketio": "^5.0.0-pre.35",
"@feathersjs/tests": "^5.0.0-pre.35",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.2",
"mocha": "^10.2.0",
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.1",
"shx": "^0.3.4",
"socket.io-client": "^4.5.4",
"superagent": "^8.0.6",
"superagent": "^8.0.9",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@feathersjs/feathers": "^5.0.0-pre.35",
"@feathersjs/schema": "^5.0.0-pre.35",
"@types/config": "^3.3.0",
"config": "^3.3.8"
"config": "^3.3.9"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@feathersjs/feathers": "^5.0.0-pre.35",
"@feathersjs/transport-commons": "^5.0.0-pre.35",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.15",
"@types/express-serve-static-core": "^4.17.32",
"@types/express": "^4.17.16",
"@types/express-serve-static-core": "^4.17.33",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2"
Expand All @@ -70,7 +70,7 @@
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.2.2",
"axios": "^1.2.6",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/feathers/src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ type HookStore = {
before: { [method: string]: HookFunction[] }
after: { [method: string]: HookFunction[] }
error: { [method: string]: HookFunction[] }
collected: { [method: string]: AroundHookFunction[] },
collectedAll: { before?: AroundHookFunction[], after?: AroundHookFunction[] }
collected: { [method: string]: AroundHookFunction[] }
collectedAll: { before?: AroundHookFunction[]; after?: AroundHookFunction[] }
}

type HookEnabled = { __hooks: HookStore }
Expand Down Expand Up @@ -63,7 +63,7 @@ export function collectHooks(target: HookEnabled, method: string) {
...(around[method] || []),
...(collectedAll.before || []),
...(collected[method] || []),
...(collectedAll.after || []),
...(collectedAll.after || [])
] as AroundHookFunction[]
}

Expand All @@ -75,7 +75,7 @@ export function enableHooks(object: any) {
after: {},
error: {},
collected: {},
collectedAll: {},
collectedAll: {}
}

Object.defineProperty(object, '__hooks', {
Expand Down Expand Up @@ -115,7 +115,7 @@ export function enableHooks(object: any) {

if (store.after[method]) {
const afterAll = collect({
after: store.after[method] || [],
after: store.after[method] || []
})
store.collectedAll.after = [afterAll]
}
Expand Down
6 changes: 3 additions & 3 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@feathershq/pinion": "^0.3.5",
"chalk": "^4.0.1",
"lodash": "^4.17.21",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
},
"devDependencies": {
Expand All @@ -79,11 +79,11 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"axios": "^1.2.2",
"axios": "^1.2.6",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.0"
"type-fest": "^3.5.3"
},
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e"
}
4 changes: 2 additions & 2 deletions packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"@feathersjs/schema": "^5.0.0-pre.35",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"knex": "^2.3.0",
"knex": "^2.4.2",
"mocha": "^10.2.0",
"pg": "^8.8.0",
"pg": "^8.9.0",
"shx": "^0.3.4",
"sqlite3": "^5.1.4",
"typescript": "^4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/koa-compose": "^3.2.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.2.2",
"axios": "^1.2.6",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"mocha": "^10.2.0",
"mongodb-memory-server": "^8.10.2",
"mongodb-memory-server": "^8.11.4",
"shx": "^0.3.4",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"@types/qs": "^6.9.7",
"axios": "^1.2.2",
"axios": "^1.2.6",
"mocha": "^10.2.0",
"node-fetch": "^2.6.1",
"rxjs": "^7.8.0",
"shx": "^0.3.4",
"superagent": "^8.0.6",
"superagent": "^8.0.9",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@feathersjs/feathers": "^5.0.0-pre.35",
"@feathersjs/hooks": "^0.7.6",
"@types/json-schema": "^7.0.11",
"ajv": "^8.11.2",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"json-schema-to-ts": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@types/lodash": "^4.14.191",
"axios": "^1.2.2",
"axios": "^1.2.6",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@feathersjs/schema": "^5.0.0-pre.35",
"@sinclair/typebox": "^0.25.16"
"@sinclair/typebox": "^0.25.21"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down

0 comments on commit 283dc47

Please # to comment.