Skip to content

Commit 2e74c99

Browse files
authored
fix: update deps (#402)
1 parent ae6bf85 commit 2e74c99

4 files changed

Lines changed: 1153 additions & 878 deletions

File tree

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -29,79 +29,79 @@
2929
"homepage": "https://github.com/makeomatic/ms-users#readme",
3030
"dependencies": {
3131
"@microfleet/core": "^13.4.0",
32-
"@microfleet/transport-amqp": "^13.1.3",
32+
"@microfleet/transport-amqp": "^13.2.0",
3333
"@microfleet/validation": "^8.1.1",
34-
"bell": "^9.4.0",
35-
"bluebird": "^3.5.3",
34+
"bell": "^10.0.0",
35+
"bluebird": "^3.5.4",
3636
"bytes": "^3.0.0",
3737
"common-errors": "^1.0.5",
3838
"csv-write-stream": "^2.0.0",
39-
"disposable-email-domains": "^1.0.42",
39+
"disposable-email-domains": "^1.0.44",
4040
"dlock": "^9.0.1",
4141
"flake-idgen": "^1.1.0",
42-
"get-stdin": "^6.0.0",
42+
"get-stdin": "^7.0.0",
4343
"get-value": "^3.0.1",
44-
"handlebars": "^4.0.12",
44+
"handlebars": "^4.1.2",
4545
"hapi": "^18.0.0",
46-
"ioredis": "^4.3.0",
46+
"ioredis": "^4.9.0",
4747
"is": "^3.3.0",
48-
"jsonwebtoken": "^8.4.0",
49-
"jwa": "^1.1.6",
48+
"jsonwebtoken": "^8.5.1",
49+
"jwa": "^1.4.1",
5050
"lodash": "^4.17.11",
5151
"moment": "^2.23.0",
52-
"ms-conf": "^3.3.3",
52+
"ms-conf": "^5.0.0",
5353
"ms-flakeless": "^4.1.1",
5454
"ms-mailer-client": "^8.0.1",
55-
"ms-mailer-templates": "^1.10.0",
55+
"ms-mailer-templates": "^1.11.1",
5656
"ms-token": "^3.0.0",
57-
"otplib": "^10.0.1",
57+
"otplib": "^11.0.0",
5858
"password-generator": "^2.2.0",
59-
"prom-client": "^11.2.1",
59+
"prom-client": "^11.3.0",
6060
"redis-filtered-sort": "^2.3.0",
6161
"request": "^2.88.0",
62-
"request-promise": "^4.2.1",
62+
"request-promise": "^4.2.4",
6363
"scrypt": "^6.0.1",
64-
"serialize-error": "^3.0.0",
65-
"serialize-javascript": "^1.6.1",
64+
"serialize-error": "^4.1.0",
65+
"serialize-javascript": "^1.7.0",
6666
"stdout-stream": "^1.4.1",
6767
"tough-cookie": "^3.0.0",
6868
"uuid": "^3.3.2",
6969
"vision": "^5.4.4",
70-
"yargs": "^12.0.4"
70+
"yargs": "^13.2.2"
7171
},
7272
"devDependencies": {
73-
"@babel/cli": "^7.2.0",
74-
"@babel/core": "^7.2.2",
75-
"@babel/plugin-proposal-class-properties": "^7.2.1",
76-
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
73+
"@babel/cli": "^7.4.3",
74+
"@babel/core": "^7.4.3",
75+
"@babel/plugin-proposal-class-properties": "^7.4.0",
76+
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
7777
"@babel/plugin-transform-strict-mode": "^7.2.0",
78-
"@babel/register": "^7.0.0",
79-
"@makeomatic/deploy": "^8.3.1",
78+
"@babel/register": "^7.4.0",
79+
"@makeomatic/deploy": "^8.4.4",
8080
"@semantic-release/changelog": "^3.0.2",
8181
"@semantic-release/exec": "^3.3.2",
8282
"@semantic-release/git": "^7.0.7",
8383
"apidoc": "^0.17.7",
8484
"apidoc-plugin-schema": "^0.1.8",
8585
"babel-eslint": "^10.0.1",
86-
"babel-plugin-istanbul": "^5.1.0",
86+
"babel-plugin-istanbul": "^5.1.2",
8787
"chai": "^4.2.0",
88-
"cheerio": "^1.0.0-rc.2",
89-
"codecov": "^3.1.0",
88+
"cheerio": "^1.0.0-rc.3",
89+
"codecov": "^3.3.0",
9090
"cross-env": "^5.2.0",
91-
"eslint": "^5.12.0",
91+
"eslint": "^5.16.0",
9292
"eslint-config-makeomatic": "^3.0.0",
93-
"eslint-plugin-import": "^2.14.0",
94-
"eslint-plugin-mocha": "^5.2.1",
95-
"eslint-plugin-promise": "^4.0.1",
93+
"eslint-plugin-import": "^2.17.2",
94+
"eslint-plugin-mocha": "^5.3.0",
95+
"eslint-plugin-promise": "^4.1.1",
9696
"faker": "^4.1.0",
9797
"glob": "^7.1.3",
9898
"json": "^9.0.6",
9999
"md5": "^2.2.1",
100-
"mocha": "^5.2.0",
101-
"nyc": "^13.1.0",
100+
"mocha": "^6.1.4",
101+
"nyc": "^14.0.0",
102102
"puppeteer": "1.9.0",
103103
"rimraf": "^2.6.3",
104-
"sinon": "^7.2.2"
104+
"sinon": "^7.3.2"
105105
},
106106
"engines": {
107107
"node": ">= 8.9.0",

src/actions/mfa/generate-key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function generateKey({ auth, params }) {
3131

3232
if (username) {
3333
response.uri = authenticator.keyuri(
34-
encodeURIComponent(username),
34+
username,
3535
this.config.mfa.serviceName,
3636
secret
3737
);

src/configs/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ exports.accessTokens = {
9797
* Multi-Factor Authentication Settings
9898
*/
9999
exports.mfa = {
100-
serviceName: encodeURIComponent('microfleet.io'),
100+
serviceName: 'microfleet.io',
101101
length: 40,
102102
check: {
103103
window: 10,

0 commit comments

Comments
 (0)