From 72560b7f883b3513d5d0708cabe9dd1ab534f0c5 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:01:31 +0000 Subject: [PATCH] fix(deps): update dependency react-native-code-push to v9 --- Storybook/package-lock.json | 44 ++++++++++++------------------------- Storybook/package.json | 2 +- 2 files changed, 15 insertions(+), 31 deletions(-) diff --git a/Storybook/package-lock.json b/Storybook/package-lock.json index 0fa85f80..5741714b 100644 --- a/Storybook/package-lock.json +++ b/Storybook/package-lock.json @@ -19,7 +19,7 @@ "react": "18.2.0", "react-dom": "^18.2.0", "react-native": "0.72.4", - "react-native-code-push": "^8.1.0", + "react-native-code-push": "^9.0.0", "react-native-device-info": "^10.12.0", "react-native-drop-shadow": "^0.0.6", "react-native-gesture-handler": "^2.12.0", @@ -21431,9 +21431,10 @@ } }, "node_modules/code-push": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/code-push/-/code-push-4.2.0.tgz", - "integrity": "sha512-5z+IhqNllGr1AOV2a53gwLawPCfwvLHSBfejU+QBo0w+1Rh8XS/nfGlyf8YDPdslWrtTleBA6Au8npvF9FyJYA==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/code-push/-/code-push-4.2.2.tgz", + "integrity": "sha512-45pvyF6bhJ5h8tllcE9CkmZaCxT+QvA8hxUpUdUevLAOCWv+Tlw/B8XXC1Q7ai3qyZwkiVbEuq3E8lyGmjMsrQ==", + "license": "MIT", "dependencies": { "appcenter-file-upload-client": "0.1.0", "proxy-agent": "^6.3.0", @@ -35376,11 +35377,12 @@ } }, "node_modules/react-native-code-push": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/react-native-code-push/-/react-native-code-push-8.1.0.tgz", - "integrity": "sha512-EJsLeOnRGXTOAQxbL8B7l5XIQqIC++dYYiZneoFYtCiv1t71vrAokniNdk2mL0tKKii8qoIhev0NzRnQAw+FrQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/react-native-code-push/-/react-native-code-push-9.0.0.tgz", + "integrity": "sha512-9Tf5t1xixIRi23fsCI5EODB20TpOs9BONCm57yDEAWO9+TQuw5VoF0eJXYBFjyK2ZAxhTxxPvxzkrHcZKItKUQ==", + "license": "MIT", "dependencies": { - "code-push": "^4.2.0", + "code-push": "^4.2.2", "glob": "^7.1.7", "hoist-non-react-statics": "^3.3.2", "inquirer": "^8.1.5", @@ -35389,24 +35391,11 @@ "xcode": "3.0.1" } }, - "node_modules/react-native-code-push/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/react-native-code-push/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -35414,11 +35403,6 @@ "node": ">=10" } }, - "node_modules/react-native-code-push/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, "node_modules/react-native-device-info": { "version": "10.12.0", "resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-10.12.0.tgz", diff --git a/Storybook/package.json b/Storybook/package.json index 194836d5..62de226f 100644 --- a/Storybook/package.json +++ b/Storybook/package.json @@ -27,7 +27,7 @@ "react": "18.2.0", "react-dom": "^18.2.0", "react-native": "0.72.4", - "react-native-code-push": "^8.1.0", + "react-native-code-push": "^9.0.0", "react-native-device-info": "^10.12.0", "react-native-drop-shadow": "^0.0.6", "react-native-gesture-handler": "^2.12.0",