Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependencies): Update all dependencies #1967

Closed
wants to merge 12 commits into from
12,193 changes: 9,803 additions & 2,390 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.20.2",
"npm-check-updates": "^4.1.2",
"nyc": "^15.0.1",
"tslint": "^6.1.1"
"lerna": "^3.22.1",
"npm-check-updates": "^7.0.1",
"nyc": "^15.1.0",
"tslint": "^6.1.2"
}
}
22 changes: 11 additions & 11 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/authentication-local": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/primus": "^4.5.3",
"@feathersjs/primus-client": "^4.5.3",
"@feathersjs/rest-client": "^4.5.3",
"@feathersjs/socketio": "^4.5.3",
"@feathersjs/socketio-client": "^4.5.3",
"@feathersjs/authentication-local": "^4.5.4",
"@feathersjs/express": "^4.5.4",
"@feathersjs/primus": "^4.5.4",
"@feathersjs/primus-client": "^4.5.4",
"@feathersjs/rest-client": "^4.5.4",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/socketio-client": "^4.5.4",
"@types/debug": "^4.1.5",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"@types/node": "^14.0.14",
"axios": "^0.19.2",
"mocha": "^7.1.1",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
10 changes: 5 additions & 5 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"mocha": "^7.1.1",
"@types/node": "^14.0.14",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
18 changes: 9 additions & 9 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@
"dependencies": {
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"debug": "^4.1.1",
"express-session": "^1.17.0",
"grant": "^4.7.0",
"grant-profile": "^0.0.11",
"express-session": "^1.17.1",
"grant": "^5.2.0",
"grant-profile": "^1.0.2",
"lodash": "^4.17.15"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/express": "^4.17.6",
"@types/express-session": "^1.17.0",
"@types/lodash": "^4.14.149",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"@types/node": "^14.0.14",
"axios": "^0.19.2",
"mocha": "^7.1.1",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"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 @@ -46,24 +46,24 @@
"@feathersjs/errors": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/transport-commons": "^4.5.3",
"@types/jsonwebtoken": "^8.3.9",
"@types/jsonwebtoken": "^8.5.0",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"long-timeout": "^0.1.1",
"uuid": "^7.0.3"
"uuid": "^8.2.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"@types/uuid": "^7.0.2",
"@types/node": "^14.0.14",
"@types/uuid": "^8.0.0",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.1",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
28 changes: 14 additions & 14 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,34 @@
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@feathersjs/authentication-client": "^4.5.3",
"@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.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/primus": "^4.5.3",
"@feathersjs/primus-client": "^4.5.3",
"@feathersjs/rest-client": "^4.5.3",
"@feathersjs/socketio": "^4.5.3",
"@feathersjs/socketio-client": "^4.5.3",
"@feathersjs/primus": "^4.5.4",
"@feathersjs/primus-client": "^4.5.4",
"@feathersjs/rest-client": "^4.5.4",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/socketio-client": "^4.5.4",
"@feathersjs/tests": "^4.5.3",
"babel-loader": "^8.1.0",
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.0",
"jquery": "^3.5.0",
"jquery": "^3.5.1",
"jsdom": "^16.2.2",
"mocha": "^7.1.1",
"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.42.1",
"webpack": "^4.43.0",
"webpack-merge": "^4.2.2",
"ws": "^7.2.3",
"ws": "^7.3.1",
"xhr2": "^0.2.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
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": "^13.11.1",
"mocha": "^7.1.1",
"@types/node": "^14.0.14",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"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": "^13.11.1",
"mocha": "^7.1.1",
"@types/node": "^14.0.14",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"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.1"
"mocha": "^8.0.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
},
"devDependencies": {
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/authentication-local": "^4.5.3",
"@feathersjs/authentication-local": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"axios": "^0.19.2",
"lodash": "^4.17.15",
"mocha": "^7.1.1"
"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.1"
"mocha": "^8.0.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
6 changes: 3 additions & 3 deletions packages/primus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"devDependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/primus": "^4.5.3",
"@feathersjs/primus": "^4.5.4",
"@feathersjs/tests": "^4.5.3",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.1",
"ws": "^7.2.3"
"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,19 +42,19 @@
"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"
},
"devDependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"feathers-memory": "^4.1.0",
"lodash": "^4.17.15",
"mocha": "^7.1.1",
"ws": "^7.2.3"
"mocha": "^8.0.1",
"ws": "^7.3.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
16 changes: 8 additions & 8 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
"dependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"qs": "^6.9.3"
"qs": "^6.9.4"
},
"devDependencies": {
"@angular/common": "^9.1.1",
"@angular/core": "^9.1.1",
"@angular/common": "^10.0.2",
"@angular/core": "^10.0.2",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "^9.1.1",
"@feathersjs/express": "^4.5.3",
"@angular/platform-browser": "^10.0.2",
"@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.1",
"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"
}
6 changes: 3 additions & 3 deletions packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
},
"dependencies": {
"@feathersjs/transport-commons": "^4.5.3",
"@types/socket.io-client": "^1.4.32"
"@types/socket.io-client": "^1.4.33"
},
"devDependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/socketio": "^4.5.3",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/tests": "^4.5.3",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.1",
"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,22 +41,22 @@
},
"dependencies": {
"@feathersjs/transport-commons": "^4.5.3",
"@types/socket.io": "^2.1.4",
"@types/socket.io": "^2.1.8",
"debug": "^4.1.1",
"socket.io": "^2.3.0",
"uberproto": "^2.0.6"
},
"devDependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"@types/mocha": "^7.0.2",
"@types/mongodb": "^3.5.5",
"@types/node": "^13.11.1",
"@types/mongodb": "^3.5.25",
"@types/node": "^14.0.14",
"feathers-memory": "^4.1.0",
"lodash": "^4.17.15",
"mocha": "^7.1.1",
"mocha": "^8.0.1",
"socket.io-client": "^2.3.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
10 changes: 5 additions & 5 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@feathersjs/feathers": "^4.5.3",
"@types/axios": "^0.14.0",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"mocha": "^7.1.1",
"@types/node": "^14.0.14",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
}
}
Loading