Skip to content

Commit 353d88d

Browse files
szymonrybczakfacebook-github-bot
authored andcommitted
feat: update CLI to 14.0.0 (#45540)
Summary: Update to stable version of `react-native-community/cli`. ## Changelog: [GENERAL] [CHANGED] - Upgrade `react-native-community/cli` to `13.6.9` Pull Request resolved: #45540 Test Plan: n/a Reviewed By: blakef Differential Revision: D59960021 Pulled By: cortinico fbshipit-source-id: 9d470699cdd2d20e08e844c92c7982056aec082c
1 parent f3eaf63 commit 353d88d

File tree

3 files changed

+78
-133
lines changed

3 files changed

+78
-133
lines changed

packages/react-native-info/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"directory": "packages/react-native-info"
1818
},
1919
"dependencies": {
20-
"@react-native-community/cli-config": "^13.6.4",
21-
"@react-native-community/cli-platform-apple": "^13.6.4",
22-
"@react-native-community/cli-tools": "^13.6.4",
23-
"@react-native-community/cli-types": "^13.6.4",
20+
"@react-native-community/cli-config": "14.0.0",
21+
"@react-native-community/cli-platform-apple": "14.0.0",
22+
"@react-native-community/cli-tools": "14.0.0",
23+
"@react-native-community/cli-types": "14.0.0",
2424
"commander": "^12.0.0",
2525
"fs-extra": "^11.2.0",
2626
"yaml": "^2.4.1"

packages/react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
},
110110
"dependencies": {
111111
"@jest/create-cache-key-function": "^29.6.3",
112-
"@react-native-community/cli": "14.0.0-alpha.11",
113-
"@react-native-community/cli-platform-android": "14.0.0-alpha.11",
114-
"@react-native-community/cli-platform-ios": "14.0.0-alpha.11",
112+
"@react-native-community/cli": "14.0.0",
113+
"@react-native-community/cli-platform-android": "14.0.0",
114+
"@react-native-community/cli-platform-ios": "14.0.0",
115115
"@react-native/assets-registry": "0.76.0-main",
116116
"@react-native/codegen": "0.76.0-main",
117117
"@react-native/community-cli-plugin": "0.76.0-main",

yarn.lock

Lines changed: 71 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,61 +2158,49 @@
21582158
optionalDependencies:
21592159
npmlog "2 || ^3.1.0 || ^4.0.0"
21602160

2161-
"@react-native-community/[email protected]-alpha.11":
2162-
version "14.0.0-alpha.11"
2163-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-14.0.0-alpha.11.tgz#6b7b95533ec9483562e33d2aae4c0501d4fa41c1"
2164-
integrity sha512-pGhrL7xncBv6ciE6vybJHCRAz5c+ejchEdtIcuMBk3GDSP+cWh9A8jwwezMo/6zKDh1FMWSN7KxXFL0fr11Eyw==
2161+
"@react-native-community/[email protected]":
2162+
version "14.0.0"
2163+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-14.0.0.tgz#37b53762e5f3d02f452a44fc32a7f88a7419ccad"
2164+
integrity sha512-kvHthZTNur/wLLx8WL5Oh+r04zzzFAX16r8xuaLhu9qGTE6Th1JevbsIuiQb5IJqD8G/uZDKgIZ2a0/lONcbJg==
21652165
dependencies:
2166-
"@react-native-community/cli-tools" "14.0.0-alpha.11"
2166+
"@react-native-community/cli-tools" "14.0.0"
21672167
chalk "^4.1.2"
21682168
execa "^5.0.0"
21692169
fast-glob "^3.3.2"
21702170

2171-
"@react-native-community/[email protected]-alpha.11":
2172-
version "14.0.0-alpha.11"
2173-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-14.0.0-alpha.11.tgz#44605edc66f4fb7f65e7c9aeb71ed4c4a54e3abd"
2174-
integrity sha512-6De3iEH71LnEPUTQZXORnl8J5t1p3Lsp1iweFf5oaHdYlBPqPLt2pGZxtSc09oNIOdtmYW9RHm14OM6/mJm/xA==
2171+
"@react-native-community/[email protected]":
2172+
version "14.0.0"
2173+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-14.0.0.tgz#641ec08ddb44c90ceb947d8fc8e35de1a4bcf4a4"
2174+
integrity sha512-2Nr8KR+dgn1z+HLxT8piguQ1SoEzgKJnOPQKE1uakxWaRFcQ4LOXgzpIAscYwDW6jmQxdNqqbg2cRUoOS7IMtQ==
21752175
dependencies:
2176-
"@react-native-community/cli-tools" "14.0.0-alpha.11"
2176+
"@react-native-community/cli-tools" "14.0.0"
21772177
chalk "^4.1.2"
21782178
cosmiconfig "^9.0.0"
21792179
deepmerge "^4.3.0"
21802180
fast-glob "^3.3.2"
21812181
joi "^17.2.1"
21822182

2183-
"@react-native-community/cli-config@^13.6.4":
2184-
version "13.6.4"
2185-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-13.6.4.tgz#3004c7bca55cb384b3a99c38c1a48dad24533237"
2186-
integrity sha512-GGK415WoTx1R9FXtfb/cTnan9JIWwSm+a5UCuFd6+suzS0oIt1Md1vCzjNh6W1CK3b43rZC2e+3ZU7Ljd7YtyQ==
2187-
dependencies:
2188-
"@react-native-community/cli-tools" "13.6.4"
2189-
chalk "^4.1.2"
2190-
cosmiconfig "^5.1.0"
2191-
deepmerge "^4.3.0"
2192-
fast-glob "^3.3.2"
2193-
joi "^17.2.1"
2194-
2195-
"@react-native-community/[email protected]":
2196-
version "14.0.0-alpha.11"
2197-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-14.0.0-alpha.11.tgz#952bb7c162e136ebff1950e7e80706eb3155fe21"
2198-
integrity sha512-0wCNQxhCniyjyMXgR1qXliY180y/2QbvoiYpp2MleGQADr5M1b8lgI4GoyADh5kE+kX3VL0ssjgyxpmbpCD86A==
2183+
"@react-native-community/[email protected]":
2184+
version "14.0.0"
2185+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-14.0.0.tgz#ef02d531e70b86265d39773abc3b58ab5cb8f4b8"
2186+
integrity sha512-JpfzILfU7eKE9+7AMCAwNJv70H4tJGVv3ZGFqSVoK1YHg5QkVEGsHtoNW8AsqZRS6Fj4os+Fmh+r+z1L36sPmg==
21992187
dependencies:
22002188
serve-static "^1.13.1"
22012189

2202-
"@react-native-community/[email protected]-alpha.11":
2203-
version "14.0.0-alpha.11"
2204-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-14.0.0-alpha.11.tgz#1ee0910be05113c920027bd042c3a658908ec203"
2205-
integrity sha512-i+awVrt964+MxneGuw/6GXdzm+MJtFyS9Jpuc87HApLxOY9AC4pVjFSi6tUUjC5SlORN3zuMo87DmzgQuqBR+w==
2190+
"@react-native-community/[email protected]":
2191+
version "14.0.0"
2192+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-14.0.0.tgz#f6855495d5a53e9a2c206949958a8291ac3e326e"
2193+
integrity sha512-in6jylHjaPUaDzV+JtUblh8m9JYIHGjHOf6Xn57hrmE5Zwzwuueoe9rSMHF1P0mtDgRKrWPzAJVejElddfptWA==
22062194
dependencies:
2207-
"@react-native-community/cli-config" "14.0.0-alpha.11"
2208-
"@react-native-community/cli-platform-android" "14.0.0-alpha.11"
2209-
"@react-native-community/cli-platform-apple" "14.0.0-alpha.11"
2210-
"@react-native-community/cli-platform-ios" "14.0.0-alpha.11"
2211-
"@react-native-community/cli-tools" "14.0.0-alpha.11"
2195+
"@react-native-community/cli-config" "14.0.0"
2196+
"@react-native-community/cli-platform-android" "14.0.0"
2197+
"@react-native-community/cli-platform-apple" "14.0.0"
2198+
"@react-native-community/cli-platform-ios" "14.0.0"
2199+
"@react-native-community/cli-tools" "14.0.0"
22122200
chalk "^4.1.2"
22132201
command-exists "^1.2.8"
22142202
deepmerge "^4.3.0"
2215-
envinfo "^7.10.0"
2203+
envinfo "^7.13.0"
22162204
execa "^5.0.0"
22172205
node-stream-zip "^1.9.1"
22182206
ora "^5.4.1"
@@ -2221,56 +2209,44 @@
22212209
wcwidth "^1.0.1"
22222210
yaml "^2.2.1"
22232211

2224-
"@react-native-community/[email protected]-alpha.11":
2225-
version "14.0.0-alpha.11"
2226-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-14.0.0-alpha.11.tgz#29bb5ee9e55eea0199d824335f54f7adc0cf50f5"
2227-
integrity sha512-DIKku0qcJ2pB75YTqBCHdJiQaMtFBkp8Hhloq57OpNMspDqLTuWjDDbcCtqD7LQb9MGpaf+b6FWUQFw9BNtVkQ==
2212+
"@react-native-community/[email protected]":
2213+
version "14.0.0"
2214+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-14.0.0.tgz#36f47999af9b386aaa8f8286923edd9a65101f28"
2215+
integrity sha512-nt7yVz3pGKQXnVa5MAk7zR+1n41kNKD3Hi2OgybH5tVShMBo7JQoL2ZVVH6/y/9wAwI/s7hXJgzf1OIP3sMq+Q==
22282216
dependencies:
2229-
"@react-native-community/cli-tools" "14.0.0-alpha.11"
2217+
"@react-native-community/cli-tools" "14.0.0"
22302218
chalk "^4.1.2"
22312219
execa "^5.0.0"
22322220
fast-glob "^3.3.2"
22332221
fast-xml-parser "^4.2.4"
22342222
logkitty "^0.7.1"
22352223

2236-
"@react-native-community/[email protected]-alpha.11":
2237-
version "14.0.0-alpha.11"
2238-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-14.0.0-alpha.11.tgz#7085a08b2f71f78291722196834e1e47a5d74ae5"
2239-
integrity sha512-tNKKte5K/tNNHy0Pxy/vJaSUw0jS7Cuo+F7tTT2ZgDmarp7IlfWnfVMKCtlSC3rR8ZCktmgPgteTf9SicSldxg==
2224+
"@react-native-community/[email protected]":
2225+
version "14.0.0"
2226+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-14.0.0.tgz#7050af6fbc01b4ebe72e1bdcb48d188cbbf1b9ef"
2227+
integrity sha512-WniJL8vR4MeIsjqio2hiWWuUYUJEL3/9TDL5aXNwG68hH3tYgK3742+X9C+vRzdjTmf5IKc/a6PwLsdplFeiwQ==
22402228
dependencies:
2241-
"@react-native-community/cli-tools" "14.0.0-alpha.11"
2229+
"@react-native-community/cli-tools" "14.0.0"
22422230
chalk "^4.1.2"
22432231
execa "^5.0.0"
22442232
fast-glob "^3.3.2"
22452233
fast-xml-parser "^4.2.4"
22462234
ora "^5.4.1"
22472235

2248-
"@react-native-community/cli-platform-apple@^13.6.4":
2249-
version "13.6.4"
2250-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-13.6.4.tgz#4912eaf519800a957745192718822b94655c8119"
2251-
integrity sha512-TLBiotdIz0veLbmvNQIdUv9fkBx7m34ANGYqr5nH7TFxdmey+Z+omoBqG/HGpvyR7d0AY+kZzzV4k+HkYHM/aQ==
2252-
dependencies:
2253-
"@react-native-community/cli-tools" "13.6.4"
2254-
chalk "^4.1.2"
2255-
execa "^5.0.0"
2256-
fast-glob "^3.3.2"
2257-
fast-xml-parser "^4.0.12"
2258-
ora "^5.4.1"
2259-
2260-
"@react-native-community/[email protected]":
2261-
version "14.0.0-alpha.11"
2262-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-14.0.0-alpha.11.tgz#d446583ebf1eeaf0066ddb649e28b345aa32149e"
2263-
integrity sha512-coHbTcymVsrOBYvch0M7JtKIRlfCc2GwXs7JEyG54CUKTfhLGDgWWTGOdAwWxiF4cDbj46Qr/4Es2AGJbmTBGA==
2236+
"@react-native-community/[email protected]":
2237+
version "14.0.0"
2238+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-14.0.0.tgz#7c7c393a13415bf61aaad82f1a3583c30afb110e"
2239+
integrity sha512-8kxGv7mZ5nGMtueQDq+ndu08f0ikf3Zsqm3Ix8FY5KCXpSgP14uZloO2GlOImq/zFESij+oMhCkZJGggpWpfAw==
22642240
dependencies:
2265-
"@react-native-community/cli-platform-apple" "14.0.0-alpha.11"
2241+
"@react-native-community/cli-platform-apple" "14.0.0"
22662242

2267-
"@react-native-community/[email protected]-alpha.11":
2268-
version "14.0.0-alpha.11"
2269-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-14.0.0-alpha.11.tgz#505163e11d3a30ebc874950956f72f5b3b6c5fc1"
2270-
integrity sha512-I7YeYI7S5wSxnQAqeG8LNqhT99FojiGIk87DU0vTp6U8hIMLcA90fUuBAyJY38AuQZ12ZJpGa8ObkhIhWzGkvg==
2243+
"@react-native-community/[email protected]":
2244+
version "14.0.0"
2245+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-14.0.0.tgz#1b62b78e5ea7dead0ae4590465c977bc4af880fc"
2246+
integrity sha512-A0FIsj0QCcDl1rswaVlChICoNbfN+mkrKB5e1ab5tOYeZMMyCHqvU+eFvAvXjHUlIvVI+LbqCkf4IEdQ6H/2AQ==
22712247
dependencies:
2272-
"@react-native-community/cli-debugger-ui" "14.0.0-alpha.11"
2273-
"@react-native-community/cli-tools" "14.0.0-alpha.11"
2248+
"@react-native-community/cli-debugger-ui" "14.0.0"
2249+
"@react-native-community/cli-tools" "14.0.0"
22742250
compression "^1.7.1"
22752251
connect "^3.6.5"
22762252
errorhandler "^1.5.1"
@@ -2279,65 +2255,41 @@
22792255
serve-static "^1.13.1"
22802256
ws "^6.2.3"
22812257

2282-
"@react-native-community/cli-tools@13.6.4", "@react-native-community/cli-tools@^13.6.4":
2283-
version "13.6.4"
2284-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-13.6.4.tgz#ab396604b6dcf215790807fe89656e779b11f0ec"
2285-
integrity sha512-N4oHLLbeTdg8opqJozjClmuTfazo1Mt+oxU7mr7m45VCsFgBqTF70Uwad289TM/3l44PP679NRMAHVYqpIRYtQ==
2258+
"@react-native-community/cli-tools@14.0.0":
2259+
version "14.0.0"
2260+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-14.0.0.tgz#07b57a8942a131618c198e3b64fb1ec846cd631d"
2261+
integrity sha512-L7GX5hyYYv0ZWbAyIQKzhHuShnwDqlKYB0tqn57wa5riGCaxYuRPTK+u4qy+WRCye7+i8M4Xj6oQtSd4z0T9cA==
22862262
dependencies:
22872263
appdirsjs "^1.2.4"
22882264
chalk "^4.1.2"
22892265
execa "^5.0.0"
22902266
find-up "^5.0.0"
22912267
mime "^2.4.1"
2292-
node-fetch "^2.6.0"
22932268
open "^6.2.0"
22942269
ora "^5.4.1"
22952270
semver "^7.5.2"
22962271
shell-quote "^1.7.3"
22972272
sudo-prompt "^9.0.0"
22982273

2299-
"@react-native-community/[email protected]":
2300-
version "14.0.0-alpha.11"
2301-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-14.0.0-alpha.11.tgz#95b148a3e65a4c2519af608b27ed7091e7e8b78a"
2302-
integrity sha512-HQCfVnX9aqRdKdLxmQy4fUAUo+YhNGlBV7ZjOayPbuEGWJ4RN+vSy0Cawk7epo7hXd6vKzc7P7y3HlU6Kxs7+w==
2303-
dependencies:
2304-
appdirsjs "^1.2.4"
2305-
chalk "^4.1.2"
2306-
execa "^5.0.0"
2307-
find-up "^5.0.0"
2308-
mime "^2.4.1"
2309-
open "^6.2.0"
2310-
ora "^5.4.1"
2311-
semver "^7.5.2"
2312-
shell-quote "^1.7.3"
2313-
sudo-prompt "^9.0.0"
2314-
2315-
"@react-native-community/[email protected]":
2316-
version "14.0.0-alpha.11"
2317-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-14.0.0-alpha.11.tgz#d8ca6352659bc44d569bae3fb321ed52502168f0"
2318-
integrity sha512-jujAIipCmgc0mHXh9G+6cVT8wPaw1m8L3OSpajNKuARtjva+jGNYmx4itRP05c+SgFqN4eASEV563nNfI4Ja/g==
2274+
"@react-native-community/[email protected]":
2275+
version "14.0.0"
2276+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-14.0.0.tgz#6cde2d2a93edd9b13238171edef30352d37e8dd2"
2277+
integrity sha512-CMUevd1pOWqvmvutkUiyQT2lNmMHUzSW7NKc1xvHgg39NjbS58Eh2pMzIUP85IwbYNeocfYc3PH19vA/8LnQtg==
23192278
dependencies:
23202279
joi "^17.2.1"
23212280

2322-
"@react-native-community/cli-types@^13.6.4":
2323-
version "13.6.4"
2324-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-13.6.4.tgz#e499a3691ee597aa4b93196ff182a4782fae7afb"
2325-
integrity sha512-NxGCNs4eYtVC8x0wj0jJ/MZLRy8C+B9l8lY8kShuAcvWTv5JXRqmXjg8uK1aA+xikPh0maq4cc/zLw1roroY/A==
2326-
dependencies:
2327-
joi "^17.2.1"
2328-
2329-
"@react-native-community/[email protected]":
2330-
version "14.0.0-alpha.11"
2331-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-14.0.0-alpha.11.tgz#e2fe662a68f0597b3ab738240c997301ce11b404"
2332-
integrity sha512-V32VYYa1dZJWt7ohxCYQIRa7DVGAXpw3RnP36BSfm4rqv1DD8ymDLM71PVZHoeHG6UWyNABXbTHTY+FOUYjKlQ==
2333-
dependencies:
2334-
"@react-native-community/cli-clean" "14.0.0-alpha.11"
2335-
"@react-native-community/cli-config" "14.0.0-alpha.11"
2336-
"@react-native-community/cli-debugger-ui" "14.0.0-alpha.11"
2337-
"@react-native-community/cli-doctor" "14.0.0-alpha.11"
2338-
"@react-native-community/cli-server-api" "14.0.0-alpha.11"
2339-
"@react-native-community/cli-tools" "14.0.0-alpha.11"
2340-
"@react-native-community/cli-types" "14.0.0-alpha.11"
2281+
"@react-native-community/[email protected]":
2282+
version "14.0.0"
2283+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-14.0.0.tgz#0c98d75ac55515d07972682c1053f46bfee93863"
2284+
integrity sha512-KwMKJB5jsDxqOhT8CGJ55BADDAYxlYDHv5R/ASQlEcdBEZxT0zZmnL0iiq2VqzETUy+Y/Nop+XDFgqyoQm0C2w==
2285+
dependencies:
2286+
"@react-native-community/cli-clean" "14.0.0"
2287+
"@react-native-community/cli-config" "14.0.0"
2288+
"@react-native-community/cli-debugger-ui" "14.0.0"
2289+
"@react-native-community/cli-doctor" "14.0.0"
2290+
"@react-native-community/cli-server-api" "14.0.0"
2291+
"@react-native-community/cli-tools" "14.0.0"
2292+
"@react-native-community/cli-types" "14.0.0"
23412293
chalk "^4.1.2"
23422294
commander "^9.4.1"
23432295
deepmerge "^4.3.0"
@@ -3887,7 +3839,7 @@ [email protected], core-util-is@~1.0.0:
38873839
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
38883840
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
38893841

3890-
cosmiconfig@^5.0.5, cosmiconfig@^5.1.0:
3842+
cosmiconfig@^5.0.5:
38913843
version "5.2.0"
38923844
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.0.tgz#45038e4d28a7fe787203aede9c25bca4a08b12c8"
38933845
integrity sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g==
@@ -4195,10 +4147,10 @@ env-paths@^2.2.1:
41954147
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
41964148
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
41974149

4198-
envinfo@^7.10.0:
4199-
version "7.11.0"
4200-
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.11.0.tgz#c3793f44284a55ff8c82faf1ffd91bc6478ea01f"
4201-
integrity sha512-G9/6xF1FPbIw0TtalAMaVPpiq2aDEuKLXM314jPVAO9r2fo2a4BLqMNkmRS7O/xPPZ+COAhGIz3ETvHEV3eUcg==
4150+
envinfo@^7.13.0:
4151+
version "7.13.0"
4152+
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.13.0.tgz#81fbb81e5da35d74e814941aeab7c325a606fb31"
4153+
integrity sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==
42024154

42034155
error-ex@^1.3.1:
42044156
version "1.3.2"
@@ -4680,13 +4632,6 @@ fast-levenshtein@^2.0.6:
46804632
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
46814633
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
46824634

4683-
fast-xml-parser@^4.0.12:
4684-
version "4.1.2"
4685-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz#5a98c18238d28a57bbdfa9fe4cda01211fff8f4a"
4686-
integrity sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==
4687-
dependencies:
4688-
strnum "^1.0.5"
4689-
46904635
fast-xml-parser@^4.2.4:
46914636
version "4.2.7"
46924637
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz#871f2ca299dc4334b29f8da3658c164e68395167"
@@ -6980,7 +6925,7 @@ node-dir@^0.1.17:
69806925
dependencies:
69816926
minimatch "^3.0.2"
69826927

6983-
node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.7:
6928+
node-fetch@^2.2.0, node-fetch@^2.6.7:
69846929
version "2.6.7"
69856930
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
69866931
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==

0 commit comments

Comments
 (0)