diff --git a/editor/package-lock.json b/editor/package-lock.json index 14fd01d..916aa77 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -9267,14 +9267,14 @@ } }, "wiki-list-editor": { - "version": "0.8.11", - "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.8.11.tgz", - "integrity": "sha512-9fCm1Py0VIMhdyinv2leHCNtGzpk8Pry+cR7HqdZwQ03R6GYqF+shOttMIP8CxwWY4ILTfvo2ItjgMRDdF+hvg==", + "version": "0.8.12", + "resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.8.12.tgz", + "integrity": "sha512-1YdtzQv38WdbtyGFV9DAO5bJi7ndcyQlFXG64aJRimbguu6x1YRP8dzGiStGKfoVqZpR5zZ8Q+7HrqsxKVb24g==", "requires": { "dragula": "^3.7.2", "he": "^1.2.0", "jquery": "^3.5.1", - "lodash": "^4.17.15" + "lodash": "^4.17.19" } }, "window-size": { diff --git a/editor/package.json b/editor/package.json index b318791..3a1d005 100644 --- a/editor/package.json +++ b/editor/package.json @@ -41,7 +41,7 @@ "vis-data": "^6.6.1", "vis-network": "^7.6.10", "vis-util": "^4.3.2", - "wiki-list-editor": "^0.8.11" + "wiki-list-editor": "^0.8.12" }, "scripts": { "test": "node_modules/.bin/mocha -r esm",