1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-11-22 01:37:07 +01:00

Bump react-dropzone from 11.0.3 to 11.1.0

Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 11.0.3 to 11.1.0.
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](https://github.com/react-dropzone/react-dropzone/compare/v11.0.3...v11.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-14 04:33:10 +00:00 committed by GitHub
parent 544f82870a
commit f14467e8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 11 deletions

27
package-lock.json generated
View File

@ -5312,9 +5312,9 @@
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
},
"attr-accept": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.1.tgz",
"integrity": "sha512-GpefLMsbH5ojNgfTW+OBin2xKzuHfyeNA+qCktzZojBhbA/lPZdCFMWdwk5ajb989Ok7ZT+EADqvW3TAFNMjhA=="
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz",
"integrity": "sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg=="
},
"autoprefixer": {
"version": "9.6.5",
@ -8706,11 +8706,18 @@
}
},
"file-selector": {
"version": "0.1.12",
"resolved": "https://registry.npmjs.org/file-selector/-/file-selector-0.1.12.tgz",
"integrity": "sha512-Kx7RTzxyQipHuiqyZGf+Nz4vY9R1XGxuQl/hLoJwq+J4avk/9wxxgZyHKtbyIPJmbD4A66DWGYfyykWNpcYutQ==",
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/file-selector/-/file-selector-0.1.13.tgz",
"integrity": "sha512-T2efCBY6Ps+jLIWdNQsmzt/UnAjKOEAlsZVdnQztg/BtAZGNL4uX1Jet9cMM8gify/x4CSudreji2HssGBNVIQ==",
"requires": {
"tslib": "^1.9.0"
"tslib": "^2.0.1"
},
"dependencies": {
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ=="
}
}
},
"file-uri-to-path": {
@ -17739,9 +17746,9 @@
}
},
"react-dropzone": {
"version": "11.0.3",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-11.0.3.tgz",
"integrity": "sha512-+MoMOoKZfkZ9i1+qEFl2ZU29AB/c9K2bFxyACqGynguJunmqO+k2PJ2AcuiH51xVNl9R7q/x5QdBaIWb6RtoSw==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-11.1.0.tgz",
"integrity": "sha512-gJT6iJadyTbevrigm6KZFaei/yNWfokzs1idumO7fXtRNPiGFDUpsQ+trHWwUO3yWOtJibpbo5tLZggjm+KV5w==",
"requires": {
"attr-accept": "^2.0.0",
"file-selector": "^0.1.12",

View File

@ -22,7 +22,7 @@
"next-svgr": "^0.0.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-dropzone": "^11.0.3",
"react-dropzone": "^11.1.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {