8000 fix: Update all dependencies (#3024) · feathersjs/feathers@283dc47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 283dc47

Browse files
authored
fix: Update all dependencies (#3024)
1 parent 0a1665d commit 283dc47

File tree

18 files changed

+27570
-9266
lines changed

18 files changed

+27570
-9266
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
3838
},
3939
"devDependencies": {
40-
"@typescript-eslint/eslint-plugin": "^5.47.1",
41-
"@typescript-eslint/parser": "^5.47.1",
40+
"@typescript-eslint/eslint-plugin": "^5.49.0",
41+
"@typescript-eslint/parser": "^5.49.0",
4242
"c8": "^7.12.0",
43-
"eslint": "^8.31.0",
44-
"eslint-config-prettier": "^8.5.0",
43+
"eslint": "^8.33.0",
44+
"eslint-config-prettier": "^8.6.0",
4545
"eslint-plugin-prettier": "^4.2.1",
46-
"lerna": "^6.3.0",
47-
"npm-check-updates": "^16.6.2",
48-
"prettier": "^2.8.1",
46+
"lerna": "^6.4.1",
47+
"npm-check-updates": "^16.6.3",
48+
"prettier": "^2.8.3",
4949
"typescript": "^4.9.4"
5050
}
5151
}

packages/authentication-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@feathersjs/socketio-client": "^5.0.0-pre.35",
6868
"@types/mocha": "^10.0.1",
6969
"@types/node": "^18.11.18",
70-
"axios": "^1.2.2",
70+
"axios": "^1.2.6",
7171
"mocha": "^10.2.0",
7272
"shx": "^0.3.4",
7373
"ts-node": "^10.9.1",

packages/authentication-oauth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@
6363
"@feathersjs/schema": "^5.0.0-pre.35",
6464
"cookie-session": "^2.0.0",
6565
"grant": "^5.4.21",
66-
"koa-session": "^6.2.0",
66+
"koa-session": "^6.3.1",
6767
"lodash": "^4.17.21",
6868
"qs": "^6.11.0"
6969
},
7070
"devDependencies": {
7171
"@feathersjs/memory": "^5.0.0-pre.35",
7272
"@types/cookie-session": "^2.0.44",
73-
"@types/express": "^4.17.15",
73+
"@types/express": "^4.17.16",
7474
"@types/koa-session": "^5.10.6",
7575
"@types/lodash": "^4.14.191",
7676
"@types/mocha": "^10.0.1",
7777
"@types/node": "^18.11.18",
7878
"@types/tough-cookie": "^4.0.2",
79-
"axios": "^1.2.2",
79+
"axios": "^1.2.6",
8080
"mocha": "^10.2.0",
8181
"shx": "^0.3.4",
8282
"tough-cookie": "^4.1.2",

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@feathersjs/hooks": "^0.7.6",
6060
"@feathersjs/schema": "^5.0.0-pre.35",
6161
"@feathersjs/transport-commons": "^5.0.0-pre.35",
62-
"@types/jsonwebtoken": "^9.0.0",
62+
"@types/jsonwebtoken": "^9.0.1",
6363
"jsonwebtoken": "^9.0.0",
6464
"lodash": "^4.17.21",
6565
"long-timeout": "^0.1.1",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@feathersjs/generators": "^5.0.0-pre.35",
5656
"chalk": "^4.0.1",
57-
"commander": "^9.4.1"
57+
"commander": "^10.0.0"
5858
},
5959
"devDependencies": {
6060
"@feathersjs/adapter-commons": "^5.0.0-pre.35",
@@ -77,11 +77,11 @@
7777
"@types/mocha": "^10.0.1",
7878
"@types/node": "^18.11.18",
7979
"@types/prettier": "^2.7.2",
80-
"axios": "^1.2.2",
80+
"axios": "^1.2.6",
8181
"mocha": "^10.2.0",
8282
"shx": "^0.3.4",
8383
"ts-node": "^10.9.1",
84-
"type-fest": "^3.5.0",
84+
"type-fest": "^3.5.3",
8585
"typescript": "^4.9.4"
8686
},
8787
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e"

