Skip to content

Commit

Permalink
Bump react-scripts & related to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
iburakov committed Jul 2, 2022
1 parent e7e59b0 commit 6d41fef
Show file tree
Hide file tree
Showing 2 changed files with 2,898 additions and 5,414 deletions.
8 changes: 4 additions & 4 deletions web/package.json
Expand Up @@ -7,28 +7,28 @@
"dependencies": {
"@types/react-table": "^6.8.5",
"axios": "^0.21.0",
"bootstrap": "^5.0.1",
"bootstrap": "^5.2.0-beta1",
"chart.js": "^3.3.2",
"glyphicons-only-bootstrap": "^1.0.1",
"graphviz-react": "^1.0.4",
"http-method-enum": "^1.0.0",
"http-status-codes": "^2.1.4",
"react": "^17.0.1",
"react-bootstrap": "^1.0.0-beta.11",
"react-bootstrap": "^1.6.5",
"react-bootstrap-icons": "^1.3.0",
"react-chartjs-2": "^3.0.3",
"react-d3-tree": "^1.15.3",
"react-dom": "^17.0.1",
"react-json-view": "^1.21.3",
"react-router-dom": "^5.0.1",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.1",
"react-table": "^6.11.0",
"sass": "1.32.13",
"typescript": "^3.9.4"
},
"devDependencies": {
"@types/react": "^17.0.47",
"@types/react-bootstrap": "^0.32.19",
"@types/react-bootstrap": "^0.32.30",
"@types/react-dom": "^17.0.17",
"@types/react-router-dom": "^5.1.6"
},
Expand Down

0 comments on commit 6d41fef

Please sign in to comment.