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 Sep 26, 2023
1 parent c619ab2 commit baa321a
Show file tree
Hide file tree
Showing 27 changed files with 1,260 additions and 738 deletions.
1,784 changes: 1,153 additions & 631 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"c8": "^8.0.1",
"eslint": "^8.46.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"lerna": "^7.1.4",
"npm-check-updates": "^16.10.18",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
"lerna": "^7.3.0",
"npm-check-updates": "^16.14.4",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/mongodb": "^4.0.6",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"mongodb": "^5.7.0",
"mongodb": "^6.1.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"@feathersjs/socketio": "^5.0.8",
"@feathersjs/socketio-client": "^5.0.8",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"axios": "^1.4.0",
"@types/node": "^20.7.0",
"axios": "^1.5.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.8",
"@feathersjs/schema": "^5.0.8",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.196",
"@types/bcryptjs": "^2.4.4",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
16 changes: 8 additions & 8 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@
},
"devDependencies": {
"@feathersjs/memory": "^5.0.8",
"@types/cookie-session": "^2.0.44",
"@types/express": "^4.17.17",
"@types/koa-session": "^6.4.1",
"@types/lodash": "^4.14.196",
"@types/cookie-session": "^2.0.45",
"@types/express": "^4.17.18",
"@types/koa-session": "^6.4.2",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/tough-cookie": "^4.0.2",
"axios": "^1.4.0",
"@types/node": "^20.7.0",
"@types/tough-cookie": "^4.0.3",
"axios": "^1.5.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
14 changes: 7 additions & 7 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,22 @@
"@feathersjs/hooks": "^0.8.1",
"@feathersjs/schema": "^5.0.8",
"@feathersjs/transport-commons": "^5.0.8",
"@types/jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.1",
"@types/jsonwebtoken": "^9.0.3",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.8",
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/uuid": "^9.0.2",
"@types/node": "^20.7.0",
"@types/uuid": "^9.0.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"@feathersjs/transport-commons": "^5.0.8",
"@feathersjs/typebox": "^5.0.8",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"@types/prettier": "^2.7.3",
"axios": "^1.4.0",
"axios": "^1.5.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^4.2.0",
"typescript": "^5.1.6"
"type-fest": "^4.3.1",
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 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.8"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@feathersjs/express": "^5.0.8",
"@feathersjs/memory": "^5.0.8",
"@feathersjs/socketio": "^5.0.8",
Expand All @@ -68,9 +68,9 @@
"node-fetch": "^2.6.1",
"shx": "^0.3.4",
"socket.io-client": "^4.7.2",
"superagent": "^8.0.9",
"superagent": "^8.1.2",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"@feathersjs/commons": "^5.0.8",
"@feathersjs/feathers": "^5.0.8",
"@feathersjs/schema": "^5.0.8",
"@types/config": "^3.3.0",
"@types/config": "^3.3.1",
"config": "^3.3.9"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"devDependencies": {
"@feathersjs/feathers": "^5.0.8",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
14 changes: 7 additions & 7 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@
"@feathersjs/errors": "^5.0.8",
"@feathersjs/feathers": "^5.0.8",
"@feathersjs/transport-commons": "^5.0.8",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/express-serve-static-core": "^4.17.35",
"@types/compression": "^1.7.3",
"@types/express": "^4.17.18",
"@types/express-serve-static-core": "^4.17.37",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.8",
"@feathersjs/tests": "^5.0.8",
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"axios": "^1.4.0",
"@types/node": "^20.7.0",
"axios": "^1.5.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
18 changes: 9 additions & 9 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@feathershq/pinion": "^0.3.5",
"chalk": "^4.0.1",
"lodash": "^4.17.21",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.8",
Expand All @@ -77,19 +77,19 @@
"@feathersjs/transport-commons": "^5.0.8",
"@feathersjs/typebox": "^5.0.8",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"@types/prettier": "^2.7.3",
"axios": "^1.4.0",
"axios": "^1.5.0",
"mocha": "^10.2.0",
"mongodb": "^5.7.0",
"mssql": "^9.1.3",
"mongodb": "^6.1.0",
"mssql": "^10.0.1",
"mysql": "^2.18.1",
"pg": "^8.11.2",
"pg": "^8.11.3",
"shx": "^0.3.4",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
"type-fest": "^4.2.0",
"typescript": "^5.1.6"
"type-fest": "^4.3.1",
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@feathersjs/adapter-tests": "^5.0.8",
"@feathersjs/schema": "^5.0.8",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"knex": "^2.5.1",
"mocha": "^10.2.0",
"pg": "^8.11.2",
"pg": "^8.11.3",
"shx": "^0.3.4",
"sqlite3": "^5.1.6",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
14 changes: 7 additions & 7 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"@feathersjs/feathers": "^5.0.8",
"@feathersjs/transport-commons": "^5.0.8",
"@koa/cors": "^4.0.0",
"@types/koa": "^2.13.8",
"@types/koa-qs": "^2.0.0",
"@types/koa": "^2.13.9",
"@types/koa-qs": "^2.0.1",
"@types/koa-static": "^4.0.2",
"@types/koa__cors": "^4.0.0",
"@types/koa__cors": "^4.0.1",
"koa": "^2.14.2",
"koa-body": "^6.0.1",
"koa-compose": "^4.1.0",
Expand All @@ -69,14 +69,14 @@
"@feathersjs/authentication-local": "^5.0.8",
"@feathersjs/memory": "^5.0.8",
"@feathersjs/tests": "^5.0.8",
"@types/koa-compose": "^3.2.5",
"@types/koa-compose": "^3.2.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"axios": "^1.4.0",
"@types/node": "^20.7.0",
"axios": "^1.5.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@feathersjs/adapter-tests": "^5.0.8",
"@feathersjs/feathers": "^5.0.8",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
"@feathersjs/adapter-tests": "^5.0.8",
"@feathersjs/schema": "^5.0.8",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.9",
"@types/node": "^20.7.0",
"mocha": "^10.2.0",
"mongodb-memory-server": "^8.14.0",
"mongodb-memory-server": "^8.15.1",
"shx": "^0.3.4",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
Loading

0 comments on commit baa321a

Please sign in to comment.