Skip to content

Commit

Permalink
chore(dependencies): Update all dependencies (#3050)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Feb 12, 2023
1 parent ba0e4a9 commit d659858
Show file tree
Hide file tree
Showing 29 changed files with 32,739 additions and 11,854 deletions.
1,594 changes: 1,086 additions & 508 deletions docs/package-lock.json

Large diffs are not rendered by default.

42,897 changes: 31,602 additions & 11,295 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"c8": "^7.12.0",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"lerna": "^6.4.1",
"npm-check-updates": "^16.6.3",
"prettier": "^2.8.3",
"npm-check-updates": "^16.7.4",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
}
}
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.1",
"@types/mongodb": "^4.0.6",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"mongodb": "^5.0.1",
"shx": "^0.3.4",
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.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
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.0-pre.37",
"@feathersjs/socketio-client": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.3.0",
"@types/node": "^18.13.0",
"axios": "^1.3.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
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.2",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 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.37",
"cookie-session": "^2.0.0",
"grant": "^5.4.21",
"koa-session": "^6.3.1",
"koa-session": "^6.4.0",
"lodash": "^4.17.21",
"qs": "^6.11.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.37",
"@types/cookie-session": "^2.0.44",
"@types/express": "^4.17.16",
"@types/express": "^4.17.17",
"@types/koa-session": "^5.10.6",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/tough-cookie": "^4.0.2",
"axios": "^1.3.0",
"axios": "^1.3.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@feathersjs/commons": "^5.0.0-pre.37",
"@feathersjs/errors": "^5.0.0-pre.37",
"@feathersjs/feathers": "^5.0.0-pre.37",
"@feathersjs/hooks": "^0.7.6",
"@feathersjs/hooks": "^0.8.1",
"@feathersjs/schema": "^5.0.0-pre.37",
"@feathersjs/transport-commons": "^5.0.0-pre.37",
"@types/jsonwebtoken": "^9.0.1",
Expand All @@ -69,7 +69,7 @@
"@feathersjs/memory": "^5.0.0-pre.37",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/uuid": "^9.0.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
"@feathersjs/transport-commons": "^5.0.0-pre.37",
"@feathersjs/typebox": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/prettier": "^2.7.2",
"axios": "^1.3.0",
"axios": "^1.3.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.4",
"type-fest": "^3.5.7",
"typescript": "^4.9.5"
},
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.1",
"shx": "^0.3.4",
"socket.io-client": "^4.5.4",
"socket.io-client": "^4.6.0",
"superagent": "^8.0.9",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
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.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
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.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.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,7 +58,7 @@
"@feathersjs/feathers": "^5.0.0-pre.37",
"@feathersjs/transport-commons": "^5.0.0-pre.37",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.16",
"@types/express": "^4.17.17",
"@types/express-serve-static-core": "^4.17.33",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand All @@ -69,8 +69,8 @@
"@feathersjs/tests": "^5.0.0-pre.37",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.3.0",
"@types/node": "^18.13.0",
"axios": "^1.3.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/test/rest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('@feathersjs/express/rest provider', () => {

describe('res.hook', () => {
const convertHook = (hook: HookContext) => {
const result: any = Object.assign({}, hook)
const result: any = Object.assign({}, hook.toJSON())

delete result.self
delete result.service
Expand Down
4 changes: 2 additions & 2 deletions packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.37",
"@feathersjs/hooks": "^0.7.6",
"@feathersjs/hooks": "^0.8.1",
"events": "^3.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 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.3",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"devDependencies": {
Expand All @@ -77,9 +77,9 @@
"@feathersjs/transport-commons": "^5.0.0-pre.37",
"@feathersjs/typebox": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/prettier": "^2.7.2",
"axios": "^1.3.0",
"axios": "^1.3.2",
"mocha": "^10.2.0",
"mongodb": "^5.0.1",
"mssql": "^9.1.1",
Expand All @@ -88,7 +88,7 @@
"shx": "^0.3.4",
"sqlite3": "^5.1.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.4"
"type-fest": "^3.5.7"
},
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed"
}
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.0-pre.37",
"@feathersjs/schema": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"knex": "^2.4.2",
"mocha": "^10.2.0",
"pg": "^8.9.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 @@ -72,8 +72,8 @@
"@feathersjs/tests": "^5.0.0-pre.37",
"@types/koa-compose": "^3.2.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.3.0",
"@types/node": "^18.13.0",
"axios": "^1.3.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@feathersjs/adapter-tests": "^5.0.0-pre.37",
"@feathersjs/feathers": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"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 @@ -60,7 +60,7 @@
"@feathersjs/adapter-tests": "^5.0.0-pre.37",
"@feathersjs/schema": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"mongodb": "^5.0.1",
"mongodb-memory-server": "^8.11.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 @@ -64,10 +64,10 @@
"@feathersjs/memory": "^5.0.0-pre.37",
"@feathersjs/tests": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/node-fetch": "^2.6.2",
"@types/qs": "^6.9.7",
"axios": "^1.3.0",
"axios": "^1.3.2",
"mocha": "^10.2.0",
"node-fetch": "^2.6.1",
"rxjs": "^7.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@feathersjs/commons": "^5.0.0-pre.37",
"@feathersjs/errors": "^5.0.0-pre.37",
"@feathersjs/feathers": "^5.0.0-pre.37",
"@feathersjs/hooks": "^0.7.6",
"@feathersjs/hooks": "^0.8.1",
"@types/json-schema": "^7.0.11",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand All @@ -67,7 +67,7 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"ajv-formats": "^2.1.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@feathersjs/socketio": "^5.0.0-pre.37",
"@feathersjs/tests": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.5.4",
"socket.io-client": "^4.6.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@
"@feathersjs/commons": "^5.0.0-pre.37",
"@feathersjs/feathers": "^5.0.0-pre.37",
"@feathersjs/transport-commons": "^5.0.0-pre.37",
"socket.io": "^4.5.4"
"socket.io": "^4.6.0"
},
"devDependencies": {
"@feathersjs/express": "^5.0.0-pre.37",
"@feathersjs/memory": "^5.0.0-pre.37",
"@feathersjs/tests": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.5.4",
"socket.io-client": "^4.6.0",
"typescript": "^4.9.5"
},
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed"
Expand Down
4 changes: 2 additions & 2 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
},
"dependencies": {
"@types/lodash": "^4.14.191",
"axios": "^1.3.0",
"axios": "^1.3.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/encodeurl": "^1.0.0",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"typescript": "^4.9.5"
Expand Down

0 comments on commit d659858

Please sign in to comment.