mirror of https://github.com/status-im/chat.git
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
This commit is contained in:
parent
6947b6715e
commit
da5573cdbf
File diff suppressed because it is too large
Load Diff
|
@ -15,10 +15,10 @@
|
|||
"emoji-mart": "^2.8.1",
|
||||
"eth-keyring-controller": "^3.3.1",
|
||||
"formik": "^1.3.1",
|
||||
"ipfs": "^0.33.1",
|
||||
"ipfs": "^0.50.0",
|
||||
"lodash": "^4.17.11",
|
||||
"memoize-one": "^4.0.3",
|
||||
"murmur-client": "^0.3.4",
|
||||
"murmur-client": "^0.3.0",
|
||||
"pull-file-reader": "^1.0.2",
|
||||
"react": "^16.7.0",
|
||||
"react-dom": "^16.7.0",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"react-hot-loader": "^4.3.4",
|
||||
"react-jazzicon": "^0.1.3",
|
||||
"react-linkify": "^0.2.2",
|
||||
"react-scripts": "2.1.3",
|
||||
"react-scripts": "5.0.0",
|
||||
"react-spinners": "^0.4.7",
|
||||
"react-spotify-player": "^1.0.4",
|
||||
"react-syntax-highlighter": "^10.0.1",
|
||||
|
|
Loading…
Reference in New Issue