diff --git a/editor/package-lock.json b/editor/package-lock.json index df13cc9..4723aaf 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -7538,9 +7538,9 @@ } }, "wiki-list-editor": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.2.tgz", - "integrity": "sha512-pI9ugPI/9DDYMyiTLi1SQcJjI5eaXG0jLTs8PxIMCh47owk8bOrEbY+jA8tfwPN88pi3MxJHukU+1c+x1gypZQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.3.tgz", + "integrity": "sha512-QYt3wC4gvmv+wAJAIKtwzJ2DozQDHkTJzIzkn3mtO75zM22JIs4gLR+ghsEHhz7ox6Yof/6EZNQcFayH9miFBw==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index d8aebed..ccf87b8 100644 --- a/editor/package.json +++ b/editor/package.json @@ -18,7 +18,7 @@ "node-sass": "^4.14.1", "sass-loader": "^7.3.1", "style-loader": "^1.0.0", - "wiki-list-editor": "^0.6.2" + "wiki-list-editor": "^0.6.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",