FFFF chore: Update all dependencies by daffl · Pull Request #2010 · feathersjs/feathers · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
863 changes: 427 additions & 436 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 @@ -31,9 +31,9 @@
"test": "npm run lint && nyc lerna run test"
},
"devDependencies": {
"lerna": "^3.21.0",
"npm-check-updates": "^6.0.1",
"nyc": "^15.0.1",
"lerna": "^3.22.1",
"npm-check-updates": "^7.0.1",
"nyc": "^15.1.0",
"tslint": "^6.1.2"
}
}
8 changes: 4 additions & 4 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"@feathersjs/socketio-client": "^4.5.4",
"@types/debug": "^4.1.5",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"@types/node": "^14.0.22",
"axios": "^0.19.2",
"mocha": "^7.1.2",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
12 changes: 6 additions & 6 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"@feathersjs/feathers": "^4.5.3",
"bcryptjs": "^2.4.3",
"debug": "^4.1.1",
"lodash": "^4.17.15"
"lodash": "^4.17.19"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.151",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"mocha": "^7.1.2",
"@types/node": "^14.0.22",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
14 changes: 7 additions & 7 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
"express-session": "^1.17.1",
"grant": "^4.7.0",
"grant-profile": "^0.0.11",
"lodash": "^4.17.15"
"lodash": "^4.17.19"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/express": "^4.17.6",
"@types/express": "^4.17.7",
"@types/express-session": "^1.17.0",
"@types/lodash": "^4.14.151",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"@types/node": "^14.0.22",
"axios": "^0.19.2",
"mocha": "^7.1.2",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
16 changes: 8 additions & 8 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"@types/jsonwebtoken": "^8.5.0",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"long-timeout": "^0.1.1",
"uuid": "^8.0.0"
"uuid": "^8.2.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.151",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"@types/uuid": "^7.0.3",
"@types/node": "^14.0.22",
"@types/uuid": "^8.0.0",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.2",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
14 changes: 7 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@feathersjs/authentication-client": "^4.5.4",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/express": "^4.5.4",
Expand All @@ -55,18 +55,18 @@
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.0",
"jquery": "^3.5.1",
"jsdom": "^16.2.2",
"mocha": "^7.1.2",
"jsdom": "^16.3.0",
"mocha": "^8.0.1",
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.0",
"parallel-webpack": "^2.6.0",
"request": "^2.88.2",
"socket.io-client": "^2.3.0",
"superagent": "^5.2.2",
"superagent": "^5.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-merge": "^4.2.2",
"ws": "^7.3.0",
"webpack-merge": "^5.0.9",
"ws": "^7.3.1",
"xhr2": "^0.2.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');
const webpack = require('webpack');
const merge = require('webpack-merge');
const { merge } = require('webpack-merge');
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');

function createConfig (name, isProduction = false) {
Expand Down
8 changes: 4 additions & 4 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"mocha": "^7.1.2",
"@types/node": "^14.0.22",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
8 changes: 4 additions & 4 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"@types/config": "^0.0.36",
"@types/debug": "^4.1.5",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"mocha": "^7.1.2",
"@types/node": "^14.0.22",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@feathersjs/feathers": "^4.5.3",
"express": "^4.17.1",
"mocha": "^7.1.2"
"mocha": "^8.0.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
8 changes: 4 additions & 4 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"dependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@types/express": "^4.17.6",
"@types/express": "^4.17.7",
"debug": "^4.1.1",
"express": "^4.17.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"uberproto": "^2.0.6"
},
"devDependencies": {
Expand All @@ -54,8 +54,8 @@
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"axios": "^0.19.2",
"lodash": "^4.17.15",
"mocha": "^7.1.2"
"lodash": "^4.17.19",
"mocha": "^8.0.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"uberproto": "^2.0.6"
},
"devDependencies": {
"mocha": "^7.1.2"
"mocha": "^8.0.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
4 changes: 2 additions & 2 deletions packages/primus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@feathersjs/primus": "^4.5.4",
"@feathersjs/tests": "^4.5.3",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.2",
"ws": "^7.3.0"
"mocha": "^8.0.1",
"ws": "^7.3.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
8 changes: 4 additions & 4 deletions packages/primus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@feathersjs/transport-commons": "^4.5.3",
"debug": "^4.1.1",
"primus": "^7.3.4",
"primus": "^7.3.5",
"primus-emitter": "^3.1.1",
"uberproto": "^2.0.6"
},
Expand All @@ -52,9 +52,9 @@
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"feathers-memory": "^4.1.0",
"lodash": "^4.17.15",
"mocha": "^7.1.2",
"ws": "^7.3.0"
"lodash": "^4.17.19",
"mocha": "^8.0.1",
"ws": "^7.3.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
12 changes: 6 additions & 6 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
"qs": "^6.9.4"
},
"devDependencies": {
"@angular/common": "^9.1.7",
"@angular/core": "^9.1.7",
"@angular/common": "^10.0.3",
"@angular/core": "^10.0.3",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "^9.1.7",
"@angular/platform-browser": "^10.0.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.2",
"mocha": "^8.0.1",
"node-fetch": "^2.6.0",
"request": "^2.88.2",
"rxjs": "^6.5.5",
"rxjs": "^6.6.0",
"shx": "^0.3.2",
"superagent": "^5.2.2"
"superagent": "^5.3.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/tests": "^4.5.3",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.2",
"mocha": "^8.0.1",
"socket.io-client": "^2.3.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
10 changes: 5 additions & 5 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@feathersjs/transport-commons": "^4.5.3",
"@types/socket.io": "^2.1.6",
"@types/socket.io": "^2.1.8",
"debug": "^4.1.1",
"socket.io": "^2.3.0",
"uberproto": "^2.0.6"
Expand All @@ -52,11 +52,11 @@
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"@types/mocha": "^7.0.2",
"@types/mongodb": "^3.5.17",
"@types/node": "^14.0.1",
"@types/mongodb": "^3.5.25",
"@types/node": "^14.0.22",
"feathers-memory": "^4.1.0",
"lodash": "^4.17.15",
"mocha": "^7.1.2",
"lodash": "^4.17.19",
"mocha": "^8.0.1",
"socket.io-client": "^2.3.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
12 changes: 6 additions & 6 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
},
"dependencies": {
"axios": "^0.19.2",
"lodash": "^4.17.15"
"lodash": "^4.17.19"
},
"devDependencies": {
"@feathersjs/feathers": "^4.5.3",
"@types/axios": "^0.14.0",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.151",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"mocha": "^7.1.2",
"@types/node": "^14.0.22",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
}
}
10 changes: 5 additions & 5 deletions packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
"@feathersjs/commons": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"debug": "^4.1.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"radix-router": "^3.0.1"
},
"devDependencies": {
"@feathersjs/feathers": "^4.5.3",
"@types/debug": "^4.1.5",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"mocha": "^7.1.2",
"@types/node": "^14.0.22",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
0