Update dependencies to fix security issues
This commit is contained in:
parent
32e8dfa4bb
commit
7d9297b100
1540
package-lock.json
generated
1540
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
64
package.json
64
package.json
@ -27,57 +27,57 @@
|
||||
"express-pino-logger": "^4.0.0",
|
||||
"helmet": "^3.21.2",
|
||||
"http-errors": "^1.7.3",
|
||||
"luxon": "^1.19.3",
|
||||
"luxon": "^1.21.3",
|
||||
"monet": "^0.9.0",
|
||||
"pg": "^7.12.1",
|
||||
"pg-promise": "^9.3.3",
|
||||
"pino": "^5.13.5",
|
||||
"pg": "^7.16.0",
|
||||
"pg-promise": "^9.3.6",
|
||||
"pino": "^5.15.0",
|
||||
"pug": "^2.0.4",
|
||||
"tweetnacl": "^1.0.1",
|
||||
"tweetnacl-util": "^0.15.0",
|
||||
"yargs": "^14.2.0"
|
||||
"yargs": "^14.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cookie-parser": "^1.4.2",
|
||||
"@types/csurf": "^1.9.35",
|
||||
"@types/csurf": "^1.9.36",
|
||||
"@types/dotenv": "^6.1.1",
|
||||
"@types/express": "^4.17.1",
|
||||
"@types/express": "^4.17.2",
|
||||
"@types/express-pino-logger": "^4.0.2",
|
||||
"@types/helmet": "0.0.44",
|
||||
"@types/http-errors": "^1.6.2",
|
||||
"@types/luxon": "^1.15.2",
|
||||
"@types/node": "^12.11.2",
|
||||
"@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.11.2",
|
||||
"@types/pino": "^5.8.12",
|
||||
"@types/react": "^16.9.9",
|
||||
"@types/react-dom": "^16.9.2",
|
||||
"@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.2",
|
||||
"@types/react-router-dom": "^5.1.0",
|
||||
"@types/react-router": "^5.1.3",
|
||||
"@types/react-router-dom": "^5.1.3",
|
||||
"@types/webpack-dev-middleware": "^2.0.3",
|
||||
"@types/yargs": "^13.0.3",
|
||||
"css-loader": "^3.2.0",
|
||||
"object-hash": "^2.0.0",
|
||||
"@types/yargs": "^13.0.4",
|
||||
"css-loader": "^3.4.0",
|
||||
"object-hash": "^2.0.1",
|
||||
"pg-monitor": "^1.3.1",
|
||||
"pino-pretty": "^3.2.2",
|
||||
"react": "^16.11.0",
|
||||
"react-dom": "^16.11.0",
|
||||
"react-redux": "^7.1.1",
|
||||
"pino-pretty": "^3.5.0",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"react-redux": "^7.1.3",
|
||||
"react-router": "^5.1.2",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"redux": "^4.0.4",
|
||||
"redux": "^4.0.5",
|
||||
"redux-devtools-extension": "^2.13.8",
|
||||
"redux-saga": "^1.1.1",
|
||||
"ts-loader": "^6.2.0",
|
||||
"ts-node": "^8.4.1",
|
||||
"ts-node-dev": "^1.0.0-pre.43",
|
||||
"redux-saga": "^1.1.3",
|
||||
"ts-loader": "^6.2.1",
|
||||
"ts-node": "^8.5.4",
|
||||
"ts-node-dev": "^1.0.0-pre.44",
|
||||
"tsconfig-paths": "^3.9.0",
|
||||
"tslint": "^5.20.0",
|
||||
"tslint": "^5.20.1",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^3.6.4",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-cli": "^3.3.9",
|
||||
"typescript": "^3.7.4",
|
||||
"webpack": "^4.41.5",
|
||||
"webpack-cli": "^3.3.10",
|
||||
"webpack-dev-middleware": "^3.7.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user