diff --git a/example/package-lock.json b/example/package-lock.json index fd8099a..60f623f 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -3671,9 +3671,9 @@ } }, "hosted-git-info": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", - "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==" + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" }, "html-encoding-sniffer": { "version": "1.0.2", @@ -6225,7 +6225,9 @@ } }, "react-native-sms-verifycode": { - "version": "file:..", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/react-native-sms-verifycode/-/react-native-sms-verifycode-2.4.1.tgz", + "integrity": "sha512-mPfXelEDZ4+iyLf7juGXHS9eE7gdRhSP8Cpbp1Lh403RMrV0ro44e53V9yLs/qysRKEVZw5vJdDmW47YB4O+cQ==", "requires": { "prop-types": "^15.6.2" } diff --git a/example/yarn.lock b/example/yarn.lock index a36da6a..1b4f057 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -2679,9 +2679,9 @@ home-or-tmp@^3.0.0: integrity sha1-V6j+JM8zzdUkhgoVgh3cJchmcfs= hosted-git-info@^2.1.4: - version "2.8.8" - resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" - integrity sha1-dTm9S8Hg4KiVgVouAmJCCxKFhIg= + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== html-encoding-sniffer@^1.0.2: version "1.0.2" @@ -4686,14 +4686,10 @@ react-is@^16.4.1, react-is@^16.8.1: resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ= -react-native-sms-verifycode@../react-native-sms-verifycode-2.4.1.tgz: - version "2.4.1" - resolved "../react-native-sms-verifycode-2.4.1.tgz#be7f3ec1728e58da3b6561108c9a5a32be71d675" - dependencies: - prop-types "^15.6.2" - -"react-native-sms-verifycode@file:..": +react-native-sms-verifycode@2.4.1: version "2.4.1" + resolved "https://registry.yarnpkg.com/react-native-sms-verifycode/-/react-native-sms-verifycode-2.4.1.tgz#be7f3ec1728e58da3b6561108c9a5a32be71d675" + integrity sha512-mPfXelEDZ4+iyLf7juGXHS9eE7gdRhSP8Cpbp1Lh403RMrV0ro44e53V9yLs/qysRKEVZw5vJdDmW47YB4O+cQ== dependencies: prop-types "^15.6.2"