From 3c165cfd5e3fdb7a915c55f2bf93099bd2a219e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:10:55 +0530 Subject: [PATCH] chore(deps-dev): bump pod-install from 0.1.39 to 0.2.2 (#899) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Desu Sai Venkat <48179357+desusai7@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4a90939..d6f76919 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "metro-react-native-babel-preset": "^0.77.0", "minami": "^1.2.3", "node-fetch": "^2.6.7", - "pod-install": "^0.1.0", + "pod-install": "^0.2.2", "prettier": "^2.8.8", "pretty-quick": "^1.11.1", "react": "18.2.0", @@ -18791,11 +18791,10 @@ } }, "node_modules/pod-install": { - "version": "0.1.39", - "resolved": "https://registry.npmjs.org/pod-install/-/pod-install-0.1.39.tgz", - "integrity": "sha512-0kVvdLYe0CtfJEr+ISvTMxAEB0UF4JMRToPjuu9xAAq1mEqA2Ql5u7uLWX1m45BMM+7NfU4LnBbnfNjmQE9GCw==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/pod-install/-/pod-install-0.2.2.tgz", + "integrity": "sha512-NgQpKiuWZo8mWU+SVxmrn+ARy9+fFYzW53ze6CDTo70u5Ie8AVSn7FqolDC/c7+N4/kQ1BldAnXEab6SNYA8xw==", "dev": true, - "license": "MIT", "bin": { "pod-install": "build/index.js" } diff --git a/package.json b/package.json index d09c4948..e8a2b08a 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "react-dom": "^18.2.0", "semver": "^6.3.0", "typescript": "4.9.5", - "pod-install": "^0.1.0", + "pod-install": "^0.2.2", "react": "18.2.0", "react-native": "0.74.1", "react-native-builder-bob": "^0.23.0",