chore(deps): bump react-debounce-input from 3.2.0 to 3.2.3

This commit is contained in:
dependabot[bot]
2020-12-14 15:04:28 -05:00
committed by GitHub
parent 7b7f7f891c
commit c57d179940
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -27838,12 +27838,12 @@
} }
}, },
"react-debounce-input": { "react-debounce-input": {
"version": "3.2.0", "version": "3.2.3",
"resolved": "https://registry.npmjs.org/react-debounce-input/-/react-debounce-input-3.2.0.tgz", "resolved": "https://registry.npmjs.org/react-debounce-input/-/react-debounce-input-3.2.3.tgz",
"integrity": "sha1-aXjGBh2Jj1SfQEF/sNLrvs9Qqqo=", "integrity": "sha512-7Bfjm9sxrtgB+IsSrdXoo4CVqKg7CbWC68dNhr8q7ZmY6C0AqtR524//SenHQWT+eeSG9DmSLWNWCUFSyaaWSQ==",
"requires": { "requires": {
"lodash.debounce": "^4", "lodash.debounce": "^4",
"prop-types": "^15" "prop-types": "^15.7.2"
} }
}, },
"react-dom": { "react-dom": {

View File

@@ -77,7 +77,7 @@
"randombytes": "^2.1.0", "randombytes": "^2.1.0",
"react": "=15.7.0", "react": "=15.7.0",
"react-copy-to-clipboard": "5.0.1", "react-copy-to-clipboard": "5.0.1",
"react-debounce-input": "^3.2.0", "react-debounce-input": "^3.2.3",
"react-dom": "=15.7.0", "react-dom": "=15.7.0",
"react-immutable-proptypes": "2.1.0", "react-immutable-proptypes": "2.1.0",
"react-immutable-pure-component": "^1.1.1", "react-immutable-pure-component": "^1.1.1",