mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #63 from brianlovin/depfu/update/npm/throttle-debounce-2.1.0
Update throttle-debounce: 2.0.1 → 2.1.0 (minor)
This commit is contained in:
commit
c408765f00
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -9699,9 +9699,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"throttle-debounce": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.0.1.tgz",
|
||||
"integrity": "sha512-Sr6jZBlWShsAaSXKyNXyNicOrJW/KtkDqIEwHt4wYwWA2wa/q67Luhqoujg48V8hTk60wB56tYrJJn6jc2R7VA=="
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.1.0.tgz",
|
||||
"integrity": "sha512-AOvyNahXQuU7NN+VVvOOX+uW6FPaWdAOdRP5HfwYxAfCzXTFKRMoIMk+n+po318+ktcChx+F1Dd91G3YHeMKyg=="
|
||||
},
|
||||
"throttleit": {
|
||||
"version": "0.0.2",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"react-dom": "^16.8.0-alpha.0",
|
||||
"react-markdown": "^4.0.6",
|
||||
"styled-components": "^4.1.3",
|
||||
"throttle-debounce": "^2.0.1"
|
||||
"throttle-debounce": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue