Skip to content

Commit

Permalink
chore(dependencies): Update all dependencies (#3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Nov 27, 2023
1 parent 82d30fd commit 42120ea
Show file tree
Hide file tree
Showing 27 changed files with 1,111 additions and 1,028 deletions.
1,878 changes: 980 additions & 898 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
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.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"c8": "^8.0.1",
"eslint": "^8.51.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"lerna": "^7.3.1",
"npm-check-updates": "^16.14.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"lerna": "^8.0.0",
"npm-check-updates": "^16.14.11",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
}
}
8 changes: 4 additions & 4 deletions packages/adapter-commons/package.json
Expand Up @@ -55,14 +55,14 @@
"@feathersjs/feathers": "^5.0.11"
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/mocha": "^10.0.6",
"@types/mongodb": "^4.0.6",
"@types/node": "^20.8.4",
"@types/node": "^20.10.0",
"mocha": "^10.2.0",
"mongodb": "^6.1.0",
"mongodb": "^6.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/adapter-tests/package.json
Expand Up @@ -50,12 +50,12 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/authentication-client/package.json
Expand Up @@ -65,13 +65,13 @@
"@feathersjs/rest-client": "^5.0.11",
"@feathersjs/socketio": "^5.0.11",
"@feathersjs/socketio-client": "^5.0.11",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"axios": "^1.5.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"axios": "^1.6.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
10 changes: 5 additions & 5 deletions packages/authentication-local/package.json
Expand Up @@ -63,14 +63,14 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.11",
"@feathersjs/schema": "^5.0.11",
"@types/bcryptjs": "^2.4.4",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
18 changes: 9 additions & 9 deletions packages/authentication-oauth/package.json
Expand Up @@ -69,19 +69,19 @@
},
"devDependencies": {
"@feathersjs/memory": "^5.0.11",
"@types/cookie-session": "^2.0.45",
"@types/express": "^4.17.19",
"@types/koa-session": "^6.4.2",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/tough-cookie": "^4.0.3",
"axios": "^1.5.1",
"@types/cookie-session": "^2.0.48",
"@types/express": "^4.17.21",
"@types/koa-session": "^6.4.5",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/tough-cookie": "^4.0.5",
"axios": "^1.6.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
12 changes: 6 additions & 6 deletions packages/authentication/package.json
Expand Up @@ -59,22 +59,22 @@
"@feathersjs/hooks": "^0.8.1",
"@feathersjs/schema": "^5.0.11",
"@feathersjs/transport-commons": "^5.0.11",
"@types/jsonwebtoken": "^9.0.3",
"@types/jsonwebtoken": "^9.0.5",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.11",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/uuid": "^9.0.5",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/uuid": "^9.0.7",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
12 changes: 6 additions & 6 deletions packages/cli/package.json
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@feathersjs/generators": "^5.0.11",
"chalk": "^4.0.1",
"commander": "^11.0.0"
"commander": "^11.1.0"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.11",
Expand All @@ -74,15 +74,15 @@
"@feathersjs/socketio": "^5.0.11",
"@feathersjs/transport-commons": "^5.0.11",
"@feathersjs/typebox": "^5.0.11",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/prettier": "^2.7.3",
"axios": "^1.5.1",
"axios": "^1.6.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
"type-fest": "^4.8.2",
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
12 changes: 6 additions & 6 deletions packages/client/package.json
Expand Up @@ -56,8 +56,8 @@
"@feathersjs/socketio-client": "^5.0.11"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@feathersjs/express": "^5.0.11",
"@feathersjs/memory": "^5.0.11",
"@feathersjs/socketio": "^5.0.11",
Expand All @@ -69,11 +69,11 @@
"shx": "^0.3.4",
"socket.io-client": "^4.7.2",
"superagent": "^8.1.2",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
"webpack-merge": "^5.10.0"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/commons/package.json
Expand Up @@ -52,12 +52,12 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/configuration/package.json
Expand Up @@ -61,16 +61,16 @@
"@feathersjs/commons": "^5.0.11",
"@feathersjs/feathers": "^5.0.11",
"@feathersjs/schema": "^5.0.11",
"@types/config": "^3.3.1",
"@types/config": "^3.3.3",
"config": "^3.3.9"
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/errors/package.json
Expand Up @@ -50,12 +50,12 @@
],
"devDependencies": {
"@feathersjs/feathers": "^5.0.11",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
17 changes: 9 additions & 8 deletions packages/express/package.json
Expand Up @@ -57,25 +57,26 @@
"@feathersjs/errors": "^5.0.11",
"@feathersjs/feathers": "^5.0.11",
"@feathersjs/transport-commons": "^5.0.11",
"@types/compression": "^1.7.3",
"@types/express": "^4.17.19",
"@types/express-serve-static-core": "^4.17.37",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.41",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.11",
"@feathersjs/tests": "^5.0.11",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"axios": "^1.5.1",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"axios": "^1.6.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/feathers/package.json
Expand Up @@ -63,12 +63,12 @@
"events": "^3.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
16 changes: 8 additions & 8 deletions packages/generators/package.json
Expand Up @@ -55,8 +55,8 @@
"@feathershq/pinion": "^0.3.5",
"chalk": "^4.0.1",
"lodash": "^4.17.21",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.11",
Expand All @@ -76,21 +76,21 @@
"@feathersjs/socketio": "^5.0.11",
"@feathersjs/transport-commons": "^5.0.11",
"@feathersjs/typebox": "^5.0.11",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/prettier": "^2.7.3",
"axios": "^1.5.1",
"axios": "^1.6.2",
"knex": "^3.0.1",
"mocha": "^10.2.0",
"mongodb": "^6.1.0",
"mongodb": "^6.3.0",
"mssql": "^10.0.1",
"mysql": "^2.18.1",
"pg": "^8.11.3",
"shx": "^0.3.4",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
"type-fest": "^4.8.2",
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/knex/package.json
Expand Up @@ -57,19 +57,19 @@
"@feathersjs/feathers": "^5.0.11"
},
"peerDependencies": {
"knex": ">= 2.1.0"
"knex": ">=3.0.1"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.11",
"@feathersjs/schema": "^5.0.11",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"knex": "^3.0.1",
"mocha": "^10.2.0",
"pg": "^8.11.3",
"shx": "^0.3.4",
"sqlite3": "^5.1.6",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}

0 comments on commit 42120ea

Please sign in to comment.