Upgrade wiki-list-editor to 0.8.12
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-07-19 15:41:39 +02:00
parent bc2cd5e15f
commit 934d67baae
2 changed files with 5 additions and 5 deletions

View File

@ -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": {

View File

@ -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",