diff --git a/package-lock.json b/package-lock.json index 71795ea..ea8235f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "fastcomments-typescript": "^2.0.0", "husky": "^6.0.0", "jest": "^26.0.1", - "pod-install": "^0.1.0", + "pod-install": "^0.3.2", "prettier": "^2.0.5", "react": "17.0.2", "react-native": "0.68.7", @@ -14081,9 +14081,9 @@ } }, "node_modules/pod-install": { - "version": "0.1.28", - "resolved": "https://registry.npmjs.org/pod-install/-/pod-install-0.1.28.tgz", - "integrity": "sha512-tycTNkEKzmntX4tijJGtVSUK5ZM4yid7JHyZgs7T6bM040so/avYMUS2FyZMSb7BAiiqEkqAepRL1P8QvZxNnQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/pod-install/-/pod-install-0.3.2.tgz", + "integrity": "sha512-oDP1/4FoUYkiSf38EZ7VWmDvZF/UvQBglzS1Z63TMc8CADb66acYfUhl36pI5vbY7p4jdTAyIuedZKWp6AoB3w==", "dev": true, "bin": { "pod-install": "build/index.js" @@ -29034,9 +29034,9 @@ } }, "pod-install": { - "version": "0.1.28", - "resolved": "https://registry.npmjs.org/pod-install/-/pod-install-0.1.28.tgz", - "integrity": "sha512-tycTNkEKzmntX4tijJGtVSUK5ZM4yid7JHyZgs7T6bM040so/avYMUS2FyZMSb7BAiiqEkqAepRL1P8QvZxNnQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/pod-install/-/pod-install-0.3.2.tgz", + "integrity": "sha512-oDP1/4FoUYkiSf38EZ7VWmDvZF/UvQBglzS1Z63TMc8CADb66acYfUhl36pI5vbY7p4jdTAyIuedZKWp6AoB3w==", "dev": true }, "posix-character-classes": { diff --git a/package.json b/package.json index bb5f85b..a919250 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "fastcomments-typescript": "^2.0.0", "husky": "^6.0.0", "jest": "^26.0.1", - "pod-install": "^0.1.0", + "pod-install": "^0.3.2", "prettier": "^2.0.5", "react": "17.0.2", "react-native": "0.68.7", diff --git a/yarn.lock b/yarn.lock index 49b96cf..1d9339e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7457,10 +7457,10 @@ plist@^3.0.2, plist@^3.0.5: base64-js "^1.5.1" xmlbuilder "^9.0.7" -pod-install@^0.1.0: - version "0.1.28" - resolved "https://registry.npmjs.org/pod-install/-/pod-install-0.1.28.tgz" - integrity sha512-tycTNkEKzmntX4tijJGtVSUK5ZM4yid7JHyZgs7T6bM040so/avYMUS2FyZMSb7BAiiqEkqAepRL1P8QvZxNnQ== +pod-install@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/pod-install/-/pod-install-0.3.2.tgz#6747bfec6cf5f3107f8a228bc154611b39fa04bc" + integrity sha512-oDP1/4FoUYkiSf38EZ7VWmDvZF/UvQBglzS1Z63TMc8CADb66acYfUhl36pI5vbY7p4jdTAyIuedZKWp6AoB3w== posix-character-classes@^0.1.0: version "0.1.1"