update packages

This commit is contained in:
HF 2021-03-17 23:26:20 +01:00
parent 37239ee267
commit 099c2bc13c
2 changed files with 3611 additions and 1092 deletions

4623
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,14 +28,14 @@
"not IE_Mob 11" "not IE_Mob 11"
], ],
"dependencies": { "dependencies": {
"bcrypt": "^5.0.0", "bcrypt": "^5.0.1",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"body-parser": "^1.17.2", "body-parser": "^1.17.2",
"bufferutil": "^4.0.3", "bufferutil": "^4.0.3",
"compression": "^1.7.3", "compression": "^1.7.3",
"connect-redis": "^5.0.0", "connect-redis": "^5.1.0",
"cookie": "^0.4.1", "cookie": "^0.4.1",
"core-js": "^3.8.3", "core-js": "^3.9.1",
"cors": "^2.8.4", "cors": "^2.8.4",
"etag": "^1.8.1", "etag": "^1.8.1",
"express": "^4.15.3", "express": "^4.15.3",
@ -51,7 +51,7 @@
"morgan": "^1.10.0", "morgan": "^1.10.0",
"multer": "^1.4.1", "multer": "^1.4.1",
"mysql2": "^2.2.5", "mysql2": "^2.2.5",
"nodemailer": "^6.4.17", "nodemailer": "^6.5.0",
"passport": "^0.4.0", "passport": "^0.4.0",
"passport-discord": "^0.1.4", "passport-discord": "^0.1.4",
"passport-facebook": "^3.0.0", "passport-facebook": "^3.0.0",
@ -59,10 +59,10 @@
"passport-json": "^1.2.0", "passport-json": "^1.2.0",
"passport-reddit": "^0.2.4", "passport-reddit": "^0.2.4",
"passport-vkontakte": "^0.5.0", "passport-vkontakte": "^0.5.0",
"ppfun-captcha": "^1.6.2", "ppfun-captcha": "^1.6.4",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-icons": "^4.1.0", "react-icons": "^4.2.0",
"react-redux": "^7.2.1", "react-redux": "^7.2.1",
"react-responsive": "^8.2.0", "react-responsive": "^8.2.0",
"react-stay-scrolled": "^7.3.0", "react-stay-scrolled": "^7.3.0",
@ -73,8 +73,8 @@
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"redux-thunk": "^2.2.0", "redux-thunk": "^2.2.0",
"sequelize": "^6.5.0", "sequelize": "^6.5.1",
"sharp": "^0.27.1", "sharp": "^0.27.2",
"startaudiocontext": "^1.2.1", "startaudiocontext": "^1.2.1",
"three": "^0.125.2", "three": "^0.125.2",
"three-trackballcontrols": "^0.9.0", "three-trackballcontrols": "^0.9.0",
@ -82,49 +82,49 @@
"ttag-po-loader": "0.0.2", "ttag-po-loader": "0.0.2",
"url-search-params-polyfill": "^8.1.0", "url-search-params-polyfill": "^8.1.0",
"winston": "^3.3.3", "winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0", "winston-daily-rotate-file": "^4.5.1",
"ws": "^7.4.2" "ws": "^7.4.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.10", "@babel/core": "^7.13.10",
"@babel/node": "^7.12.10", "@babel/node": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.12.12", "@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-do-expressions": "^7.10.4", "@babel/plugin-proposal-do-expressions": "^7.12.13",
"@babel/plugin-proposal-export-default-from": "^7.10.4", "@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4", "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-function-bind": "^7.11.5", "@babel/plugin-proposal-function-bind": "^7.12.13",
"@babel/plugin-proposal-function-sent": "^7.10.4", "@babel/plugin-proposal-function-sent": "^7.12.13",
"@babel/plugin-proposal-json-strings": "^7.10.4", "@babel/plugin-proposal-json-strings": "^7.13.8",
"@babel/plugin-proposal-logical-assignment-operators": "^7.11.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-numeric-separator": "^7.12.7", "@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.12.7", "@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-proposal-pipeline-operator": "^7.10.5", "@babel/plugin-proposal-pipeline-operator": "^7.12.13",
"@babel/plugin-proposal-throw-expressions": "^7.10.4", "@babel/plugin-proposal-throw-expressions": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.12.10", "@babel/plugin-transform-flow-strip-types": "^7.13.0",
"@babel/plugin-transform-react-constant-elements": "^7.10.4", "@babel/plugin-transform-react-constant-elements": "^7.13.10",
"@babel/plugin-transform-react-inline-elements": "^7.10.4", "@babel/plugin-transform-react-inline-elements": "^7.12.13",
"@babel/polyfill": "^7.11.5", "@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.12.11", "@babel/preset-env": "^7.13.10",
"@babel/preset-flow": "^7.10.4", "@babel/preset-flow": "^7.12.13",
"@babel/preset-react": "^7.12.10", "@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.7", "@babel/preset-typescript": "^7.13.0",
"assets-webpack-plugin": "^7.0.0", "assets-webpack-plugin": "^7.0.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1", "babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-ttag": "^1.7.30", "babel-plugin-ttag": "^1.7.30",
"clean-css": "^5.0.1", "clean-css": "^5.1.1",
"css-loader": "^5.0.1", "css-loader": "^5.1.3",
"eslint": "^7.19.0", "eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.22.0", "eslint-plugin-react": "^7.22.0",
@ -140,9 +140,9 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"style-loader": "^2.0.0", "style-loader": "^2.0.0",
"ttag-cli": "^1.9.1", "ttag-cli": "^1.9.1",
"webpack": "^5.19.0", "webpack": "^5.26.3",
"webpack-bundle-analyzer": "^4.4.0", "webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.4.0", "webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^4.1.0", "webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.18.0", "webpack-hot-middleware": "^2.18.0",
"webpack-node-externals": "^2.5.2", "webpack-node-externals": "^2.5.2",