Bump react-dropzone from 11.2.4 to 11.3.1

Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 11.2.4 to 11.3.1.
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](https://github.com/react-dropzone/react-dropzone/compare/v11.2.4...v11.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-01 04:05:59 +00:00 committed by GitHub
parent 09ff54012a
commit 7e2fa69e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14740,9 +14740,9 @@
}
},
"react-dropzone": {
"version": "11.2.4",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-11.2.4.tgz",
"integrity": "sha512-EGSvK2CxFTuc28WxwuJCICyuYFX8b+sRumwU6Bs6sTbElV2HtQkT0d6C+HEee6XfbjiLIZ+Th9uji27rvo2wGw==",
"version": "11.3.1",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-11.3.1.tgz",
"integrity": "sha512-gPyw524T6dYZW81aQoBGmBG90cVNs+YJreh3HaN45Yw09Bm6m4aA6IF9ergHZQAWGeDSJ+DUhDKKAAaDdTj3RQ==",
"requires": {
"attr-accept": "^2.2.1",
"file-selector": "^0.2.2",

View File

@ -22,7 +22,7 @@
"next-svgr": "^0.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-dropzone": "^11.3.1",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {