diff --git a/editor/package-lock.json b/editor/package-lock.json index 487a2c6..4f8c234 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -7155,9 +7155,9 @@ } }, "wiki-list-editor": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.3.0.tgz", - "integrity": "sha512-mT1G0Na0PGWX987W7jeM43pX+TOB03SlzwVPu2HZMI1z9TeKYP7f/OxDV8DNMFjdi+COJfE8Xi+m3TB/1LCXjg==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.3.1.tgz", + "integrity": "sha512-5EY5jSk0NdXatkp9Mo7CIZ5t6gpIYaAlp8tg8vzxMBdyYNoD8t7gtCiv/G2m9oW3YbmI8nviRY8W4evL7W46LA==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index bb55de4..6c8910a 100644 --- a/editor/package.json +++ b/editor/package.json @@ -14,7 +14,7 @@ "node-sass": "^4.12.0", "sass-loader": "^7.3.1", "style-loader": "^1.0.0", - "wiki-list-editor": "^0.3.0" + "wiki-list-editor": "^0.3.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",