From d0699dc42839db2b62d7324ad66dfe764849a75f Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Thu, 30 Mar 2023 16:47:26 +0100 Subject: [PATCH] [LOCAL] bump CLI to 11.0.1 --- packages/react-native/package.json | 6 +- yarn.lock | 226 +++++++++-------------------- 2 files changed, 75 insertions(+), 157 deletions(-) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index c1159f9a9b1..0db2b842384 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -79,9 +79,9 @@ }, "dependencies": { "@jest/create-cache-key-function": "^29.2.1", - "@react-native-community/cli": "11.0.0", - "@react-native-community/cli-platform-android": "11.0.0", - "@react-native-community/cli-platform-ios": "11.0.0", + "@react-native-community/cli": "11.0.1", + "@react-native-community/cli-platform-android": "11.0.1", + "@react-native-community/cli-platform-ios": "11.0.1", "@react-native/assets-registry": "^0.72.0", "@react-native/codegen": "^0.72.4", "@react-native/gradle-plugin": "^0.72.6", diff --git a/yarn.lock b/yarn.lock index 0dea5b9279d..cc2162b2d16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2248,48 +2248,48 @@ optionalDependencies: npmlog "2 || ^3.1.0 || ^4.0.0" -"@react-native-community/cli-clean@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.0.0.tgz#7225f8df011893de1cb740a0cad3dd2670574da5" - integrity sha512-CWulRz6Ey2ntr3Ml/bMgSXhcE2yWj3R/Vrho2D00Y3wuU6p4cK/Af7YIidyn5E0NI/CMtXZ0cE1l5WME0o4wsA== +"@react-native-community/cli-clean@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.0.1.tgz#f3393413e9445d6cdcc8c8a50ac978c996bb6e9f" + integrity sha512-QXeNu+ixPtSrYrR3AA1dFa6V+C8HdylJuNN+HMcnq0TzMjsurfKT2ODM68vQEFNHhihz5T5YuNvjOy8QPUB8Ig== dependencies: - "@react-native-community/cli-tools" "^11.0.0" + "@react-native-community/cli-tools" "^11.0.1" chalk "^4.1.2" - execa "^1.0.0" + execa "^5.0.0" prompts "^2.4.0" -"@react-native-community/cli-config@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.0.0.tgz#c41acda2ff7aa2a4f1b5cdd895e341f27009ff8f" - integrity sha512-aKjv/lG7rr2WSN7MSP/P2HUJwoUI94Zct9eyxWEPBV5d48dVR4u7UXcGPRJSJTwVl7+RGNVThnGH8Gh55e1+Lw== +"@react-native-community/cli-config@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.0.1.tgz#b3ed2eea19225faae14b50efe5dd5919e1430be2" + integrity sha512-77VER7cU953dgdm6KUrjgnmsqV5uLraEoO+DsKQI9BeBALVoO2SRuoad1vNofkVGRpRJVmZvtvs83VDvBqfigw== dependencies: - "@react-native-community/cli-tools" "^11.0.0" + "@react-native-community/cli-tools" "^11.0.1" chalk "^4.1.2" cosmiconfig "^5.1.0" deepmerge "^4.3.0" glob "^7.1.3" joi "^17.2.1" -"@react-native-community/cli-debugger-ui@^11.0.0-alpha.2": +"@react-native-community/cli-debugger-ui@11.0.0-alpha.2": version "11.0.0-alpha.2" resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.0.0-alpha.2.tgz#edd28413f8bf7c1b6ae7d7f2f168166afedbb719" integrity sha512-p5vlzQYsxaTL13hpIWgk1SEEgbnTO24ktg/8IqDHkuA3YKYI1ghEUq6BXdfvfAhWZnwX7NZdx6TOG/MSx/kpZg== dependencies: serve-static "^1.13.1" -"@react-native-community/cli-doctor@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.0.0.tgz#bf4c8993cc0439c8347803e01aeafbd40bb3f69f" - integrity sha512-eOvQw6YTDJXSPMYV7lM2bIKi80Ccwj+EAvYIYBHy77NwpL06MXNGUdNPuH/NgkYTR53gfJIMawddUm4qQN1b3w== +"@react-native-community/cli-doctor@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.0.1.tgz#0fced2f973ac5bfa4318ca697e0a1d7b25924d23" + integrity sha512-r3fbBpD98kzLWJpe0VhO1nSh933xvga2b1b2Xky2LWbwp01N/tIiOYEKn8rGivnNWlF1oOnBFa379diPSbF3Lw== dependencies: - "@react-native-community/cli-config" "^11.0.0" - "@react-native-community/cli-platform-android" "^11.0.0" - "@react-native-community/cli-platform-ios" "^11.0.0" - "@react-native-community/cli-tools" "^11.0.0" + "@react-native-community/cli-config" "^11.0.1" + "@react-native-community/cli-platform-android" "^11.0.1" + "@react-native-community/cli-platform-ios" "^11.0.1" + "@react-native-community/cli-tools" "^11.0.1" chalk "^4.1.2" command-exists "^1.2.8" envinfo "^7.7.2" - execa "^1.0.0" + execa "^5.0.0" hermes-profile-transformer "^0.0.6" ip "^1.1.5" node-stream-zip "^1.9.1" @@ -2300,62 +2300,62 @@ sudo-prompt "^9.0.0" wcwidth "^1.0.1" -"@react-native-community/cli-hermes@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.0.0.tgz#0586e8a923174d81342f629abcd03ffab2020292" - integrity sha512-HNkiFnW/U9laf1ekvGfWhfX6N9OzZFd5oFK0BTolvETAZt4qFWFbP7BqkpHhA7iaxs76sCnE/VEAwQQndQWKWg== +"@react-native-community/cli-hermes@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.0.1.tgz#9c435428e62f6901e27c9b0e291aa0db8bcac271" + integrity sha512-g7HMdFQ3zuTl/U+OwPDOX36ePG9m08Oz4SWUr7hBBqAO2FiXfgXHR3iucEVDddfpgsRcHICC9UfFOZXG5U52wQ== dependencies: - "@react-native-community/cli-platform-android" "^11.0.0" - "@react-native-community/cli-tools" "^11.0.0" + "@react-native-community/cli-platform-android" "^11.0.1" + "@react-native-community/cli-tools" "^11.0.1" chalk "^4.1.2" hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@11.0.0", "@react-native-community/cli-platform-android@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.0.0.tgz#ef08118e3aac4cc02422109a8204afc4277d1714" - integrity sha512-1jhP/1qONcAsIa7yoI6t+S4rW3Ctevv2W89uVgzNxyOK6GNSD0WWM1awO83iWo3YU+iknluUmHampq+nIiirNA== +"@react-native-community/cli-platform-android@11.0.1", "@react-native-community/cli-platform-android@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.0.1.tgz#233bbfbea9fa1010a6257ba6d24f4ba7687ec34d" + integrity sha512-mThGBBIlHT5ykOYAuacLGRT+t16XB+413irwc7tc2uKCZoW+q3TE7YbcOqoo5sQaUY5FploxQIagVeWa+54CAg== dependencies: - "@react-native-community/cli-tools" "^11.0.0" + "@react-native-community/cli-tools" "^11.0.1" chalk "^4.1.2" - execa "^1.0.0" + execa "^5.0.0" glob "^7.1.3" logkitty "^0.7.1" -"@react-native-community/cli-platform-ios@11.0.0", "@react-native-community/cli-platform-ios@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.0.0.tgz#4c7bbcdeffe3307566a6183b5c50d6403b87c9f3" - integrity sha512-xGWmmifNiZG0auKe2sCAhQ46yHAUZDNyAfPP3m4zXGYP3jaSAi01KldnBaboC9ZNNrjUNOmkKh4v6IrXXxxCXg== +"@react-native-community/cli-platform-ios@11.0.1", "@react-native-community/cli-platform-ios@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.0.1.tgz#23cd201ad08dcc05eb0daf68e0f51cde68c9c0f5" + integrity sha512-RCxwLDyuk50Q651H37iUd8K0JoYBk3RW7vIywstdphTDioUaANeJDNihQVubrct1i0uZJjWfIRl5KMm25jT6ZQ== dependencies: - "@react-native-community/cli-tools" "^11.0.0" + "@react-native-community/cli-tools" "^11.0.1" chalk "^4.1.2" - execa "^1.0.0" + execa "^5.0.0" fast-xml-parser "^4.0.12" glob "^7.1.3" ora "^5.4.1" -"@react-native-community/cli-plugin-metro@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.0.0.tgz#00fe753f8fe8b1294a0c08653a42ddb4961f60d7" - integrity sha512-ekPZEhB6LP7OhiIw73UbEbwlgsHcISW1jCO6ZKwlv5gFxP7kZaq6yzh4dirbxFUECa28O4VmceKwTeicCsU0EQ== +"@react-native-community/cli-plugin-metro@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.0.1.tgz#265a19bfd8ed9869eb5a4d5b333397ecfe703c20" + integrity sha512-Q88SBygKShj5UVZT48xt1GoEtxA7Ki5yG/46+OMEbJrqTwAB1X8jmoOzIcBG8X1nL/rHjEBjDbBniDtapkx3wA== dependencies: - "@react-native-community/cli-server-api" "^11.0.0" - "@react-native-community/cli-tools" "^11.0.0" + "@react-native-community/cli-server-api" "^11.0.1" + "@react-native-community/cli-tools" "^11.0.1" chalk "^4.1.2" - execa "^1.0.0" + execa "^5.0.0" metro "0.76.0" metro-config "0.76.0" metro-core "0.76.0" metro-resolver "0.76.0" readline "^1.3.0" -"@react-native-community/cli-server-api@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.0.0.tgz#ab6d46e5f243edb05b170b7007d531b853a2bc15" - integrity sha512-9EcqWDp65GBF3qtXsoyCcHd7RLrl2BEBXcBqN/f6pBSsqHkwJFUNalEdL832Pd7aGnSnQ6TrFX/3AFJWXAd06A== +"@react-native-community/cli-server-api@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.0.1.tgz#3ec9fdcb9bcd00c989d8367b36d755706f927328" + integrity sha512-FrPZooBgySbnR3gllKz5zFODaTpJRmZpyurUm8KWmFs3FF06pqhn4GJvw6EtTsa6rCt2wrZIuAYiiSA35S0PNQ== dependencies: - "@react-native-community/cli-debugger-ui" "^11.0.0-alpha.2" - "@react-native-community/cli-tools" "^11.0.0" + "@react-native-community/cli-debugger-ui" "11.0.0-alpha.2" + "@react-native-community/cli-tools" "^11.0.1" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.1" @@ -2364,10 +2364,10 @@ serve-static "^1.13.1" ws "^7.5.1" -"@react-native-community/cli-tools@^11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.0.0.tgz#6a9e2c8577fc45bb16bded694cf9cec902d18840" - integrity sha512-WfybGk4jK/QUIe+lA2zKyKd3ifjVBxjqZ10onfXYHxjqf02MXK4n1utOnzLfarS4WrbHSmLtHlzO7ytJAeQjFw== +"@react-native-community/cli-tools@^11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.0.1.tgz#295e2ba11e1bf15b12b95cee60a3410bda5d10b2" + integrity sha512-Bbxj+te1QbpSIYNPxAcqQL8nMzcWtx8eXlP/BdjBZtXQnQW/J9BqL56+Zh7I2i65b+JDHkgD1w+neQPcImu6ng== dependencies: appdirsjs "^1.2.4" chalk "^4.1.2" @@ -2379,30 +2379,30 @@ semver "^6.3.0" shell-quote "^1.7.3" -"@react-native-community/cli-types@^11.0.0": +"@react-native-community/cli-types@11.0.0": version "11.0.0" resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.0.0.tgz#8ad65b1d969e24e163b68bff4e8c0dac67f7804e" integrity sha512-w+1hOzV6VKqpCcO6/LF6lxrcl47tQ6ojlMCmhrB4Ah92gSbcmAluSWgb+kbzPIhsGxW0h/YnLR/4RXM9lnknDA== dependencies: joi "^17.2.1" -"@react-native-community/cli@11.0.0": - version "11.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.0.0.tgz#3648715669c80f28207931c12f70bb95df6a9a88" - integrity sha512-urzxlfjq5hp/3UyaB2DnT3YOffLCexUtX+X2Y4S224YdGsYL7ge+GiZN0c1aSBhcvgC6g7NxJO3rhRZ2qwcoNg== +"@react-native-community/cli@11.0.1": + version "11.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.0.1.tgz#339819c2a67eeabb275d0acbad08bdf166725266" + integrity sha512-/u5lBPs33OZ3JaMz5ZAofCbZeU/XPgbvNlc++yRQj4F+VhzoaurAAWiCz48ud82ZS8LkvEP2KPstbPlVPJLrnQ== dependencies: - "@react-native-community/cli-clean" "^11.0.0" - "@react-native-community/cli-config" "^11.0.0" - "@react-native-community/cli-debugger-ui" "^11.0.0-alpha.2" - "@react-native-community/cli-doctor" "^11.0.0" - "@react-native-community/cli-hermes" "^11.0.0" - "@react-native-community/cli-plugin-metro" "^11.0.0" - "@react-native-community/cli-server-api" "^11.0.0" - "@react-native-community/cli-tools" "^11.0.0" - "@react-native-community/cli-types" "^11.0.0" + "@react-native-community/cli-clean" "^11.0.1" + "@react-native-community/cli-config" "^11.0.1" + "@react-native-community/cli-debugger-ui" "11.0.0-alpha.2" + "@react-native-community/cli-doctor" "^11.0.1" + "@react-native-community/cli-hermes" "^11.0.1" + "@react-native-community/cli-plugin-metro" "^11.0.1" + "@react-native-community/cli-server-api" "^11.0.1" + "@react-native-community/cli-tools" "^11.0.1" + "@react-native-community/cli-types" "11.0.0" chalk "^4.1.2" commander "^9.4.1" - execa "^1.0.0" + execa "^5.0.0" find-up "^4.1.0" fs-extra "^8.1.0" graceful-fs "^4.1.3" @@ -3711,17 +3711,6 @@ coveralls@^3.1.1: minimist "^1.2.5" request "^2.88.2" -cross-spawn@^6.0.0: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" @@ -4350,19 +4339,6 @@ event-target-shim@^5.0.0, event-target-shim@^5.0.1: resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== -execa@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" - integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - dependencies: - cross-spawn "^6.0.0" - get-stream "^4.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - execa@^5.0.0: version "5.1.1" resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" @@ -4783,13 +4759,6 @@ get-stdin@^6.0.0: resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== -get-stream@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - get-stream@^5.1.0: version "5.2.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" @@ -5356,11 +5325,6 @@ is-shared-array-buffer@^1.0.2: dependencies: call-bind "^1.0.2" -is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - is-stream@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" @@ -6877,11 +6841,6 @@ neo-async@^2.5.0: resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835" integrity sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA== -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - nocache@^3.0.1: version "3.0.3" resolved "https://registry.yarnpkg.com/nocache/-/nocache-3.0.3.tgz#07a3f4094746d5211c298d1938dcb5c1e1e352ca" @@ -6950,13 +6909,6 @@ normalize-url@^6.0.1: semver "^7.3.4" validate-npm-package-name "^3.0.0" -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - npm-run-path@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" @@ -7134,11 +7086,6 @@ p-cancelable@^2.0.0: resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz#aab7fbd416582fa32a3db49859c122487c5ed2cf" integrity sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg== -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - p-limit@^2.0.0, p-limit@^2.1.0, p-limit@^2.2.0: version "2.3.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" @@ -7265,11 +7212,6 @@ path-is-absolute@^1.0.0: resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - path-key@^3.0.0, path-key@^3.1.0: version "3.1.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" @@ -7870,7 +7812,7 @@ selenium-webdriver@4.1.2: dependencies: lru-cache "^6.0.0" -semver@^5.3.0, semver@^5.5.0, semver@^5.6.0: +semver@^5.3.0, semver@^5.6.0: version "5.7.1" resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== @@ -7943,13 +7885,6 @@ shallow-clone@^3.0.0: dependencies: kind-of "^6.0.2" -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - shebang-command@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" @@ -7957,11 +7892,6 @@ shebang-command@^2.0.0: dependencies: shebang-regex "^3.0.0" -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - shebang-regex@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" @@ -8267,11 +8197,6 @@ strip-bom@^4.0.0: resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - strip-final-newline@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" @@ -8748,13 +8673,6 @@ which-module@^2.0.0: resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= -which@^1.2.9: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - which@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"