Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] Update dependency react-dropzone to v14.3.5 #2048

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-color": "2.19.3",
"react-csv": "2.2.2",
"react-dom": "18.3.1",
"react-dropzone": "14.2.3",
"react-dropzone": "14.3.5",
"react-final-form": "6.5.9",
"react-final-form-arrays": "3.1.4",
"react-hook-form": "7.54.1",
Expand Down
34 changes: 17 additions & 17 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3894,10 +3894,10 @@ __metadata:
languageName: node
linkType: hard

"attr-accept@npm:^2.2.2":
version: 2.2.4
resolution: "attr-accept@npm:2.2.4"
checksum: 10c0/602d88b40cb039f1159b86e389ca4f908c13dba513753f7c511e69499ba6216c153519f31a484bac9c9efa633f8f6a4ec25b4f777bd55198f8cb2514cef04618
"attr-accept@npm:^2.2.4":
version: 2.2.5
resolution: "attr-accept@npm:2.2.5"
checksum: 10c0/9b4cb82213925cab2d568f71b3f1c7a7778f9192829aac39a281e5418cd00c04a88f873eb89f187e0bf786fa34f8d52936f178e62cbefb9254d57ecd88ada99b
languageName: node
linkType: hard

Expand Down Expand Up @@ -5902,12 +5902,12 @@ __metadata:
languageName: node
linkType: hard

"file-selector@npm:^0.6.0":
version: 0.6.0
resolution: "file-selector@npm:0.6.0"
"file-selector@npm:^2.1.0":
version: 2.1.2
resolution: "file-selector@npm:2.1.2"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/477ca1b56274db9fee1a8a623c4bfef580389726a5fef843af8c1f2f17f70ec2d1e41b29115777c92e120a15f1cca734c6ef36bb48bfa2ee027c68da16cd0d28
tslib: "npm:^2.7.0"
checksum: 10c0/fe827e0e95410aacfcc3eabc38c29cc36055257f03c1c06b631a2b5af9730c142ad2c52f5d64724d02231709617bda984701f52bd1f4b7aca50fb6585a27c1d2
languageName: node
linkType: hard

Expand Down Expand Up @@ -8994,7 +8994,7 @@ __metadata:
react-color: "npm:2.19.3"
react-csv: "npm:2.2.2"
react-dom: "npm:18.3.1"
react-dropzone: "npm:14.2.3"
react-dropzone: "npm:14.3.5"
react-final-form: "npm:6.5.9"
react-final-form-arrays: "npm:3.1.4"
react-hook-form: "npm:7.54.1"
Expand Down Expand Up @@ -9559,16 +9559,16 @@ __metadata:
languageName: node
linkType: hard

"react-dropzone@npm:14.2.3":
version: 14.2.3
resolution: "react-dropzone@npm:14.2.3"
"react-dropzone@npm:14.3.5":
version: 14.3.5
resolution: "react-dropzone@npm:14.3.5"
dependencies:
attr-accept: "npm:^2.2.2"
file-selector: "npm:^0.6.0"
attr-accept: "npm:^2.2.4"
file-selector: "npm:^2.1.0"
prop-types: "npm:^15.8.1"
peerDependencies:
react: ">= 16.8 || 18.0.0"
checksum: 10c0/6433517c53309aca1bb4f4a535aeee297345ca1e11b123676f46c7682ffab34a3428cbda106448fc92b5c9a5e0fa5d225bc188adebcd4d302366bf6b1f9c3fc1
checksum: 10c0/e3e5dddd3bead7c6410bd3fccc3a87e93086ceac47526a2d35421ef7e11a9e59f47c8af8da5c4600a58ef238a5af87c751a71b6391d5c6f77f1f2857946c07cc
languageName: node
linkType: hard

Expand Down Expand Up @@ -11169,7 +11169,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2":
"tslib@npm:2, tslib@npm:^2.7.0":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62
Expand Down
Loading