diff --git a/package-lock.json b/package-lock.json index dd2a3cd0..8f394137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10367,9 +10367,9 @@ "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" }, "json-schema-editor-visual": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/json-schema-editor-visual/-/json-schema-editor-visual-1.0.12.tgz", - "integrity": "sha512-e7AzK0ZXhJXe1ASG8wELyG5Bd+mo/1WBjTuR6Lf/ADYasIep5353ZyWkC+eZecHJ87+e3j7ICjqnHVw04veX5g==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/json-schema-editor-visual/-/json-schema-editor-visual-1.0.11.tgz", + "integrity": "sha512-EEuCNFfPHWejXZ5VjAYAnGk9UeQGihWOvfW7/Djp5L4GySdkrv+BZ1wgXLtYII7jrRMA8LNlkuYvLyE+KipN2g==", "dev": true, "requires": { "antd": "3.2.2", diff --git a/package.json b/package.json index 5b9d2be3..52ce48a0 100755 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "extract-text-webpack-plugin": "2.0.0", "ghooks": "^2.0.0", "happypack": "^4.0.0-beta.5", - "json-schema-editor-visual": "^1.0.12", + "json-schema-editor-visual": "^1.0.11", "less": "^2.7.2", "less-loader": "^4.0.5", "markdown-it-include": "^1.0.0",