diff --git a/editor/package-lock.json b/editor/package-lock.json index 9233ff3..df13cc9 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -7538,9 +7538,9 @@ } }, "wiki-list-editor": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.1.tgz", - "integrity": "sha512-taQQWs4Ju4qv4hyILyajfUs2GvjJTTRhwIsFtwveHiOJqAl4X/h/7yx4JAP5fDW1ZfdoAJkB9Q9AZLvIfE7K7Q==", + "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==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index 9ff9699..d8aebed 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.1" + "wiki-list-editor": "^0.6.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",