From ec3c01fe0b79ad530ea628906a02b2f524764bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 03:59:21 +0000 Subject: [PATCH] feat(deps): bump mui-one-time-password-input from 1.1.1 to 1.1.2 Bumps [mui-one-time-password-input](https://github.com/viclafouch/mui-otp-input) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/viclafouch/mui-otp-input/releases) - [Commits](https://github.com/viclafouch/mui-otp-input/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: mui-one-time-password-input dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c5befb4..67a73ef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "file-select-dialog": "^1.5.4", "firebase": "^9.23.0", "interweave": "^13.1.0", - "mui-one-time-password-input": "^1.1.1", + "mui-one-time-password-input": "^1.1.2", "qrcode": "^1.5.3", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -8118,9 +8118,9 @@ "license": "MIT" }, "node_modules/mui-one-time-password-input": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/mui-one-time-password-input/-/mui-one-time-password-input-1.1.1.tgz", - "integrity": "sha512-YzKgKhLnjToCoXqUBph/I3F2s+mRXCuQczlByp90l7rzDJs7JCquE5ukjFAsWgi9SNC3jtxhAXddCZ6v9/dAxw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/mui-one-time-password-input/-/mui-one-time-password-input-1.1.2.tgz", + "integrity": "sha512-FNe2NX0++5u4roQne2baOXE8Ot9wc8vr09zwEUVJqZLNxs27Mts5x2jCeKbOwhMyg7tSmuYVrKzBudeuSJjLLw==", "dependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", diff --git a/package.json b/package.json index 60b77900..6d3a8e3b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "file-select-dialog": "^1.5.4", "firebase": "^9.23.0", "interweave": "^13.1.0", - "mui-one-time-password-input": "^1.1.1", + "mui-one-time-password-input": "^1.1.2", "qrcode": "^1.5.3", "react": "^18.2.0", "react-dom": "^18.2.0",