Merge pull request #626 from trezor/fix-security-issues

Update dependencies
update/coin-urls
Maroš 4 years ago committed by GitHub
commit ead454817a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@
"history": "^4.7.2", "history": "^4.7.2",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"jest-fetch-mock": "^2.1.0", "jest-fetch-mock": "^2.1.0",
"morgan": "^1.9.1", "morgan": "^1.10.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"raf": "^3.4.1", "raf": "^3.4.1",
@ -84,31 +84,31 @@
"trezor-ui-components": "^1.0.0-beta.20", "trezor-ui-components": "^1.0.0-beta.20",
"wallet-address-validator": "^0.2.4", "wallet-address-validator": "^0.2.4",
"web3": "1.0.0-beta.36", "web3": "1.0.0-beta.36",
"webpack": "^4.29.3", "webpack": "^4.42.1",
"webpack-build-notifier": "^0.1.30", "webpack-build-notifier": "^0.1.30",
"webpack-bundle-analyzer": "^3.3.2", "webpack-bundle-analyzer": "^3.3.2",
"whatwg-fetch": "^3.0.0", "whatwg-fetch": "^3.0.0",
"yarn-run-all": "^3.1.1" "yarn-run-all": "^3.1.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.2.3", "@babel/cli": "^7.8.4",
"@babel/core": "^7.2.2", "@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.3.0", "@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2", "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-transform-flow-strip-types": "^7.2.3", "@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.2.0", "@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.3.1", "@babel/preset-env": "^7.9.5",
"@babel/preset-flow": "^7.0.0", "@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.9.4",
"@babel/register": "^7.0.0", "@babel/register": "^7.9.0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.1.0",
"babel-jest": "^24.1.0", "babel-jest": "^25.4.0",
"babel-loader": "^8.0.5", "babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^3.1.3", "babel-plugin-module-resolver": "^3.1.3",
"babel-plugin-react-intl": "^3.0.1", "babel-plugin-react-intl": "^3.0.1",
"babel-plugin-styled-components": "^1.10.0", "babel-plugin-styled-components": "^1.10.7",
"cypress": "^3.1.5", "cypress": "^4.4.0",
"cypress-image-snapshot": "^3.0.0", "cypress-image-snapshot": "^3.1.1",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0", "eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0", "eslint-config-prettier": "^4.0.0",
@ -124,19 +124,19 @@
"eslint-plugin-react": "^7.12.4", "eslint-plugin-react": "^7.12.4",
"file-loader": "3.0.1", "file-loader": "3.0.1",
"flow-bin": "0.121.0", "flow-bin": "0.121.0",
"jest": "^24.9.0", "jest": "^25.4.0",
"prettier": "^1.16.4", "prettier": "^1.16.4",
"prettier-eslint": "^9.0.0", "prettier-eslint": "^9.0.1",
"prettylint": "^1.0.0", "prettylint": "^1.0.0",
"stylelint": "^10.0.0", "stylelint": "^13.3.2",
"stylelint-config-standard": "^18.2.0", "stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1", "stylelint-config-styled-components": "^0.1.1",
"stylelint-custom-processor-loader": "^0.6.0", "stylelint-custom-processor-loader": "^0.6.0",
"stylelint-processor-styled-components": "^1.5.2", "stylelint-processor-styled-components": "^1.10.0",
"stylelint-webpack-plugin": "^0.10.5", "stylelint-webpack-plugin": "^1.2.3",
"trezor-translations-manager": "^1.0.5", "trezor-translations-manager": "^1.0.5",
"webpack-cli": "^3.2.3", "webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.1.14" "webpack-dev-server": "^3.10.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"fsevents": "1.2.7" "fsevents": "1.2.7"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save