Skip to content

Commit f09c16d

Browse files
mchepelevRailag
authored andcommitted
fix(package.json): fix dependencies version (ENG-551)
1 parent 01134ed commit f09c16d

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -51,52 +51,52 @@
5151
"iofog-controller": "src/main.js"
5252
},
5353
"dependencies": {
54-
"body-parser": "^1.18.3",
55-
"command-line-args": "^5.0.2",
56-
"command-line-usage": "^5.0.5",
57-
"continuation-local-storage": "^3.2.1",
58-
"cookie-parser": "^1.4.3",
59-
"daemonize2": "^0.4.2",
60-
"ejs": "^2.6.1",
61-
"express": "^4.16.3",
62-
"formidable": "^1.2.1",
63-
"fs": "^0.0.1-security",
64-
"ftp": "^0.3.10",
65-
"helmet": "^3.13.0",
66-
"jsonschema": "^1.2.4",
67-
"morgan": "^1.9.1",
68-
"nconf": "^0.10.0",
69-
"nodemailer": "^4.6.8",
70-
"nodemailer-smtp-transport": "^2.7.4",
71-
"path": "^0.12.7",
72-
"portscanner": "^2.2.0",
73-
"retry-as-promised": "^3.1.0",
74-
"sequelize": "^4.39.0",
75-
"sequelize-cli": "^4.1.1",
76-
"sqlite3": "^4.0.2",
77-
"string-format": "^2.0.0",
78-
"umzug": "^2.1.0",
79-
"underscore": "^1.9.1",
80-
"winston": "^3.1.0",
81-
"xss-clean": "^0.1.1",
82-
"qs": "^6.5.2",
83-
"child_process": "^1.0.2",
84-
"os": "^0.1.1",
85-
"semver": "^5.6.0",
86-
"newman": "^4.3.1",
87-
"@sentry/node": "^4.5.0"
54+
"body-parser": "1.18.3",
55+
"command-line-args": "5.0.2",
56+
"command-line-usage": "5.0.5",
57+
"continuation-local-storage": "3.2.1",
58+
"cookie-parser": "1.4.3",
59+
"daemonize2": "0.4.2",
60+
"ejs": "2.6.1",
61+
"express": "4.16.4",
62+
"formidable": "1.2.1",
63+
"fs": "0.0.1-security",
64+
"ftp": "0.3.10",
65+
"helmet": "3.15.0",
66+
"jsonschema": "1.2.4",
67+
"morgan": "1.9.1",
68+
"nconf": "0.10.0",
69+
"nodemailer": "5.1.1",
70+
"nodemailer-smtp-transport": "2.7.4",
71+
"path": "0.12.7",
72+
"portscanner": "2.2.0",
73+
"retry-as-promised": "3.1.0",
74+
"sequelize": "4.42.0",
75+
"sequelize-cli": "5.4.0",
76+
"sqlite3": "4.0.6",
77+
"string-format": "2.0.0",
78+
"umzug": "2.2.0",
79+
"underscore": "1.9.1",
80+
"winston": "3.1.0",
81+
"xss-clean": "0.1.1",
82+
"qs": "6.6.0",
83+
"child_process": "1.0.2",
84+
"os": "0.1.1",
85+
"semver": "5.6.0",
86+
"newman": "4.3.1",
87+
"@sentry/node": "4.5.3"
8888
},
8989
"devDependencies": {
90-
"automatic-release": "^1.1.1",
91-
"bdd-lazy-var": "^2.5.0",
92-
"chai": "^4.2.0",
93-
"chai-as-promised": "^7.1.1",
94-
"chai-http": "^4.2.0",
95-
"eslint": "^5.6.1",
96-
"mocha": "^5.2.0",
97-
"nyc": "^13.1.0",
98-
"sinon": "^7.1.1",
99-
"sinon-chai": "^3.2.0",
100-
"newman": "^4.3.1"
90+
"automatic-release": "1.1.1",
91+
"bdd-lazy-var": "2.5.0",
92+
"chai": "4.2.0",
93+
"chai-as-promised": "7.1.1",
94+
"chai-http": "4.2.1",
95+
"eslint": "5.12.1",
96+
"mocha": "5.2.0",
97+
"nyc": "13.1.0",
98+
"sinon": "7.2.3",
99+
"sinon-chai": "3.3.0",
100+
"newman": "4.3.1"
101101
}
102102
}

0 commit comments

Comments
 (0)