npm audit fix

This commit is contained in:
2019-09-14 11:15:09 +03:00
parent 8542be7e78
commit dcfc13c1ca
4 changed files with 1965 additions and 1331 deletions

1104
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,18 +5,18 @@
"dependencies": { "dependencies": {
"@material-ui/core": "^3.2.0", "@material-ui/core": "^3.2.0",
"@material-ui/icons": "^3.0.1", "@material-ui/icons": "^3.0.1",
"@redux-offline/redux-offline": "^2.4.0", "@redux-offline/redux-offline": "^2.5.2",
"http-proxy-middleware": "^0.19.0", "http-proxy-middleware": "^0.20.0",
"prop-types": "^15.6.2", "prop-types": "^15.7.2",
"react": "^16.5.2", "react": "^16.9.0",
"react-dom": "^16.5.2", "react-dom": "^16.9.0",
"react-loadable": "^5.5.0", "react-loadable": "^5.5.0",
"react-redux": "^5.0.7", "react-redux": "^5.0.7",
"react-router-dom": "^4.3.1", "react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8", "react-router-redux": "^4.0.8",
"react-scripts": "2.0.4", "react-scripts": "2.0.4",
"react-spring": "^5.9.2", "react-spring": "^5.9.2",
"redux": "^4.0.0", "redux": "^4.0.4",
"redux-form": "^7.4.2", "redux-form": "^7.4.2",
"redux-thunk": "^2.3.0" "redux-thunk": "^2.3.0"
}, },

2140
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,18 +21,18 @@
}, },
"author": "", "author": "",
"dependencies": { "dependencies": {
"body-parser": "^1.18.3", "body-parser": "^1.19.0",
"compression": "^1.7.3", "compression": "^1.7.4",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^6.2.0", "dotenv": "^8.1.0",
"express": "^4.16.4", "express": "^4.17.1",
"express-http-to-https": "^1.1.4", "express-http-to-https": "^1.1.4",
"express-jwt": "^5.3.1", "express-jwt": "^5.3.1",
"hsts": "^2.1.0", "hsts": "^2.2.0",
"jsonwebtoken": "^8.4.0", "jsonwebtoken": "^8.5.1",
"mongoose": "^5.4.1", "mongoose": "^5.7.1",
"mongoose-findorcreate": "^3.0.0", "mongoose-findorcreate": "^3.0.0",
"mongoose-unique-validator": "^2.0.2", "mongoose-unique-validator": "^2.0.3",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"passport": "^0.4.0", "passport": "^0.4.0",
"passport-google-oauth": "^1.0.0", "passport-google-oauth": "^1.0.0",
@@ -40,21 +40,21 @@
"passport-local-mongoose": "^5.0.1" "passport-local-mongoose": "^5.0.1"
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^4.1.0", "concurrently": "^4.1.2",
"cross-env": "^5.2.0", "cross-env": "^5.2.1",
"eslint": "5.6.0", "eslint": "5.6.0",
"eslint-config-airbnb-base": "^13.1.0", "eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^3.3.0", "eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.14.0", "eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.1.2", "eslint-plugin-jest": "^22.17.0",
"eslint-plugin-node": "^8.0.0", "eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.0.0", "eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.11.1", "eslint-plugin-react": "^7.14.3",
"jest": "^23.6.0", "jest": "^23.6.0",
"mongodb-memory-server": "^2.9.1", "mongodb-memory-server": "^2.9.1",
"nodemon": "^1.18.9", "nodemon": "^1.19.2",
"prettier-eslint": "^8.8.2", "prettier-eslint": "^9.0.0",
"supertest": "^3.3.0" "supertest": "^4.0.2"
}, },
"jest": { "jest": {
"testEnvironment": "node", "testEnvironment": "node",