From 5eb7526fa174f3100fd6612af33c856d93ad5d2a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:13:37 +0000 Subject: [PATCH] Update mocha-remote-react-native to version 1.12.3 (#161) --- examples/expo/package.json | 2 +- package-lock.json | 154 +------------------------------------ 2 files changed, 2 insertions(+), 154 deletions(-) diff --git a/examples/expo/package.json b/examples/expo/package.json index 20af6d2..f5b97e7 100644 --- a/examples/expo/package.json +++ b/examples/expo/package.json @@ -34,7 +34,7 @@ "dependencies": { "expo": "~50.0.17", "expo-status-bar": "~1.12.1", - "mocha-remote-react-native": "1.12.2", + "mocha-remote-react-native": "1.12.3", "react": "18.2.0", "react-native": "0.73.7" }, diff --git a/package-lock.json b/package-lock.json index 981e8d6..ff6af9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "dependencies": { "expo": "~50.0.17", "expo-status-bar": "~1.12.1", - "mocha-remote-react-native": "1.12.2", + "mocha-remote-react-native": "1.12.3", "react": "18.2.0", "react-native": "0.73.7" }, @@ -46,157 +46,6 @@ "@types/react": "~18.3.1" } }, - "examples/expo/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "examples/expo/node_modules/minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "examples/expo/node_modules/mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz", - "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==", - "license": "MIT", - "dependencies": { - "ansi-colors": "4.1.1", - "browser-stdout": "1.3.1", - "chokidar": "3.5.3", - "debug": "4.3.4", - "diff": "5.0.0", - "escape-string-regexp": "4.0.0", - "find-up": "5.0.0", - "glob": "8.1.0", - "he": "1.2.0", - "js-yaml": "4.1.0", - "log-symbols": "4.1.0", - "minimatch": "5.0.1", - "ms": "2.1.3", - "serialize-javascript": "6.0.0", - "strip-json-comments": "3.1.1", - "supports-color": "8.1.1", - "workerpool": "6.2.1", - "yargs": "16.2.0", - "yargs-parser": "20.2.4", - "yargs-unparser": "2.0.0" - }, - "bin": { - "_mocha": "bin/_mocha", - "mocha": "bin/mocha.js" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "examples/expo/node_modules/mocha-remote-client": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/mocha-remote-client/-/mocha-remote-client-1.12.2.tgz", - "integrity": "sha512-zRm46KFWs+gYy8aGYogz99PyZKUiE40h8bvfXvoIsesPODstE46pWOM3f0O/rcTE4msl1dyq3dfe4juZzC2CYA==", - "license": "ISC", - "dependencies": { - "debug": "^4.3.4", - "fast-equals": "^5.0.1", - "mocha": "10.3.0", - "mocha-remote-common": "1.12.2", - "ws": "^8.4.2" - } - }, - "examples/expo/node_modules/mocha-remote-common": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/mocha-remote-common/-/mocha-remote-common-1.12.2.tgz", - "integrity": "sha512-n+344Gg0Au78IoPSrVS07SIyF7BuCACiV6SLDgALi9P7tX24d9Ui7Rg3Iec6bzaptP/x+CGiMQ2NfpprzpEFYQ==", - "license": "ISC", - "dependencies": { - "debug": "^4.3.1" - } - }, - "examples/expo/node_modules/mocha-remote-react-native": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/mocha-remote-react-native/-/mocha-remote-react-native-1.12.2.tgz", - "integrity": "sha512-CMkx5AX0GSTFgA7i0fcq4SmB3sumEb7U62cBQJU9FmlaD9MJBLu76Ip6L3KwzEDhPlYrYXpUt5HB9MLBaUsd7g==", - "dependencies": { - "mocha-remote-client": "1.12.2" - }, - "peerDependencies": { - "react": "^18", - "react-native": "*" - } - }, - "examples/expo/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "license": "MIT" - }, - "examples/expo/node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", - "dependencies": { - "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "examples/expo/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "examples/expo/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "license": "MIT", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "examples/expo/node_modules/yargs-parser": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", - "license": "ISC", - "engines": { - "node": ">=10" - } - }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", @@ -15089,7 +14938,6 @@ "version": "18.2.0", "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" },