fix(deps): update dependency debounce to ^1.2.1 (#1947)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-05-24 08:09:16 -05:00
committed by GitHub
parent 277010a1b8
commit 6885d23bde
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3024,9 +3024,9 @@
"dev": true
},
"debounce": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz",
"integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg=="
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
"integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug=="
},
"debug": {
"version": "2.6.9",

View File

@@ -30,7 +30,7 @@
"chokidar": "^3.5.1",
"chromecasts": "^1.9.1",
"create-torrent": "^4.4.2",
"debounce": "^1.2.0",
"debounce": "^1.2.1",
"dlnacasts": "^0.1.0",
"drag-drop": "^6.1.0",
"es6-error": "^4.1.1",