diff --git a/ui/package.json b/ui/package.json index f6eb6cb..4f55939 100644 --- a/ui/package.json +++ b/ui/package.json @@ -24,7 +24,7 @@ "chart.js": "2.9.4", "core-js": "3.26.1", "graphlib": "2.1.8", - "json-schema-editor-vue": "2.2.0", + "json-schema-editor-vue": "2.2.1", "just-kebab-case": "4.2.0", "less": "4.1.3", "less-loader": "11.1.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 68adc4c..ba6c9f9 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -8366,10 +8366,10 @@ json-parse-even-better-errors@^2.3.0: resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== -json-schema-editor-vue@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/json-schema-editor-vue/-/json-schema-editor-vue-2.2.0.tgz#0db468ff293e1945fa382f426648146d3fed0a0e" - integrity sha512-a7jCiKnZAjTgSxUeeBnOxJrlaTd94GLwPvhDTckMRoF4QkzWXIuYoZQXwuX+j2Gp6ZAWlFYvPqFtR/CRg9djaw== +json-schema-editor-vue@2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/json-schema-editor-vue/-/json-schema-editor-vue-2.2.1.tgz#8ae2477645c3ad48fd0c2fb2ccb17f8ac8ffc94a" + integrity sha512-trCSd9o7HrCPM3c/Qbw4XdsgwKU4peste8rMucve/IfzB/9lb7B3LhjKnDAh9pjLPT96zHM/jIPzvn1Cz/0Khg== dependencies: ant-design-vue "^1.7.2" core-js "^3.6.5"