diff --git a/editor/package-lock.json b/editor/package-lock.json index b80dff1..1ffd2e3 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -7548,9 +7548,9 @@ } }, "wiki-list-editor": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.6.6.tgz", - "integrity": "sha512-9Kcpr/hKzMXlnb/gI9nMoE1OwXiWT4VpYvel0vjz++du8Z9wU+2qXIl3sWuFZl77stZpyrtKqV5BRhx63KN0RA==", + "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==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index b459942..3b729da 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.6" + "wiki-list-editor": "^0.6.7" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",