Skip to content

Commit

Permalink
chore(dependencies): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 3, 2023
1 parent 8cd2f41 commit 05da4bc
Show file tree
Hide file tree
Showing 26 changed files with 213 additions and 330 deletions.
417 changes: 150 additions & 267 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"c8": "^8.0.1",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
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 @@ -55,9 +55,9 @@
"@feathersjs/feathers": "^5.0.9"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.2",
"@types/mongodb": "^4.0.6",
"@types/node": "^20.7.0",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"mongodb": "^6.1.0",
"shx": "^0.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"@feathersjs/rest-client": "^5.0.9",
"@feathersjs/socketio": "^5.0.9",
"@feathersjs/socketio-client": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"axios": "^1.5.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"@feathersjs/schema": "^5.0.9",
"@types/bcryptjs": "^2.4.4",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"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 @@ -73,10 +73,10 @@
"@types/express": "^4.17.18",
"@types/koa-session": "^6.4.2",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/tough-cookie": "^4.0.3",
"axios": "^1.5.0",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.9",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/uuid": "^9.0.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@
"@feathersjs/socketio": "^5.0.9",
"@feathersjs/transport-commons": "^5.0.9",
"@feathersjs/typebox": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/prettier": "^2.7.3",
"axios": "^1.5.0",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^4.3.1",
"type-fest": "^4.3.3",
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
Expand Down
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"config": "^3.3.9"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
],
"devDependencies": {
"@feathersjs/feathers": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"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 @@ -68,9 +68,9 @@
"@feathersjs/authentication-local": "^5.0.9",
"@feathersjs/tests": "^5.0.9",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"axios": "^1.5.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"axios": "^1.5.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"events": "^3.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"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 @@ -76,10 +76,10 @@
"@feathersjs/socketio": "^5.0.9",
"@feathersjs/transport-commons": "^5.0.9",
"@feathersjs/typebox": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/prettier": "^2.7.3",
"axios": "^1.5.0",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"mongodb": "^6.1.0",
"mssql": "^10.0.1",
Expand All @@ -88,7 +88,7 @@
"shx": "^0.3.4",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
"type-fest": "^4.3.1",
"type-fest": "^4.3.3",
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
Expand Down
6 changes: 3 additions & 3 deletions packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@feathersjs/feathers": "^5.0.9"
},
"peerDependencies": {
"knex": "^2.3.0"
"knex": "^2.5.1"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.9",
"@feathersjs/schema": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"knex": "^2.5.1",
"mocha": "^10.2.0",
"pg": "^8.11.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
"@feathersjs/memory": "^5.0.9",
"@feathersjs/tests": "^5.0.9",
"@types/koa-compose": "^3.2.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"axios": "^1.5.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.9",
"@feathersjs/feathers": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"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 @@ -57,13 +57,13 @@
"@feathersjs/feathers": "^5.0.9"
},
"peerDependencies": {
"mongodb": "^5.2.0"
"mongodb": "^6.1.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.9",
"@feathersjs/schema": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"mongodb-memory-server": "^8.15.1",
"shx": "^0.3.4",
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 @@ -63,11 +63,11 @@
"@feathersjs/express": "^5.0.9",
"@feathersjs/memory": "^5.0.9",
"@feathersjs/tests": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node-fetch": "^2.6.6",
"@types/qs": "^6.9.8",
"axios": "^1.5.0",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"node-fetch": "^2.6.1",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
},
"devDependencies": {
"@feathersjs/memory": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"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 @@ -62,8 +62,8 @@
"@feathersjs/memory": "^5.0.9",
"@feathersjs/socketio": "^5.0.9",
"@feathersjs/tests": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@feathersjs/express": "^5.0.9",
"@feathersjs/memory": "^5.0.9",
"@feathersjs/tests": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 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.199",
"axios": "^1.5.0",
"axios": "^1.5.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/feathers": "^5.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"devDependencies": {
"@types/encodeurl": "^1.0.0",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
6 changes: 3 additions & 3 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.9",
"@sinclair/typebox": "^0.25.0"
"@sinclair/typebox": "^0.31.17"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.7.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"typescript": "^5.2.2"
Expand Down

0 comments on commit 05da4bc

Please sign in to comment.