Merge pull request #3633 from weaveworks/security-updates

Security updates to JavaScript dependencies
This commit is contained in:
Bryan Boreham
2019-06-11 14:19:22 +01:00
committed by GitHub
2 changed files with 832 additions and 1320 deletions

View File

@@ -57,36 +57,36 @@
"@fortawesome/fontawesome-free": "^5.5.0",
"autoprefixer": "7.1.5",
"babel-eslint": "8.2.1",
"babel-jest": "24.5.0",
"babel-jest": "24.8.0",
"babel-loader": "^8.0.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"clean-webpack-plugin": "0.1.17",
"css-loader": "0.28.11",
"eslint": "4.17.0",
"css-loader": "2.1.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "16.1.0",
"eslint-loader": "2.0.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.6.1",
"eslint-loader": "2.1.2",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"express": "4.16.4",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.2.0",
"http-proxy": "1.16.2",
"http-proxy-rules": "1.1.1",
"jest": "24.5.0",
"jest-cli": "24.5.0",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"json-loader": "0.5.7",
"mockdate": "2.0.2",
"node-sass": "^4.6.0",
"postcss-loader": "2.1.4",
"node-sass": "^4.12.0",
"postcss-loader": "3.0.0",
"react-router": "3.2.0",
"sass-lint": "^1.12.1",
"sass-lint": "^1.13.1",
"sass-lint-webpack": "1.0.0",
"sass-loader": "7.0.1",
"style-loader": "0.21.0",
"stylelint": "9.10.1",
"stylelint-config-recommended": "2.1.0",
"stylelint": "10.0.1",
"stylelint-config-recommended": "2.2.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-custom-processor-loader": "0.6.0",
"stylelint-declaration-use-variable": "1.7.0",
@@ -108,7 +108,7 @@
"start-production": "NODE_ENV=production node server.js",
"test": "jest",
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "eslint app server.js && stylelint src && sass-lint -v",
"lint": "eslint app server.js && stylelint app/scripts && sass-lint -v",
"clean": "rm build/app.js",
"noprobe": "../scope stop && ../scope launch --no-probe --app.window 8760h",
"loadreport": "yarn run noprobe && sleep 1 && curl -X POST -H \"Content-Type: application/json\" http://$BACKEND_HOST/api/report -d"

File diff suppressed because it is too large Load Diff