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 Feb 1, 2023
1 parent 6db8b24 commit 42e3cf8
Show file tree
Hide file tree
Showing 27 changed files with 29,728 additions and 11,175 deletions.
40,825 changes: 29,689 additions & 11,136 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"c8": "^7.12.0",
"eslint": "^8.33.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",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"@types/mongodb": "^4.0.6",
"@types/node": "^18.11.18",
"mocha": "^10.2.0",
"mongodb": "^4.13.0",
"mongodb": "^5.0.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
4 changes: 2 additions & 2 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"@feathersjs/socketio-client": "^5.0.0-pre.36",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.2.6",
"axios": "^1.3.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
4 changes: 2 additions & 2 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/tough-cookie": "^4.0.2",
"axios": "^1.2.6",
"axios": "^1.3.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"axios": "^1.2.6",
"axios": "^1.3.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.3",
"typescript": "^4.9.4"
"type-fest": "^3.5.4",
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"socket.io-client": "^4.5.4",
"superagent": "^8.0.9",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.2.6",
"axios": "^1.3.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
6 changes: 3 additions & 3 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"chalk": "^4.0.1",
"lodash": "^4.17.21",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.36",
Expand All @@ -79,11 +79,11 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"axios": "^1.2.6",
"axios": "^1.3.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.3"
"type-fest": "^3.5.4"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"pg": "^8.9.0",
"shx": "^0.3.4",
"sqlite3": "^5.1.4",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
4 changes: 2 additions & 2 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"@types/koa-compose": "^3.2.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.2.6",
"axios": "^1.3.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"mocha": "^10.2.0",
"mongodb-memory-server": "^8.11.4",
"shx": "^0.3.4",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
4 changes: 2 additions & 2 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"@types/qs": "^6.9.7",
"axios": "^1.2.6",
"axios": "^1.3.0",
"mocha": "^10.2.0",
"node-fetch": "^2.6.1",
"rxjs": "^7.8.0",
"shx": "^0.3.4",
"superagent": "^8.0.9",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"ajv-formats": "^2.1.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"shx": "^0.3.4",
"socket.io-client": "^4.5.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.5.4",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
4 changes: 2 additions & 2 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@types/lodash": "^4.14.191",
"axios": "^1.2.6",
"axios": "^1.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand All @@ -55,6 +55,6 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}
2 changes: 1 addition & 1 deletion packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/node": "^18.11.18",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
}

0 comments on commit 42e3cf8

Please sign in to comment.