From 097c2b94563bac330d33f8692600185cc95cd47f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2020 21:14:23 +1000 Subject: [PATCH] [MISC] (deps): Bump react-otp-input from 2.0.0 to 2.0.1 in /web (#1210) Bumps [react-otp-input](https://github.com/devfolioco/react-otp-input) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/devfolioco/react-otp-input/releases) - [Commits](https://github.com/devfolioco/react-otp-input/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 8a6e1fd5..a1b98121 100644 --- a/web/package.json +++ b/web/package.json @@ -32,7 +32,7 @@ "react-dom": "^16.13.1", "react-ga": "^3.1.2", "react-loading": "^2.0.3", - "react-otp-input": "^2.0.0", + "react-otp-input": "^2.0.1", "react-router-dom": "^5.2.0", "react-scripts": "^3.4.1", "react-test-renderer": "^16.13.1", diff --git a/web/yarn.lock b/web/yarn.lock index b109d97e..89dffee3 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9235,10 +9235,10 @@ react-loading@^2.0.3: resolved "https://registry.yarnpkg.com/react-loading/-/react-loading-2.0.3.tgz#e8138fb0c3e4674e481b320802ac7048ae14ffb9" integrity sha512-Vdqy79zq+bpeWJqC+xjltUjuGApyoItPgL0vgVfcJHhqwU7bAMKzysfGW/ADu6i0z0JiOCRJjo+IkFNkRNbA3A== -react-otp-input@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-otp-input/-/react-otp-input-2.0.0.tgz#e5bfa41e2d18032976809577852ba612638146b7" - integrity sha512-C2kyKrKYZWfrB4uq0thGvNQ8DyrTqcdj0ZAD0AQwUblUGGAOYY7XEuTRA5Wef65idoPsHfx6TA0lr/rsAizTIw== +react-otp-input@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/react-otp-input/-/react-otp-input-2.0.1.tgz#7119dd5d8d786ac5a791557964982d4c73abaec6" + integrity sha512-pfn5NWjEtYeLlZn4dN7oY5A8PxKMbthEj06R5lY33y7/TUhfaCB1Gukr+uQCQFgKb+juDBR7+OPX5x5JkY/VUA== react-router-dom@^5.2.0: version "5.2.0"