Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Sep 16, 2022
1 parent 86d00e5 commit 1474c46
Show file tree
Hide file tree
Showing 25 changed files with 38 additions and 38 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"lerna": "^5.5.1",
"npm-check-updates": "^16.1.2",
"npm-check-updates": "^16.1.3",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
}
Expand Down
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": "^9.1.1",
"@types/mongodb": "^4.0.6",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.0",
"mongodb": "^4.9.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": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@feathersjs/socketio": "^5.0.0-pre.29",
"@feathersjs/socketio-client": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"axios": "^0.27.2",
"mocha": "^10.0.0",
"shx": "^0.3.4",
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.185",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.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 @@ -70,11 +70,11 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.29",
"@types/cookie-session": "^2.0.44",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"@types/koa-session": "^5.10.6",
"@types/lodash": "^4.14.185",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"@types/tough-cookie": "^4.0.2",
"axios": "^0.27.2",
"mocha": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@feathersjs/memory": "^5.0.0-pre.29",
"@types/lodash": "^4.14.185",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"@types/uuid": "^8.3.4",
"mocha": "^10.0.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@feathersjs/socketio": "^5.0.0-pre.29",
"@feathersjs/transport-commons": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"@types/prettier": "^2.7.0",
"axios": "^0.27.2",
"mocha": "^10.0.0",
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,8 +56,8 @@
"@feathersjs/socketio-client": "^5.0.0-pre.29"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@feathersjs/express": "^5.0.0-pre.29",
"@feathersjs/memory": "^5.0.0-pre.29",
"@feathersjs/socketio": "^5.0.0-pre.29",
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": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.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": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.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.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.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 @@ -57,8 +57,8 @@
"@feathersjs/errors": "^5.0.0-pre.29",
"@feathersjs/feathers": "^5.0.0-pre.29",
"@feathersjs/transport-commons": "^5.0.0-pre.29",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.30",
"@types/express": "^4.17.14",
"@types/express-serve-static-core": "^4.17.31",
"cors": "^2.8.5",
"express": "^4.18.1"
},
Expand All @@ -67,7 +67,7 @@
"@feathersjs/tests": "^5.0.0-pre.29",
"@types/lodash": "^4.14.185",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"axios": "^0.27.2",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
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": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"knex": "^2.3.0",
"mocha": "^10.0.0",
"pg": "^8.8.0",
"shx": "^0.3.4",
"sqlite3": "^5.0.11",
"sqlite3": "^5.1.1",
"typescript": "^4.8.3"
},
"gitHead": "4314dc89a41a8bbaabf00b47697bf7887861d17d"
Expand Down
2 changes: 1 addition & 1 deletion packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@feathersjs/tests": "^5.0.0-pre.29",
"@types/koa-compose": "^3.2.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"axios": "^0.27.2",
"mocha": "^10.0.0",
"shx": "^0.3.4",
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.29",
"@feathersjs/feathers": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.0",
"mongodb-memory-server": "^8.9.1",
"mongodb-memory-server": "^8.9.2",
"shx": "^0.3.4",
"typescript": "^4.8.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@feathersjs/memory": "^5.0.0-pre.29",
"@feathersjs/tests": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"@types/node-fetch": "^2.6.2",
"@types/qs": "^6.9.7",
"axios": "^0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"ajv-formats": "^2.1.1",
"mocha": "^10.0.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@feathersjs/socketio": "^5.0.0-pre.29",
"@feathersjs/tests": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.0",
"shx": "^0.3.4",
"socket.io-client": "^4.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@feathersjs/memory": "^5.0.0-pre.29",
"@feathersjs/tests": "^5.0.0-pre.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/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.29",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.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.185",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.17",
"@types/node": "^18.7.18",
"mocha": "^10.0.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 1474c46

Please sign in to comment.