Fix some security issues found by npm
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Grégoire Delattre 2020-02-26 14:46:11 +01:00
parent 04c3c926ff
commit 40241a0ac3
2 changed files with 96 additions and 3071 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"fuzzy": "^0.1.3", "fuzzy": "^0.1.3",
"history": "^4.9.0", "history": "^4.9.0",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"jquery": "^2.2.4", "jquery": "^3.4.1",
"jwt-decode": "^2.1.0", "jwt-decode": "^2.1.0",
"moment": "^2.20.1", "moment": "^2.20.1",
"popper.js": "^1.15.0", "popper.js": "^1.15.0",
@ -26,8 +26,8 @@
"react-loading": "2.0.3", "react-loading": "2.0.3",
"react-redux": "6.0.1", "react-redux": "6.0.1",
"react-router": "5.0.1", "react-router": "5.0.1",
"react-router-dom": "^5.0.1",
"react-router-bootstrap": "^0.25.0", "react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.0.1",
"redux": "^4.0.1", "redux": "^4.0.1",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
@ -39,11 +39,11 @@
"@babel/preset-env": "^7.5.0", "@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.1", "autoprefixer": "^9.5.1",
"axios": "^0.17.1", "axios": "^0.19.2",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
"css-loader": "^0.26.0", "css-loader": "^3.4.2",
"del": "^3.0.0", "del": "^3.0.0",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-plugin-react": "^7.6.1", "eslint-plugin-react": "^7.6.1",
@ -60,6 +60,6 @@
"webpack": "^4.31.0", "webpack": "^4.31.0",
"webpack-cli": "^3.3.2", "webpack-cli": "^3.3.2",
"webpack-pwa-manifest": "^4.0.0", "webpack-pwa-manifest": "^4.0.0",
"webpack-stream": "^4.0.1" "webpack-stream": "^5.2.1"
} }
} }