diff --git a/package-lock.json b/package-lock.json index b983c7a509..c35e2b996a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "i18next": "^23.8.2", "interweave": "^13.1.0", "jw-epub-parser": "^3.12.1", - "mui-one-time-password-input": "^2.0.1", + "mui-one-time-password-input": "^2.0.2", "qrcode": "^1.5.3", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -12540,16 +12540,16 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/mui-one-time-password-input": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mui-one-time-password-input/-/mui-one-time-password-input-2.0.1.tgz", - "integrity": "sha512-VIp4bSHUpX2GK5VSzAoi8leRnZLcXUQ+T3mR+HHY8T/+31hfe3nR2OPPLHEB79Rp+91HWDaWkD6DQ7JMveX9gQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/mui-one-time-password-input/-/mui-one-time-password-input-2.0.2.tgz", + "integrity": "sha512-KALEh0fIxMOioGU5xUYBZ4bCoUE6/apERw0xo62JdHjnd6VM0Dux70LsMDUeQ4aHtvOMZV3o9tH21wIrPjucug==", "dependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@mui/material": "^5.0.0", - "@types/react": "^18.0.0", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "@emotion/react": "^11.11.3", + "@emotion/styled": "^11.11.0", + "@mui/material": "^5.15.10", + "@types/react": "^18.2.55", + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "peerDependencies": { "@emotion/react": "^11.5.0", diff --git a/package.json b/package.json index 64c8005d9a..9598ad0c97 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "i18next": "^23.8.2", "interweave": "^13.1.0", "jw-epub-parser": "^3.12.1", - "mui-one-time-password-input": "^2.0.1", + "mui-one-time-password-input": "^2.0.2", "qrcode": "^1.5.3", "react": "^18.2.0", "react-dom": "^18.2.0",