Update dependencies, brutally

This commit is contained in:
Gender Shrapnel 2020-03-29 20:27:06 +02:00
parent 7d9297b100
commit 35e4c3a544
2 changed files with 472 additions and 481 deletions

887
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,65 +19,65 @@
"@holdyourwaffle/express-session": "^1.16.2",
"@types/pug": "^2.0.4",
"argon2": "^0.24.1",
"cookie-parser": "^1.4.4",
"csurf": "^1.10.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"dataloader": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"helmet": "^3.21.2",
"helmet": "^3.22.0",
"http-errors": "^1.7.3",
"luxon": "^1.21.3",
"monet": "^0.9.0",
"pg": "^7.16.0",
"luxon": "^1.22.2",
"monet": "^0.9.1",
"pg": "^7.18.2",
"pg-promise": "^9.3.6",
"pino": "^5.15.0",
"pino": "^5.17.0",
"pug": "^2.0.4",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
"yargs": "^14.2.2"
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"yargs": "^14.2.3"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.9.36",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.2",
"@types/express": "^4.17.3",
"@types/express-pino-logger": "^4.0.2",
"@types/helmet": "0.0.44",
"@types/http-errors": "^1.6.3",
"@types/luxon": "^1.21.0",
"@types/node": "^12.12.22",
"@types/object-hash": "^1.3.0",
"@types/pg": "^7.14.0",
"@types/pino": "^5.15.1",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.3",
"@types/luxon": "^1.22.0",
"@types/node": "^12.12.32",
"@types/object-hash": "^1.3.1",
"@types/pg": "^7.14.3",
"@types/pino": "^5.17.0",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/webpack-dev-middleware": "^2.0.3",
"@types/yargs": "^13.0.4",
"css-loader": "^3.4.0",
"object-hash": "^2.0.1",
"@types/webpack-dev-middleware": "^2.0.4",
"@types/yargs": "^13.0.8",
"css-loader": "^3.4.2",
"object-hash": "^2.0.3",
"pg-monitor": "^1.3.1",
"pino-pretty": "^3.5.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"pino-pretty": "^3.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"ts-loader": "^6.2.2",
"ts-node": "^8.8.1",
"ts-node-dev": "^1.0.0-pre.44",
"tsconfig-paths": "^3.9.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2"
}
}