UI: Update node dependencies using npm audit fix

This commit is contained in:
Ilija Lazoroski 2021-09-17 11:43:00 +02:00
parent a93d6361a3
commit 43b1201751
3 changed files with 89 additions and 4696 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,6 @@
"not dead"
],
"devDependencies": {
"npm": "^6.14.8",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
@ -52,11 +51,12 @@
"html-webpack-plugin": "^3.2.0",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"npm": "^6.14.8",
"null-loader": "^0.1.1",
"react-addons-test-utils": "^15.6.2",
"rimraf": "^2.7.1",
"sass-loader": "^7.3.1",
"snyk": "^1.434.4",
"snyk": "^1.716.0",
"style-loader": "^0.22.1",
"stylelint": "^13.7.2",
"ts-loader": "^8.0.11",
@ -83,7 +83,7 @@
"file-saver": "^2.0.2",
"filepond": "^4.23.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"marked": "^2.0.0",
"normalize.css": "^8.0.0",
"pluralize": "^7.0.0",

View File

@ -13,7 +13,7 @@ class GraphWrapper extends React.Component {
newOptions = this.props.options;
}
return (
<div class={'net-graph-wrapper'}>
<div className={'net-graph-wrapper'}>
<Graph graph={this.props.graph} options={newOptions} events={this.props.events}/>
</div>
)