fix vulnerable dependencies #425

Merged
bones7242 merged 2 commits from internal-issues-159-moment-pkg into master 2018-04-27 17:13:27 +02:00
2 changed files with 3 additions and 3361 deletions
Showing only changes of commit 151d504612 - Show all commits

3351
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,16 +32,12 @@
"axios": "^0.16.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.17.1",
"config": "^1.26.1",
"connect-multiparty": "^2.0.0",
"cookie-session": "^2.0.0-beta.3",
"cross-fetch": "^1.1.1",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"form-data": "^2.3.1",
"helmet": "^3.8.1",
"mysql2": "^1.3.5",
"node-fetch": "^2.0.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"prop-types": "^15.6.0",
@ -53,14 +49,11 @@
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sequelize": "^4.1.0",
"sequelize-cli": "^3.0.0-3",
"universal-analytics": "^0.4.13",
"winston": "^2.3.1",
"winston-slack-webhook": "billbitt/winston-slack-webhook",
"spee.ch-components": "git://github.com/billbitt/spee.ch-components.git"
"spee.ch-components": "git://github.com/lbryio/spee.ch-components.git"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.37",
@ -70,7 +63,6 @@
"@babel/preset-react": "^7.0.0-beta.37",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"css-loader": "^0.28.9",
"eslint": "4.18.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^5.0.0",
@ -83,6 +75,7 @@
"mocha": "^4.0.1",
"nodemon": "^1.15.1",
"redux-devtools": "^3.4.1",
"regenerator-transform": "^0.12.3"
"regenerator-transform": "^0.12.3",
"sequelize-cli": "^3.0.0-3"
}
}