diff --git a/editor/package-lock.json b/editor/package-lock.json index 1ffd2e3..93c3af4 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -7548,9 +7548,9 @@ } }, "wiki-list-editor": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.7.tgz", - "integrity": "sha512-L0jOrus1SSzNgnChRNf/rzkI/6cJuURKoY3c7ITFSsw3kVASSv9Xp0pszUg9mtXEE+NpDPRe8qxzUJnKJs3KsA==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.8.tgz", + "integrity": "sha512-UB5Wx3bjVMnvPpJb8rRAHKD2NkBnUH/BhvkfND4c6iqHOhjPC9u1AleGVnblQctA8QI0rJldjM+AoAKo6vp+EA==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index 3b729da..f361b91 100644 --- a/editor/package.json +++ b/editor/package.json @@ -20,7 +20,7 @@ "node-sass": "^4.14.1", "sass-loader": "^7.3.1", "style-loader": "^1.0.0", - "wiki-list-editor": "^0.6.7" + "wiki-list-editor": "^0.6.8" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",