From b8cf63071c252b1e6820b2c8af7d84048c85ecc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 11:02:53 +0000 Subject: [PATCH] React: Bump react-file-drop from 3.1.3 to 3.1.6 in /react Bumps [react-file-drop](https://github.com/sarink/react-file-drop) from 3.1.3 to 3.1.6. - [Release notes](https://github.com/sarink/react-file-drop/releases) - [Changelog](https://github.com/sarink/react-file-drop/blob/master/CHANGELOG.md) - [Commits](https://github.com/sarink/react-file-drop/compare/v3.1.3...v3.1.6) --- updated-dependencies: - dependency-name: react-file-drop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- react/package.json | 2 +- react/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react/package.json b/react/package.json index 3cb5d6da..c2bbe4d3 100644 --- a/react/package.json +++ b/react/package.json @@ -20,7 +20,7 @@ "re-resizable": "^6.9.6", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-file-drop": "^3.1.3", + "react-file-drop": "^3.1.6", "react-query": "^3.35.0", "react-router-dom": "^5.3.1", "react-scripts": "5.0.1", diff --git a/react/yarn.lock b/react/yarn.lock index 8e3b2280..42e4ac6c 100644 --- a/react/yarn.lock +++ b/react/yarn.lock @@ -7293,10 +7293,10 @@ react-error-overlay@^6.0.11: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb" integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg== -react-file-drop@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/react-file-drop/-/react-file-drop-3.1.3.tgz#285b3ea47466e12173401e94d97afbffb60fdb79" - integrity sha512-uVIdL7NyVTJOxyxArVyG56ptzkahY7oLR/cFKnD+MO3d4tJfl+GwpFYuiyZ3Gtyb4DJ0/oi1SS40ui77e0KkoA== +react-file-drop@^3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/react-file-drop/-/react-file-drop-3.1.6.tgz#968abee56d03db6824af9a0038497330610e699f" + integrity sha512-G1IKKP5ql0FYlWl7X5+ZEDQfzeF5bT4meV6vg3wySs1+NvPOZgoNxTZxAqayENzW+zOf/WVQ81FPaK+yLuryuw== dependencies: prop-types "^15.7.2"