Skip to content

Commit

Permalink
Fix security vulnerabilities (streamlit#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kantuni authored Sep 8, 2019
1 parent f80df5d commit 32cc7ff
Show file tree
Hide file tree
Showing 2 changed files with 2,991 additions and 630 deletions.
42 changes: 23 additions & 19 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"aws-sdk": "^2.496.0",
"baseui": "^8.8.0",
"aws-sdk": "^2.524.0",
"baseui": "^8.17.1",
"bokehjs": "^1.2.0",
"bootstrap": "^4.3.1",
"camelcase": "^5.2.0",
"clipboard": "^2.0.4",
"d3": "^5.9.7",
"d3": "^5.12.0",
"d3-graphviz": "^2.6.1",
"deck.gl": "^7.1.10",
"deck.gl": "^7.2.3",
"immutable": "^4.0.0-rc.12",
"leaflet": "^1.3.4",
"mapbox-gl": "^1.1.1",
"mapbox-gl": "^1.3.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.3.2",
"node-sass": "^4.12.0",
"numeral": "^2.0.6",
"plotly.js": "^1.48.3",
"plotly.js": "^1.49.4",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"protobufjs": "^6.8.8",
Expand All @@ -39,39 +39,39 @@
"react-dom": "^16.8.4",
"react-feather": "^2.0.3",
"react-google-login": "^5.0.4",
"react-hotkeys": "1.1.4",
"react-hotkeys": "^1.1.4",
"react-json-view": "^1.19.1",
"react-leaflet": "^2.4.0",
"react-map-gl": "^5.0.7",
"react-markdown": "^4.1.0",
"react-markdown": "^4.2.2",
"react-plotly.js": "^2.3.0",
"react-scripts": "^3.0.1",
"react-transition-group": "^4.2.1",
"react-transition-group": "^4.3.0",
"react-virtualized": "^9.21.0",
"reactstrap": "^8.0.1",
"recharts": "^1.6.2",
"styletron-engine-atomic": "^1.4.0",
"styletron-react": "^5.2.0",
"styletron-engine-atomic": "^1.4.1",
"styletron-react": "^5.2.1",
"typed-signals": "^1.0.5",
"vega": "^5.4.0",
"vega-embed": "^4.2.1",
"vega-lite": "^3.3.0",
"vega": "^5.5.3",
"vega-embed": "^5.1.2",
"vega-lite": "^4.0.0-beta.1",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@craco/craco": "^5.2.4",
"@craco/craco": "^5.4.0",
"@types/clipboard": "^2.0.1",
"@types/d3": "^5.7.2",
"@types/d3-graphviz": "^2.6.2",
"@types/jest": "^24.0.11",
"@types/node": "^12.0.8",
"@types/node": "^12.7.4",
"@types/plotly.js": "^1.44.8",
"@types/prismjs": "^1.16.0",
"@types/react": "^16.8.23",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-dom": "^16.8.4",
"@types/react-plotly.js": "^2.2.3",
"@types/react-transition-group": "^2.9.2",
"@types/react-transition-group": "^4.2.2",
"@types/react-virtualized": "^9.21.3",
"@types/reactstrap": "^8.0.1",
"@types/recharts": "^1.1.20",
Expand All @@ -88,7 +88,7 @@
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"hard-source-webpack-plugin": "^0.13.1",
"mocha": "5.2.0",
"mocha": "6.2.0",
"mocha-junit-reporter": "^1.23.1",
"mocha-multi-reporters": "^1.1.7",
"mochawesome": "^4.0.1",
Expand All @@ -97,7 +97,11 @@
"prettier": "^1.18.2",
"scss-to-json": "^2.0.0",
"start-server-and-test": "^1.9.1",
"typescript": "^3.5.3"
"typescript": "^3.6.2"
},
"resolutions": {
"esm": "^3.1.0",
"static-eval": "^2.0.2"
},
"browserslist": [
">0.2%",
Expand Down
Loading

0 comments on commit 32cc7ff

Please sign in to comment.