diff --git a/corona-master/corona-master/package-lock.json b/corona-master/corona-master/package-lock.json index 311a55e..d1b0af4 100644 --- a/corona-master/corona-master/package-lock.json +++ b/corona-master/corona-master/package-lock.json @@ -1483,6 +1483,11 @@ "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.36.tgz", "integrity": "sha512-7TUK/k2/QGpEAv/BCwSHlYu3NXZhQ9ZwBYpzr9tjlPIL2C5BeGhH3DmVavRx3ZNyELX5TLC91JTz/cen6AAtIQ==" }, + "@types/i18n-js": { + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/@types/i18n-js/-/i18n-js-3.8.4.tgz", + "integrity": "sha512-lXIJLglOZsa81DzqiiG99xF6qGJvwRGqzCQe1FB+/JhgVTyGGVa63DMopEQMJdpAlUUSdJsIhC7sw5xDfDjXWw==" + }, "@types/istanbul-lib-coverage": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", @@ -1552,6 +1557,14 @@ "@types/react": "*" } }, + "@types/react-native-i18n": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/react-native-i18n/-/react-native-i18n-2.0.0.tgz", + "integrity": "sha512-JwSsjGw99Kk7kMg2R1YPAby7v7dw4rHGDTc3WsLtQuw0DeyMRLLPNdmjg85RP3BVX94F/SU+eef65DUsUzc9fQ==", + "requires": { + "@types/i18n-js": "*" + } + }, "@types/react-native-uuid": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@types/react-native-uuid/-/react-native-uuid-1.4.0.tgz", @@ -7019,11 +7032,6 @@ "brace-expansion": "^1.1.7" } }, - "minimist": { - "version": "1.2.5", - "bundled": true, - "optional": true - }, "minipass": { "version": "2.9.0", "bundled": true, @@ -7992,11 +8000,6 @@ "brace-expansion": "^1.1.7" } }, - "minimist": { - "version": "1.2.5", - "bundled": true, - "optional": true - }, "minipass": { "version": "2.9.0", "bundled": true, @@ -8628,9 +8631,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "mixin-deep": { "version": "1.3.2", diff --git a/corona-master/corona-master/yarn.lock b/corona-master/corona-master/yarn.lock index ac429c3..63f28eb 100644 --- a/corona-master/corona-master/yarn.lock +++ b/corona-master/corona-master/yarn.lock @@ -5157,9 +5157,9 @@ minimatch@^3.0.2, minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== mixin-deep@^1.2.0: version "1.3.2"