upgrade packages

This commit is contained in:
HF 2021-01-31 14:36:08 +01:00
parent a267344500
commit 81648b1028
2 changed files with 987 additions and 626 deletions

1565
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,11 +29,11 @@
"bcrypt": "^5.0.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"bufferutil": "^4.0.1",
"bufferutil": "^4.0.3",
"compression": "^1.7.3",
"connect-redis": "^5.0.0",
"cookie-parser": "^1.4.5",
"core-js": "^3.8.1",
"core-js": "^3.8.3",
"cors": "^2.8.4",
"etag": "^1.8.1",
"express": "^4.15.3",
@ -49,7 +49,7 @@
"morgan": "^1.10.0",
"multer": "^1.4.1",
"mysql2": "^2.2.5",
"nodemailer": "^6.4.16",
"nodemailer": "^6.4.17",
"passport": "^0.4.0",
"passport-discord": "^0.1.4",
"passport-facebook": "^3.0.0",
@ -63,7 +63,7 @@
"react-modal": "^3.12.1",
"react-redux": "^7.2.1",
"react-responsive": "^8.2.0",
"react-stay-scrolled": "^7.1.0",
"react-stay-scrolled": "^7.3.0",
"react-toggle-button": "^2.1.0",
"redis": "^3.0.2",
"redlock": "^4.0.0",
@ -71,24 +71,24 @@
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.2.0",
"sequelize": "^6.3.5",
"sharp": "^0.26.3",
"sequelize": "^6.5.0",
"sharp": "^0.27.1",
"startaudiocontext": "^1.2.1",
"sweetalert2": "^10.12.1",
"three": "^0.123.0",
"sweetalert2": "^10.14.0",
"three": "^0.125.2",
"three-trackballcontrols": "^0.9.0",
"ttag": "^1.7.24",
"ttag-po-loader": "0.0.2",
"url-search-params-polyfill": "^8.1.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"ws": "^7.4.1"
"ws": "^7.4.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/node": "^7.10.5",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
@ -104,30 +104,30 @@
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
"@babel/plugin-transform-react-inline-elements": "^7.10.4",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.12.7",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.12.7",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"assets-webpack-plugin": "^6.1.1",
"assets-webpack-plugin": "^7.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-ttag": "^1.7.30",
"clean-css": "^4.2.3",
"clean-css": "^5.0.1",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.2",
"flow-bin": "^0.139.0",
"eslint-plugin-react": "^7.22.0",
"flow-bin": "^0.143.1",
"generate-package-json-webpack-plugin": "^2.1.2",
"glob": "^7.1.6",
"json-loader": "^0.5.4",
@ -139,10 +139,10 @@
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
"ttag-cli": "^1.9.1",
"webpack": "^5.10.0",
"webpack-bundle-analyzer": "^4.2.0",
"webpack-cli": "^4.2.0",
"webpack-dev-middleware": "^4.0.2",
"webpack": "^5.19.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.4.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-node-externals": "^2.5.2",
"write-file-webpack-plugin": "^4.0.2"