From 898cfbd2064d3050cc872bd8be59ef738d3b15c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 00:43:52 +1100 Subject: [PATCH] [MISC] (deps): Bump react-otp-input from 2.2.0 to 2.3.0 in /web (#1422) Bumps [react-otp-input](https://github.com/devfolioco/react-otp-input) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/devfolioco/react-otp-input/releases) - [Commits](https://github.com/devfolioco/react-otp-input/compare/v2.2.0...v2.3.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 47d1965e..1e1c21e2 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.2.0", + "react-otp-input": "^2.3.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 a0e7fc76..1d4e05fb 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9909,10 +9909,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.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-otp-input@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/react-otp-input/-/react-otp-input-2.3.0.tgz#2457b47540e2de2751c3a3e14311452b0c8313a8" + integrity sha512-xzljlohVaPkUqO4H61x4r7KMRSq2ZPYFFZeSqqVXid+kJNL1UekSBP1xPafvI0eGNpus/PA1447jYZf2EJRY0A== react-router-dom@^5.2.0: version "5.2.0"