diff --git a/demo/package-lock.json b/demo/package-lock.json index 1c5f904..f36c323 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -24,7 +24,7 @@ "@babel/runtime": "^7.25.0", "@react-native-community/cli": "^15.1.1", "@react-native-community/cli-platform-android": "15.0.0", - "@react-native-community/cli-platform-ios": "15.0.0", + "@react-native-community/cli-platform-ios": "15.1.1", "@react-native/babel-preset": "0.76.1", "@react-native/eslint-config": "0.76.1", "@react-native/metro-config": "0.76.1", @@ -3138,36 +3138,44 @@ } }, "node_modules/@react-native-community/cli-platform-ios": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-15.0.0.tgz", - "integrity": "sha512-2tP9R0tDIEA55ebNoVZFs0fQgz2nrnMy/epmsUrNC2p4+ZmPQEojqjB+OFaZV4Mh0svks+WoPqf9blk39kN7eg==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-15.1.1.tgz", + "integrity": "sha512-oqrThqOJcG6+/6G/0EfK27okkTFi35T810l1E38KW10HuDHdFLj1V0JDIereKXJlzxhkNUPHFdba5K7/PWD0iA==", "dev": true, - "license": "MIT", "dependencies": { - "@react-native-community/cli-platform-apple": "15.0.0" + "@react-native-community/cli-platform-apple": "15.1.1" + } + }, + "node_modules/@react-native-community/cli-platform-ios/node_modules/@react-native-community/cli-config-apple": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-config-apple/-/cli-config-apple-15.1.1.tgz", + "integrity": "sha512-INpFAgq89aFEZTV96k/YA536u6uqA55BVhj9SNCopbASM281mKUgQguF/QywXb+lLDVhefE7hyMW1O9OrKPIaQ==", + "dev": true, + "dependencies": { + "@react-native-community/cli-tools": "15.1.1", + "chalk": "^4.1.2", + "execa": "^5.0.0", + "fast-glob": "^3.3.2" } }, "node_modules/@react-native-community/cli-platform-ios/node_modules/@react-native-community/cli-platform-apple": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-apple/-/cli-platform-apple-15.0.0.tgz", - "integrity": "sha512-DUC4AL3AGNjUDkTrK71fBz2B/aloJm+NHc5deTfEicRvDkyHDM16RqkuFwcvrzaKOtnMDwuDNPM7/PSEp8tbVg==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-apple/-/cli-platform-apple-15.1.1.tgz", + "integrity": "sha512-04XVCsACnK7FFY/tvbv309PF0M+vft2KeIXhMvB/qLR6t6DAJd0f477Lf2CrAE6Ya7FAy/HzOshiF+21mFDCPg==", "dev": true, - "license": "MIT", "dependencies": { - "@react-native-community/cli-tools": "15.0.0", + "@react-native-community/cli-config-apple": "15.1.1", + "@react-native-community/cli-tools": "15.1.1", "chalk": "^4.1.2", "execa": "^5.0.0", - "fast-glob": "^3.3.2", - "fast-xml-parser": "^4.4.1", - "ora": "^5.4.1" + "fast-xml-parser": "^4.4.1" } }, "node_modules/@react-native-community/cli-platform-ios/node_modules/@react-native-community/cli-tools": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-15.0.0.tgz", - "integrity": "sha512-JZzHRJs+6F6or3tloXdbo6aSL2ifbvs7WKsEPjVFuXfaKNEzpQAqWAKMDr95VUEovuX942yD/QRLo6S2W5NTrw==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-15.1.1.tgz", + "integrity": "sha512-pi0kAwtEcrMA2q3voFVbF5/VJSfmaAuUCo0jFlNDO+X0OvV6Ss12RwGHr/8peJAS8AEFRxMJPvooxqR9ap12wg==", "dev": true, - "license": "MIT", "dependencies": { "appdirsjs": "^1.2.4", "chalk": "^4.1.2", @@ -3187,7 +3195,6 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" }, diff --git a/demo/package.json b/demo/package.json index 5b3ab0b..0bc2908 100644 --- a/demo/package.json +++ b/demo/package.json @@ -26,7 +26,7 @@ "@babel/runtime": "^7.25.0", "@react-native-community/cli": "^15.1.1", "@react-native-community/cli-platform-android": "15.0.0", - "@react-native-community/cli-platform-ios": "15.0.0", + "@react-native-community/cli-platform-ios": "15.1.1", "@react-native/babel-preset": "0.76.1", "@react-native/eslint-config": "0.76.1", "@react-native/metro-config": "0.76.1",