Update drag-drop to the latest version 🚀 (#1744)

Update drag-drop to the latest version 🚀
This commit is contained in:
Feross Aboukhadijeh
2019-11-12 16:13:31 -08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2357,9 +2357,9 @@
}
},
"drag-drop": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/drag-drop/-/drag-drop-5.0.1.tgz",
"integrity": "sha512-jvdx+PzGvUXnxNrvyCi9rV2Fb4XBFDED/oIkC1IPTYbo0JSJJuHCj/D3/73J75gRIN+FjiRADYlymxqQVuBUtQ==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/drag-drop/-/drag-drop-6.0.0.tgz",
"integrity": "sha512-Ety3fa0SL8qsoB/xas1NP/pRNiV0CZ9o2a6a4TbprrKzvTqN1QwxWdO+NKMFPk3jfjMsQ2UJs5vhQAxu82mgRA==",
"requires": {
"blob-to-buffer": "^1.0.2",
"run-parallel": "^1.0.0"

View File

@@ -23,7 +23,7 @@
"debounce": "^1.2.0",
"deep-equal": "^1.1.0",
"dlnacasts": "^0.1.0",
"drag-drop": "^5.0.1",
"drag-drop": "^6.0.0",
"es6-error": "^4.1.1",
"fn-getter": "^1.0.0",
"iso-639-1": "^2.1.0",