diff --git a/editor/package-lock.json b/editor/package-lock.json index 32fd069..ffe40fe 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -8538,9 +8538,9 @@ } }, "wiki-list-editor": { - "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==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.7.0.tgz", + "integrity": "sha512-mUavVAH5B9XpeEI0N0Mz1c6k5py2HHyt0Pew6M5yIi8YZvw8bbJvCfZNTQziSMYnxIyYeZLxCzuGQMgr5Lklnw==", "requires": { "dragula": "^3.7.2", "jquery": "^3.5.1", diff --git a/editor/package.json b/editor/package.json index a3913ca..8393c76 100644 --- a/editor/package.json +++ b/editor/package.json @@ -23,7 +23,7 @@ "node-sass": "^4.14.1", "sass-loader": "^7.3.1", "style-loader": "^1.0.0", - "wiki-list-editor": "^0.6.8" + "wiki-list-editor": "^0.7.0" }, "scripts": { "test": "node_modules/.bin/mocha -r esm",