Fixed frontend security issues

This commit is contained in:
frikky
2021-10-15 15:16:35 +02:00
parent 6c03beeca9
commit 106ffa3174
5 changed files with 25 additions and 46 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
{
"name": "shuffler",
"homepage": "https://shuffler.io",
"version": "0.9.24",
"version": "0.9.25",
"private": true,
"dependencies": {
"@babel/core": "^7.15.8",
"@material-ui/core": "^4.5.2",
"@material-ui/data-grid": "^4.0.0-alpha.22",
"@material-ui/icons": "^4.11.2",
@@ -13,8 +14,8 @@
"@uiw/react-codemirror": "^3.2.1",
"@use-it/interval": "^1.0.0",
"babel-eslint": "^10.1.0",
"class-transformer": "^0.3.1",
"create-react-app": "^2.0.3",
"class-transformer": "^0.4.0",
"create-react-app": "^4.0.3",
"cytoscape": "^3.11.0",
"cytoscape-clipboard": "^2.2.1",
"cytoscape-cxtmenu": "^3.1.1",
@@ -62,7 +63,7 @@
"shellwords": "^0.1.1",
"simplebar": "^4.2.3",
"styled-components": "^4.4.0",
"webpack": "4.44.2",
"webpack": "^4.44.2",
"websocket": "^1.0.30",
"yaml": "^1.7.2",
"yamljs": "^0.3.0",