Merge pull request #126 from kremalicious/dependabot/npm_and_yarn/react-dropzone-11.3.1

Bump react-dropzone from 11.2.4 to 11.3.1
This commit is contained in:
Matthias Kretschmann 2021-03-01 11:50:57 +01:00 committed by GitHub
commit 41efc50176
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": {