Skip to content

Commit

Permalink
chore(dependencies): Update dependencies (#3072)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <hello@feathersjs.com>
  • Loading branch information
daffl and GitHub Actions Bot authored Feb 24, 2023
1 parent e41f39a commit fd44a90
Show file tree
Hide file tree
Showing 27 changed files with 29,073 additions and 9,517 deletions.
38,486 changes: 29,021 additions & 9,465 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,14 +37,14 @@
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"c8": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"c8": "^7.13.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.7.4",
"lerna": "^6.5.1",
"npm-check-updates": "^16.7.9",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/mongodb": "^4.0.6",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"mongodb": "^5.0.1",
"mongodb": "^5.1.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
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.13.0",
"@types/node": "^18.14.1",
"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.38",
"@feathersjs/socketio-client": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"axios": "^1.3.2",
"@types/node": "^18.14.1",
"axios": "^1.3.4",
"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.13.0",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"@types/koa-session": "^5.10.6",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"@types/tough-cookie": "^4.0.2",
"axios": "^1.3.2",
"axios": "^1.3.4",
"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 @@ -69,8 +69,8 @@
"@feathersjs/memory": "^5.0.0-pre.38",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/uuid": "^9.0.0",
"@types/node": "^18.14.1",
"@types/uuid": "^9.0.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.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 @@ -75,13 +75,13 @@
"@feathersjs/transport-commons": "^5.0.0-pre.38",
"@feathersjs/typebox": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"@types/prettier": "^2.7.2",
"axios": "^1.3.2",
"axios": "^1.3.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.7",
"type-fest": "^3.6.0",
"typescript": "^4.9.5"
},
"gitHead": "7fc86307438ae8cf3f71ce3b677be8bcc55768c1"
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@feathersjs/socketio-client": "^5.0.0-pre.38"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@feathersjs/express": "^5.0.0-pre.38",
"@feathersjs/memory": "^5.0.0-pre.38",
Expand All @@ -67,7 +67,7 @@
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.1",
"shx": "^0.3.4",
"socket.io-client": "^4.6.0",
"socket.io-client": "^4.6.1",
"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.13.0",
"@types/node": "^18.14.1",
"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.13.0",
"@types/node": "^18.14.1",
"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.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@feathersjs/tests": "^5.0.0-pre.38",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"axios": "^1.3.2",
"@types/node": "^18.14.1",
"axios": "^1.3.4",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
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.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"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 @@ -77,18 +77,18 @@
"@feathersjs/transport-commons": "^5.0.0-pre.38",
"@feathersjs/typebox": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"@types/prettier": "^2.7.2",
"axios": "^1.3.2",
"axios": "^1.3.4",
"mocha": "^10.2.0",
"mongodb": "^5.0.1",
"mongodb": "^5.1.0",
"mssql": "^9.1.1",
"mysql": "^2.18.1",
"pg": "^8.9.0",
"shx": "^0.3.4",
"sqlite3": "^5.1.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.7"
"type-fest": "^3.6.0"
},
"gitHead": "7fc86307438ae8cf3f71ce3b677be8bcc55768c1"
}
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.38",
"@feathersjs/schema": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"knex": "^2.4.2",
"mocha": "^10.2.0",
"pg": "^8.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-qs": "^2.0.0",
"@types/koa-static": "^4.0.2",
"@types/koa__cors": "^3.3.0",
"@types/koa__cors": "^3.3.1",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.1.0",
Expand All @@ -72,8 +72,8 @@
"@feathersjs/tests": "^5.0.0-pre.38",
"@types/koa-compose": "^3.2.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"axios": "^1.3.2",
"@types/node": "^18.14.1",
"axios": "^1.3.4",
"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.38",
"@feathersjs/feathers": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"@feathersjs/adapter-tests": "^5.0.0-pre.38",
"@feathersjs/schema": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"mongodb": "^5.0.1",
"mongodb-memory-server": "^8.11.4",
"mongodb": "^5.1.0",
"mongodb-memory-server": "^8.11.5",
"shx": "^0.3.4",
"typescript": "^4.9.5"
},
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.38",
"@feathersjs/tests": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"@types/node-fetch": "^2.6.2",
"@types/qs": "^6.9.7",
"axios": "^1.3.2",
"axios": "^1.3.4",
"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 @@ -62,12 +62,12 @@
"@types/json-schema": "^7.0.11",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"json-schema-to-ts": "^2.6.2"
"json-schema-to-ts": "^2.7.2"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"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.38",
"@feathersjs/tests": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.6.0",
"socket.io-client": "^4.6.1",
"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.38",
"@feathersjs/feathers": "^5.0.0-pre.38",
"@feathersjs/transport-commons": "^5.0.0-pre.38",
"socket.io": "^4.6.0"
"socket.io": "^4.6.1"
},
"devDependencies": {
"@feathersjs/express": "^5.0.0-pre.38",
"@feathersjs/memory": "^5.0.0-pre.38",
"@feathersjs/tests": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.6.0",
"socket.io-client": "^4.6.1",
"typescript": "^4.9.5"
},
"gitHead": "7fc86307438ae8cf3f71ce3b677be8bcc55768c1"
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.2",
"axios": "^1.3.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"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.13.0",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
},
"dependencies": {
"@feathersjs/schema": "^5.0.0-pre.38",
"@sinclair/typebox": "^0.25.21"
"@sinclair/typebox": "^0.25.24"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"typescript": "^4.9.5"
Expand Down

0 comments on commit fd44a90

Please sign in to comment.