From 821ec41a3560d730ab22d074669c4a2f7fe2e7ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 23:15:27 +1100 Subject: [PATCH] [MISC] (deps): Bump react-otp-input from 2.1.0 to 2.2.0 in /web (#1399) Bumps [react-otp-input](https://github.com/devfolioco/react-otp-input) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/devfolioco/react-otp-input/releases) - [Commits](https://github.com/devfolioco/react-otp-input/compare/v2.1.0...v2.2.0) 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 acb54a67..3ad696b4 100644 --- a/web/package.json +++ b/web/package.json @@ -32,7 +32,7 @@ "react-dom": "^16.14.0", "react-ga": "^3.2.0", "react-loading": "^2.0.3", - "react-otp-input": "^2.1.0", + "react-otp-input": "^2.2.0", "react-router-dom": "^5.2.0", "react-scripts": "^3.4.4", "react-test-renderer": "^16.14.0", diff --git a/web/yarn.lock b/web/yarn.lock index 1519c7a2..59266017 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9152,10 +9152,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.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/react-otp-input/-/react-otp-input-2.1.0.tgz#7d13f02d3509d16101e34188dcb4edf6bbbc12b2" - integrity sha512-Y1dCcP8YUpTEhmp5DEYSmA5OV32IPRgPJ3tg25FLrZvWtszQ4RFqksoNScttWpKw0xA3Sluc0rU11DkWUl9CMg== +react-otp-input@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/react-otp-input/-/react-otp-input-2.2.0.tgz#78430933bb544f38f79d36bc8a45d82fa52d20ef" + integrity sha512-nnCmNhwZNZ/6J66BsSCX8hh2RwdSgb1vTVn7e1FfQS+6yZFGCyFH0xV5kwDUt4G/mpfemEa6Us0W9X+eCuQNWA== react-router-dom@^5.2.0: version "5.2.0"