Skip to content

Commit

Permalink
fix: Update all dependencies for crow release (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 5, 2022
1 parent 12ed64e commit 1c63e6b
Show file tree
Hide file tree
Showing 21 changed files with 3,505 additions and 4,461 deletions.
7,712 changes: 3,378 additions & 4,334 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -26,12 +26,12 @@
"install": "lerna bootstrap",
"publish": "lerna publish && git commit -am \"chore: Update changelog\" && git push origin",
"lint": "tslint 'packages/**/*.js' 'packages/**/*.ts' -c tslint.json --fix",
"update-dependencies": "ncu -u && lerna exec -- ncu -u",
"update-dependencies": "ncu -u && lerna exec -- ncu -u -x socket.io,socket.io-client,grant,grant-profile",
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",
"test": "nyc lerna run test"
},
"devDependencies": {
"lerna": "^3.22.1",
"lerna": "^4.0.0",
"nyc": "^15.1.0",
"tslint": "^6.1.3"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/adapter-commons/package.json
Expand Up @@ -53,14 +53,14 @@
"@feathersjs/feathers": "^4.5.11"
},
"devDependencies": {
"@types/mocha": "^8.0.4",
"@types/mongodb": "^3.6.1",
"@types/node": "^14.14.10",
"mocha": "^8.2.1",
"mongodb": "^3.6.3",
"@types/mocha": "^9.0.0",
"@types/mongodb": "^4.0.6",
"@types/node": "^17.0.8",
"mocha": "^9.1.3",
"mongodb": "^4.2.2",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
8 changes: 4 additions & 4 deletions packages/adapter-tests/package.json
Expand Up @@ -47,11 +47,11 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^14.14.10",
"mocha": "^8.2.1",
"@types/node": "^17.0.8",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
16 changes: 8 additions & 8 deletions packages/authentication-client/package.json
Expand Up @@ -56,7 +56,7 @@
"@feathersjs/commons": "^4.5.11",
"@feathersjs/errors": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"debug": "^4.3.1"
"debug": "^4.3.3"
},
"devDependencies": {
"@feathersjs/authentication-local": "^4.5.11",
Expand All @@ -66,14 +66,14 @@
"@feathersjs/rest-client": "^4.5.11",
"@feathersjs/socketio": "^4.5.11",
"@feathersjs/socketio-client": "^4.5.11",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"axios": "^0.21.0",
"mocha": "^8.2.1",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"axios": "^0.24.0",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
18 changes: 9 additions & 9 deletions packages/authentication-local/package.json
Expand Up @@ -56,19 +56,19 @@
"@feathersjs/errors": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"bcryptjs": "^2.4.3",
"debug": "^4.3.1",
"lodash": "^4.17.20"
"debug": "^4.3.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.165",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"mocha": "^8.2.1",
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
26 changes: 13 additions & 13 deletions packages/authentication-oauth/package.json
Expand Up @@ -56,24 +56,24 @@
"@feathersjs/errors": "^4.5.11",
"@feathersjs/express": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"debug": "^4.3.1",
"express-session": "^1.17.1",
"debug": "^4.3.3",
"express-session": "^1.17.2",
"grant": "^4.7.0",
"grant-profile": "^0.0.11",
"lodash": "^4.17.20"
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/express": "^4.17.9",
"@types/express-session": "^1.17.3",
"@types/lodash": "^4.14.165",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"axios": "^0.21.0",
"mocha": "^8.2.1",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"axios": "^0.24.0",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
24 changes: 12 additions & 12 deletions packages/authentication/package.json
Expand Up @@ -55,24 +55,24 @@
"@feathersjs/errors": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/transport-commons": "^4.5.11",
"@types/jsonwebtoken": "^8.5.0",
"debug": "^4.3.1",
"@types/jsonwebtoken": "^8.5.6",
"debug": "^4.3.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.165",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"@types/uuid": "^8.3.0",
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"@types/uuid": "^8.3.3",
"feathers-memory": "^4.1.0",
"mocha": "^8.2.1",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
18 changes: 9 additions & 9 deletions packages/client/package.json
Expand Up @@ -49,8 +49,8 @@
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@feathersjs/authentication-client": "^4.5.11",
"@feathersjs/errors": "^4.5.11",
"@feathersjs/express": "^4.5.11",
Expand All @@ -61,23 +61,23 @@
"@feathersjs/socketio": "^4.5.11",
"@feathersjs/socketio-client": "^4.5.11",
"@feathersjs/tests": "^4.5.11",
"babel-loader": "^8.2.2",
"body-parser": "^1.19.0",
"babel-loader": "^8.2.3",
"body-parser": "^1.19.1",
"feathers-memory": "^4.1.0",
"jquery": "^3.5.1",
"jquery": "^3.6.0",
"jsdom": "^16.4.0",
"mocha": "^8.2.1",
"mocha": "^9.1.3",
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.1",
"parallel-webpack": "^2.6.0",
"request": "^2.88.2",
"socket.io-client": "^2.3.1",
"superagent": "^6.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.10.0",
"webpack-merge": "^5.4.0",
"webpack": "^5.65.0",
"webpack-merge": "^5.8.0",
"ws": "^7.4.1",
"xhr2": "^0.2.0"
"xhr2": "^0.2.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
10 changes: 5 additions & 5 deletions packages/commons/package.json
Expand Up @@ -50,12 +50,12 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"mocha": "^8.2.1",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
18 changes: 9 additions & 9 deletions packages/configuration/package.json
Expand Up @@ -58,18 +58,18 @@
},
"dependencies": {
"@feathersjs/feathers": "^4.5.11",
"config": "^3.3.3",
"debug": "^4.3.1"
"config": "^3.3.6",
"debug": "^4.3.3"
},
"devDependencies": {
"@types/config": "^0.0.37",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"mocha": "^8.2.1",
"@types/config": "^0.0.41",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
6 changes: 3 additions & 3 deletions packages/errors/package.json
Expand Up @@ -45,12 +45,12 @@
"access": "public"
},
"dependencies": {
"debug": "^4.3.1"
"debug": "^4.3.3"
},
"devDependencies": {
"@feathersjs/feathers": "^4.5.11",
"express": "^4.17.1",
"mocha": "^8.2.1"
"express": "^4.17.2",
"mocha": "^9.1.3"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
14 changes: 7 additions & 7 deletions packages/express/package.json
Expand Up @@ -51,20 +51,20 @@
"dependencies": {
"@feathersjs/commons": "^4.5.11",
"@feathersjs/errors": "^4.5.11",
"@types/express": "^4.17.9",
"debug": "^4.3.1",
"express": "^4.17.1",
"lodash": "^4.17.20",
"@types/express": "^4.17.13",
"debug": "^4.3.3",
"express": "^4.17.2",
"lodash": "^4.17.21",
"uberproto": "^2.0.6"
},
"devDependencies": {
"@feathersjs/authentication": "^4.5.11",
"@feathersjs/authentication-local": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/tests": "^4.5.11",
"axios": "^0.21.0",
"lodash": "^4.17.20",
"mocha": "^8.2.1"
"axios": "^0.24.0",
"lodash": "^4.17.21",
"mocha": "^9.1.3"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
6 changes: 3 additions & 3 deletions packages/feathers/package.json
Expand Up @@ -55,12 +55,12 @@
},
"dependencies": {
"@feathersjs/commons": "^4.5.11",
"debug": "^4.3.1",
"events": "^3.2.0",
"debug": "^4.3.3",
"events": "^3.3.0",
"uberproto": "^2.0.6"
},
"devDependencies": {
"mocha": "^8.2.1"
"mocha": "^9.1.3"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/primus-client/package.json
Expand Up @@ -57,7 +57,7 @@
"@feathersjs/primus": "^4.5.11",
"@feathersjs/tests": "^4.5.11",
"feathers-memory": "^4.1.0",
"mocha": "^8.2.1",
"mocha": "^9.1.3",
"ws": "^7.4.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
8 changes: 4 additions & 4 deletions packages/primus/package.json
Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@feathersjs/transport-commons": "^4.5.11",
"debug": "^4.3.1",
"primus": "^8.0.0",
"debug": "^4.3.3",
"primus": "^8.0.5",
"primus-emitter": "^3.1.1",
"uberproto": "^2.0.6"
},
Expand All @@ -61,8 +61,8 @@
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/tests": "^4.5.11",
"feathers-memory": "^4.1.0",
"lodash": "^4.17.20",
"mocha": "^8.2.1",
"lodash": "^4.17.21",
"mocha": "^9.1.3",
"ws": "^7.4.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
10 changes: 5 additions & 5 deletions packages/rest-client/package.json
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@feathersjs/commons": "^4.5.11",
"@feathersjs/errors": "^4.5.11",
"qs": "^6.9.4"
"qs": "^6.10.2"
},
"devDependencies": {
"@angular/common": "^11.0.3",
Expand All @@ -61,13 +61,13 @@
"@feathersjs/express": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/tests": "^4.5.11",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"axios": "^0.24.0",
"body-parser": "^1.19.1",
"feathers-memory": "^4.1.0",
"mocha": "^8.2.1",
"mocha": "^9.1.3",
"node-fetch": "^2.6.1",
"request": "^2.88.2",
"rxjs": "^6.6.3",
"rxjs": "^7.5.1",
"shx": "^0.3.3",
"superagent": "^6.1.0"
},
Expand Down

0 comments on commit 1c63e6b

Please sign in to comment.