packages/client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@
5656
"@feathersjs/socketio-client": "^5.0.0-pre.35"
5757
},
5858
"devDependencies": {
59-
"@babel/core": "^7.20.7",
59+
"@babel/core": "^7.20.12",
6060
"@babel/preset-env": "^7.20.2",
6161
"@feathersjs/express": "^5.0.0-pre.35",
6262
"@feathersjs/memory": "^5.0.0-pre.35",
6363
"@feathersjs/socketio": "^5.0.0-pre.35",
6464
"@feathersjs/tests": "^5.0.0-pre.35",
65-
"babel-loader": "^9.1.0",
65+
"babel-loader": "^9.1.2",
6666
"mocha": "^10.2.0",
6767
"mocha-puppeteer": "^0.14.0",
6868
"node-fetch": "^2.6.1",
6969
"shx": "^0.3.4",
7070
"socket.io-client": "^4.5.4",
71-
"superagent": "^8.0.6",
71+
"superagent": "^8.0.9",
7272
"ts-loader": "^9.4.2",
7373
"typescript": "^4.9.4",
7474
"webpack": "^5.75.0",

packages/configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@feathersjs/feathers": "^5.0.0-pre.35",
6363
"@feathersjs/schema": "^5.0.0-pre.35",
6464
"@types/config": "^3.3.0",
65-
"config": "^3.3.8"
65+
"config": "^3.3.9"
6666
},
6767
"devDependencies": {
6868
"@types/mocha": "^10.0.1",

packages/express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"@feathersjs/feathers": "^5.0.0-pre.35",
5959
"@feathersjs/transport-commons": "^5.0.0-pre.35",
6060
"@types/compression": "^1.7.2",
61-
"@types/express": "^4.17.15",
62-
"@types/express-serve-static-core": "^4.17.32",
61+
"@types/express": "^4.17.16",
62+
"@types/express-serve-static-core": "^4.17.33",
6363
"compression": "^1.7.4",
6464
"cors": "^2.8.5",
6565
"express": "^4.18.2"
@@ -70,7 +70,7 @@
7070
"@types/lodash": "^4.14.191",
7171
"@types/mocha": "^10.0.1",
7272
"@types/node": "^18.11.18",
73-
"axios": "^1.2.2",
73+
"axios": "^1.2.6",
7474
"lodash": "^4.17.21",
7575
"mocha": "^10.2.0",
7676
"shx": "^0.3.4",

packages/feathers/src/hooks.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ type HookStore = {
2626
before: { [method: string]: HookFunction[] }
2727
after: { [method: string]: HookFunction[] }
2828
error: { [method: string]: HookFunction[] }
29-
collected: { [method: string]: AroundHookFunction[] },
30-
collectedAll: { before?: AroundHookFunction[], after?: AroundHookFunction[] }
29+
collected: { [method: string]: AroundHookFunction[] }
30+
collectedAll: { before?: AroundHookFunction[]; after?: AroundHookFunction[] }
3131
}
3232

3333
type HookEnabled = { __hooks: HookStore }
@@ -63,7 +63,7 @@ export function collectHooks(target: HookEnabled, method: string) {
6363
...(around[method] || []),
6464
...(collectedAll.before || []),
6565
...(collected[method] || []),
66-
...(collectedAll.after || []),
66+
...(collectedAll.after || [])
6767
] as AroundHookFunction[]
6868
}
6969

@@ -75,7 +75,7 @@ export function enableHooks(object: any) {
7575
after: {},
7676
error: {},
7777
collected: {},
78-
collectedAll: {},
78+
collectedAll: {}
7979
}
8080

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

116116
if (store.after[method]) {
117117
const afterAll = collect({
118-
after: store.after[method] || [],
118+
after: store.after[method] || []
119119
})
120120
store.collectedAll.after = [afterAll]
121121
}

0 commit comments

Comments
 (0)
0