Skip to content

Commit 2691ffa

Browse files
authored
Merge pull request #223 from Resgrid/develop
RU-T47 Trying to fix ios build
2 parents ca9198e + 202ee06 commit 2691ffa

File tree

7 files changed

+73
-91
lines changed

7 files changed

+73
-91
lines changed

customManifest.plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { withAndroidManifest, AndroidConfig } = require('@expo/config-plugins');
1+
const { withAndroidManifest, AndroidConfig } = require('expo/config-plugins');
22

33
const withForegroundService = (config) => {
44
return withAndroidManifest(config, async (config) => {

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"@config-plugins/react-native-callkeep": "^11.0.0",
5858
"@config-plugins/react-native-webrtc": "~12.0.0",
5959
"@dev-plugins/react-query": "~0.2.0",
60-
"@expo/config-plugins": "~10.1.1",
6160
"@expo/html-elements": "~0.10.1",
6261
"@expo/metro-runtime": "~5.0.5",
6362
"@gluestack-ui/accordion": "~1.0.6",
@@ -113,27 +112,27 @@
113112
"buffer": "^6.0.3",
114113
"countly-sdk-react-native-bridge": "25.4.1",
115114
"date-fns": "^4.1.0",
116-
"expo": "~53.0.23",
115+
"expo": "~53.0.27",
117116
"expo-application": "~6.1.5",
118117
"expo-asset": "~11.1.7",
119118
"expo-audio": "~0.4.9",
120119
"expo-av": "~15.1.7",
121120
"expo-build-properties": "~0.14.8",
122-
"expo-constants": "~17.1.7",
121+
"expo-constants": "~17.1.8",
123122
"expo-dev-client": "~5.2.4",
124123
"expo-device": "~7.1.4",
125124
"expo-document-picker": "~13.1.6",
126125
"expo-file-system": "~18.1.11",
127126
"expo-font": "~13.3.2",
128-
"expo-image": "~2.4.0",
127+
"expo-image": "~2.4.1",
129128
"expo-image-manipulator": "~13.1.7",
130129
"expo-image-picker": "~16.1.4",
131130
"expo-keep-awake": "~14.1.4",
132131
"expo-linking": "~7.1.7",
133132
"expo-localization": "~16.1.6",
134133
"expo-location": "~18.1.6",
135134
"expo-navigation-bar": "~4.2.8",
136-
"expo-router": "~5.1.7",
135+
"expo-router": "~5.1.11",
137136
"expo-screen-orientation": "~8.1.7",
138137
"expo-sharing": "~13.1.5",
139138
"expo-splash-screen": "~0.30.10",
@@ -215,7 +214,7 @@
215214
"eslint-plugin-unused-imports": "~2.0.0",
216215
"jest": "~29.7.0",
217216
"jest-environment-jsdom": "~29.7.0",
218-
"jest-expo": "~53.0.10",
217+
"jest-expo": "~53.0.14",
219218
"jest-junit": "~16.0.0",
220219
"lint-staged": "~15.2.9",
221220
"np": "~10.0.7",
@@ -240,7 +239,9 @@
240239
"listUnknownPackages": false,
241240
"exclude": [
242241
"react-native-restart",
243-
"lucide-react-native"
242+
"lucide-react-native",
243+
"react-native-callkeep",
244+
"expo-av"
244245
]
245246
}
246247
},
@@ -260,6 +261,7 @@
260261
"initVersion": "7.0.4"
261262
},
262263
"resolutions": {
264+
"@expo/metro-config": "~0.20.18",
263265
"form-data": "4.0.4",
264266
"promise": "8.3.0"
265267
}

plugins/withForegroundNotifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { withAppDelegate, withEntitlementsPlist } = require('@expo/config-plugins');
1+
const { withAppDelegate, withEntitlementsPlist } = require('expo/config-plugins');
22

33
/**
44
* Adds UNUserNotificationCenterDelegate to AppDelegate to handle foreground notifications

plugins/withInCallAudioModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { withDangerousMod, withMainApplication } = require('@expo/config-plugins');
1+
const { withDangerousMod, withMainApplication } = require('expo/config-plugins');
22
const fs = require('fs');
33
const path = require('path');
44

plugins/withMediaButtonModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { withDangerousMod, withMainApplication } = require('@expo/config-plugins');
1+
const { withDangerousMod, withMainApplication } = require('expo/config-plugins');
22
const fs = require('fs');
33
const path = require('path');
44

plugins/withNotificationSounds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { withDangerousMod, withXcodeProject, IOSConfig } = require('@expo/config-plugins');
1+
const { withDangerousMod, withXcodeProject, IOSConfig } = require('expo/config-plugins');
22
const { copyFileSync, existsSync, mkdirSync } = require('fs');
33
const { basename, resolve } = require('path');
44

yarn.lock

Lines changed: 59 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,21 +1292,21 @@
12921292
"@eslint/core" "^0.17.0"
12931293
levn "^0.4.1"
12941294

1295-
"@expo/cli@0.24.22":
1296-
version "0.24.22"
1297-
resolved "https://registry.yarnpkg.com/@expo/cli/-/cli-0.24.22.tgz#75bef7ce8df0e239b489b70a396e9ddf9833bad1"
1298-
integrity sha512-cEg6/F8ZWjoVkEwm0rXKReWbsCUROFbLFBYht+d5RzHnDwJoTX4QWJKx4m+TGNDPamRUIGw36U4z41Fvev0XmA==
1295+
"@expo/cli@0.24.24":
1296+
version "0.24.24"
1297+
resolved "https://registry.yarnpkg.com/@expo/cli/-/cli-0.24.24.tgz#383f5cef56b0e456ef8e1343c7d6a387ff3c6b94"
1298+
integrity sha512-XybHfF2QNPJNnHoUKHcG796iEkX5126UuTAs6MSpZuvZRRQRj/sGCLX+driCOVHbDOpcCOusMuHrhxHbtTApyg==
12991299
dependencies:
13001300
"@0no-co/graphql.web" "^1.0.8"
13011301
"@babel/runtime" "^7.20.0"
1302-
"@expo/code-signing-certificates" "^0.0.5"
1302+
"@expo/code-signing-certificates" "^0.0.6"
13031303
"@expo/config" "~11.0.13"
13041304
"@expo/config-plugins" "~10.1.2"
13051305
"@expo/devcert" "^1.1.2"
13061306
"@expo/env" "~1.0.7"
13071307
"@expo/image-utils" "^0.7.6"
13081308
"@expo/json-file" "^9.1.5"
1309-
"@expo/metro-config" "~0.20.17"
1309+
"@expo/metro-config" "~0.20.18"
13101310
"@expo/osascript" "^2.2.5"
13111311
"@expo/package-manager" "^1.8.6"
13121312
"@expo/plist" "^0.3.5"
@@ -1334,7 +1334,7 @@
13341334
glob "^10.4.2"
13351335
lan-network "^0.1.6"
13361336
minimatch "^9.0.0"
1337-
node-forge "^1.3.1"
1337+
node-forge "^1.3.3"
13381338
npm-package-arg "^11.0.0"
13391339
ora "^3.4.0"
13401340
picomatch "^3.0.1"
@@ -1360,15 +1360,14 @@
13601360
wrap-ansi "^7.0.0"
13611361
ws "^8.12.1"
13621362

1363-
"@expo/code-signing-certificates@^0.0.5":
1364-
version "0.0.5"
1365-
resolved "https://registry.yarnpkg.com/@expo/code-signing-certificates/-/code-signing-certificates-0.0.5.tgz#a693ff684fb20c4725dade4b88a6a9f96b02496c"
1366-
integrity sha512-BNhXkY1bblxKZpltzAx98G2Egj9g1Q+JRcvR7E99DOj862FTCX+ZPsAUtPTr7aHxwtrL7+fL3r0JSmM9kBm+Bw==
1363+
"@expo/code-signing-certificates@^0.0.6":
1364+
version "0.0.6"
1365+
resolved "https://registry.yarnpkg.com/@expo/code-signing-certificates/-/code-signing-certificates-0.0.6.tgz#6b7b22830cb69c77a45e357c2f3aa7ab436ac772"
1366+
integrity sha512-iNe0puxwBNEcuua9gmTGzq+SuMDa0iATai1FlFTMHJ/vUmKvN/V//drXoLJkVb5i5H3iE/n/qIJxyoBnXouD0w==
13671367
dependencies:
1368-
node-forge "^1.2.1"
1369-
nullthrows "^1.1.1"
1368+
node-forge "^1.3.3"
13701369

1371-
"@expo/config-plugins@~10.1.1", "@expo/config-plugins@~10.1.2":
1370+
"@expo/config-plugins@~10.1.2":
13721371
version "10.1.2"
13731372
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-10.1.2.tgz#6efa256a3fa2fca116eeb5bef8b22b089e287282"
13741373
integrity sha512-IMYCxBOcnuFStuK0Ay+FzEIBKrwW8OVUMc65+v0+i7YFIIe8aL342l7T4F8lR4oCfhXn7d6M5QPgXvjtc/gAcw==
@@ -1486,16 +1485,16 @@
14861485
"@babel/code-frame" "~7.10.4"
14871486
json5 "^2.2.3"
14881487

1489-
"@expo/metro-config@0.20.17", "@expo/metro-config@~0.20.17":
1490-
version "0.20.17"
1491-
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.20.17.tgz#3be75fd6b93081c8a9f0022dcfa9e5b767334902"
1492-
integrity sha512-lpntF2UZn5bTwrPK6guUv00Xv3X9mkN3YYla+IhEHiYXWyG7WKOtDU0U4KR8h3ubkZ6SPH3snDyRyAzMsWtZFA==
1488+
"@expo/metro-config@0.20.18", "@expo/metro-config@~0.20.18":
1489+
version "0.20.18"
1490+
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.20.18.tgz#8006a505978a014597d9d55f33bb09cfcb81bed1"
1491+
integrity sha512-qPYq3Cq61KQO1CppqtmxA1NGKpzFOmdiL7WxwLhEVnz73LPSgneW7dV/3RZwVFkjThzjA41qB4a9pxDqtpepPg==
14931492
dependencies:
14941493
"@babel/core" "^7.20.0"
14951494
"@babel/generator" "^7.20.5"
14961495
"@babel/parser" "^7.20.0"
14971496
"@babel/types" "^7.20.0"
1498-
"@expo/config" "~11.0.12"
1497+
"@expo/config" "~11.0.13"
14991498
"@expo/env" "~1.0.7"
15001499
"@expo/json-file" "~9.1.5"
15011500
"@expo/spawn-async" "^1.7.2"
@@ -5807,13 +5806,6 @@ acorn-jsx@^5.3.2:
58075806
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
58085807
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
58095808

5810-
acorn-loose@^8.3.0:
5811-
version "8.5.2"
5812-
resolved "https://registry.yarnpkg.com/acorn-loose/-/acorn-loose-8.5.2.tgz#a7cc7dfbb7c8f3c2e55b055db640dc657e278d26"
5813-
integrity sha512-PPvV6g8UGMGgjrMu+n/f9E/tCSkNQ2Y97eFvuVdJfG11+xdIeDcLyNdC8SHcrHbRqkfwLASdplyR6B6sKM1U4A==
5814-
dependencies:
5815-
acorn "^8.15.0"
5816-
58175809
acorn-walk@^8.0.2, acorn-walk@^8.1.1:
58185810
version "8.3.4"
58195811
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.4.tgz#794dd169c3977edf4ba4ea47583587c5866236b7"
@@ -6449,10 +6441,10 @@ babel-preset-current-node-syntax@^1.0.0, babel-preset-current-node-syntax@^1.1.0
64496441
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
64506442
"@babel/plugin-syntax-top-level-await" "^7.14.5"
64516443

6452-
babel-preset-expo@~13.2.4:
6453-
version "13.2.4"
6454-
resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-13.2.4.tgz#ad31bbfc8b3169a5a61108cebdee5350feebc071"
6455-
integrity sha512-3IKORo3KR+4qtLdCkZNDj8KeA43oBn7RRQejFGWfiZgu/NeaRUSri8YwYjZqybm7hn3nmMv9OLahlvXBX23o5Q==
6444+
babel-preset-expo@~13.2.5:
6445+
version "13.2.5"
6446+
resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-13.2.5.tgz#9d9273eb394d547e3a32228086dcd252d703556d"
6447+
integrity sha512-YjVkP1bOLO2OgR2fyCedruYMPR7GFbAtCvvWITBW1UAp6e3ACYZtN6uoqkXgXP6PHQkb6M7qf2vZreBPEZK38A==
64566448
dependencies:
64576449
"@babel/helper-module-imports" "^7.25.9"
64586450
"@babel/plugin-proposal-decorators" "^7.12.9"
@@ -8890,6 +8882,14 @@ expo-constants@~17.1.7:
88908882
"@expo/config" "~11.0.12"
88918883
"@expo/env" "~1.0.7"
88928884

8885+
expo-constants@~17.1.8:
8886+
version "17.1.8"
8887+
resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-17.1.8.tgz#6a59142b9967350bdded3f44859886ec34961aa4"
8888+
integrity sha512-sOCeMN/BWLA7hBP6lMwoEQzFNgTopk6YY03sBAmwT216IHyL54TjNseg8CRU1IQQ/+qinJ2fYWCl7blx2TiNcA==
8889+
dependencies:
8890+
"@expo/config" "~11.0.13"
8891+
"@expo/env" "~1.0.7"
8892+
88938893
expo-dev-client@~5.2.4:
88948894
version "5.2.4"
88958895
resolved "https://registry.yarnpkg.com/expo-dev-client/-/expo-dev-client-5.2.4.tgz#cdffaea81841b2903cb9585bdd1566dea275a097"
@@ -8966,10 +8966,10 @@ expo-image-picker@~16.1.4:
89668966
dependencies:
89678967
expo-image-loader "~5.1.0"
89688968

8969-
expo-image@~2.4.0:
8970-
version "2.4.0"
8971-
resolved "https://registry.yarnpkg.com/expo-image/-/expo-image-2.4.0.tgz#02f7fd743387206914cd431a6367f5be53509e3e"
8972-
integrity sha512-TQ/LvrtJ9JBr+Tf198CAqflxcvdhuj7P24n0LQ1jHaWIVA7Z+zYKbYHnSMPSDMul/y0U46Z5bFLbiZiSidgcNw==
8969+
expo-image@~2.4.1:
8970+
version "2.4.1"
8971+
resolved "https://registry.yarnpkg.com/expo-image/-/expo-image-2.4.1.tgz#c3f84795e33ea98d833fc4dad11ad750ea290b3e"
8972+
integrity sha512-yHp0Cy4ylOYyLR21CcH6i70DeRyLRPc0yAIPFPn4BT/BpkJNaX5QMXDppcHa58t4WI3Bb8QRJRLuAQaeCtDF8A==
89738973

89748974
expo-json-utils@~0.15.0:
89758975
version "0.15.0"
@@ -9009,10 +9009,10 @@ expo-manifests@~0.16.6:
90099009
"@expo/config" "~11.0.12"
90109010
expo-json-utils "~0.15.0"
90119011

9012-
expo-modules-autolinking@2.1.14:
9013-
version "2.1.14"
9014-
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-2.1.14.tgz#4b4afddefba1a8b6fec0bf795cf6fe52c81343d1"
9015-
integrity sha512-nT5ERXwc+0ZT/pozDoJjYZyUQu5RnXMk9jDGm5lg+PiKvsrCTSA/2/eftJGMxLkTjVI2MXp5WjSz3JRjbA7UXA==
9012+
expo-modules-autolinking@2.1.15:
9013+
version "2.1.15"
9014+
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-2.1.15.tgz#d90f64272776c1dbb46737fde5be67cf513bad2a"
9015+
integrity sha512-IUITUERdkgooXjr9bXsX0PmhrZUIGTMyP6NtmQpAxN5+qtf/I7ewbwLx1/rX7tgiAOzaYme+PZOp/o6yqIhFsw==
90169016
dependencies:
90179017
"@expo/spawn-async" "^1.7.2"
90189018
chalk "^4.1.0"
@@ -9039,10 +9039,10 @@ expo-navigation-bar@~4.2.8:
90399039
react-native-edge-to-edge "1.6.0"
90409040
react-native-is-edge-to-edge "^1.1.6"
90419041

9042-
expo-router@~5.1.7:
9043-
version "5.1.7"
9044-
resolved "https://registry.yarnpkg.com/expo-router/-/expo-router-5.1.7.tgz#ce8d812df91dcbf9d15bb7e8a4bbec63c7ca60b5"
9045-
integrity sha512-E7hIqTZs4Cub4sbYPeednfYPi+2cyRGMdqc5IYBJ/vC+WBKoYJ8C9eU13ZLbPz//ZybSo2Dsm7v89uFIlO2Gow==
9042+
expo-router@~5.1.11:
9043+
version "5.1.11"
9044+
resolved "https://registry.yarnpkg.com/expo-router/-/expo-router-5.1.11.tgz#ac17e23e563ae94cc216b7c97b85264edb6dada7"
9045+
integrity sha512-6YQGqQM2rviVSiU6++hrJDPMByHZ7Oiux4XmgoSaGdaHku5QOn9911f2puEUZh2H9ALKBipw5v3ZkrECBd6Zbw==
90469046
dependencies:
90479047
"@expo/metro-runtime" "5.0.5"
90489048
"@expo/schema-utils" "^0.1.0"
@@ -9104,25 +9104,25 @@ expo-updates-interface@~1.1.0:
91049104
resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-1.1.0.tgz#62497d4647b381da9fdb68868ed180203ae737ef"
91059105
integrity sha512-DeB+fRe0hUDPZhpJ4X4bFMAItatFBUPjw/TVSbJsaf3Exeami+2qbbJhWkcTMoYHOB73nOIcaYcWXYJnCJXO0w==
91069106

9107-
expo@~53.0.23:
9108-
version "53.0.23"
9109-
resolved "https://registry.yarnpkg.com/expo/-/expo-53.0.23.tgz#b6fd102ac74537d86f99e87bd26a254a1b560b9b"
9110-
integrity sha512-6TOLuNCP3AsSkXBJA5W6U/7wpZUop3Q6BxHMtRD2OOgT7CCPvnYgJdnTzqU+gD1hMfcryD8Ejq9RdHbLduXohg==
9107+
expo@~53.0.27:
9108+
version "53.0.27"
9109+
resolved "https://registry.yarnpkg.com/expo/-/expo-53.0.27.tgz#d42b14ad23388bd8480c3b84be7558b9a2224c9d"
9110+
integrity sha512-iQwe2uWLb88opUY4vBYEW1d2GUq3lsa43gsMBEdDV+6pw0Oek93l/4nDLe0ODDdrBRjIJm/rdhKqJC/ehHCUqw==
91119111
dependencies:
91129112
"@babel/runtime" "^7.20.0"
9113-
"@expo/cli" "0.24.22"
9113+
"@expo/cli" "0.24.24"
91149114
"@expo/config" "~11.0.13"
91159115
"@expo/config-plugins" "~10.1.2"
91169116
"@expo/fingerprint" "0.13.4"
9117-
"@expo/metro-config" "0.20.17"
9117+
"@expo/metro-config" "0.20.18"
91189118
"@expo/vector-icons" "^14.0.0"
9119-
babel-preset-expo "~13.2.4"
9119+
babel-preset-expo "~13.2.5"
91209120
expo-asset "~11.1.7"
9121-
expo-constants "~17.1.7"
9121+
expo-constants "~17.1.8"
91229122
expo-file-system "~18.1.11"
91239123
expo-font "~13.3.2"
91249124
expo-keep-awake "~14.1.4"
9125-
expo-modules-autolinking "2.1.14"
9125+
expo-modules-autolinking "2.1.15"
91269126
expo-modules-core "2.5.0"
91279127
react-native-edge-to-edge "1.6.0"
91289128
whatwg-url-without-unicode "8.0.0-3"
@@ -11074,10 +11074,10 @@ jest-environment-node@^29.7.0:
1107411074
jest-mock "^29.7.0"
1107511075
jest-util "^29.7.0"
1107611076

11077-
jest-expo@~53.0.10:
11078-
version "53.0.10"
11079-
resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-53.0.10.tgz#52dc368b3a54f431acbb1aaf298f20196732df4a"
11080-
integrity sha512-J6vGCNOImXxUXv0c70J2hMlGSHTIyVwCviezMtnZeg966lzshESJhLxQatuvA8r7nJ2riffQgM3cWvL+/Hdewg==
11077+
jest-expo@~53.0.14:
11078+
version "53.0.14"
11079+
resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-53.0.14.tgz#15b04ee3e8b6837cdc51f818e525acfdbaaf9069"
11080+
integrity sha512-BwE5ZTjkhTvO+ejJBBJNlwar2YiahWjbcwhSPQ3oYV5UyvVdTrpKvZ+KjFv/7N5OaC3cOhv4/Ve4cTgS6m6vcw==
1108111081
dependencies:
1108211082
"@expo/config" "~11.0.13"
1108311083
"@expo/json-file" "^9.1.5"
@@ -11091,7 +11091,6 @@ jest-expo@~53.0.10:
1109111091
jest-watch-typeahead "2.2.1"
1109211092
json5 "^2.2.3"
1109311093
lodash "^4.17.19"
11094-
react-server-dom-webpack "~19.0.0"
1109511094
react-test-renderer "19.0.0"
1109611095
server-only "^0.0.1"
1109711096
stacktrace-js "^2.0.2"
@@ -12805,11 +12804,6 @@ negotiator@~0.6.4:
1280512804
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.4.tgz#777948e2452651c570b712dd01c23e262713fff7"
1280612805
integrity sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==
1280712806

12808-
neo-async@^2.6.1:
12809-
version "2.6.2"
12810-
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
12811-
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
12812-
1281312807
nested-error-stacks@~2.0.1:
1281412808
version "2.0.1"
1281512809
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz#d2cc9fc5235ddb371fc44d506234339c8e4b0a4b"
@@ -12856,10 +12850,10 @@ node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.7.0:
1285612850
dependencies:
1285712851
whatwg-url "^5.0.0"
1285812852

12859-
node-forge@^1.2.1, node-forge@^1.3.1:
12860-
version "1.3.1"
12861-
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
12862-
integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==
12853+
node-forge@^1.3.3:
12854+
version "1.3.3"
12855+
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.3.tgz#0ad80f6333b3a0045e827ac20b7f735f93716751"
12856+
integrity sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==
1286312857

1286412858
node-gyp@^11.2.0:
1286512859
version "11.5.0"
@@ -14275,15 +14269,6 @@ react-refresh@^0.14.0, react-refresh@^0.14.2:
1427514269
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
1427614270
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
1427714271

14278-
react-server-dom-webpack@~19.0.0:
14279-
version "19.0.0"
14280-
resolved "https://registry.yarnpkg.com/react-server-dom-webpack/-/react-server-dom-webpack-19.0.0.tgz#c60819b6cb54e317e675ddc0c5959ff915b789d0"
14281-
integrity sha512-hLug9KEXLc8vnU9lDNe2b2rKKDaqrp5gNiES4uyu2Up3FZfZJZmdwLFXlWzdA9gTB/6/cWduSB2K1Lfag2pSvw==
14282-
dependencies:
14283-
acorn-loose "^8.3.0"
14284-
neo-async "^2.6.1"
14285-
webpack-sources "^3.2.0"
14286-
1428714272
react-stately@^3.21.0:
1428814273
version "3.41.0"
1428914274
resolved "https://registry.yarnpkg.com/react-stately/-/react-stately-3.41.0.tgz#e8239f520cf2cbaa037c0fd9ddf274a9a6bcb3bd"
@@ -16604,11 +16589,6 @@ webidl-conversions@^7.0.0:
1660416589
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
1660516590
integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==
1660616591

16607-
webpack-sources@^3.2.0:
16608-
version "3.3.3"
16609-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723"
16610-
integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==
16611-
1661216592
webrtc-adapter@^9.0.1:
1661316593
version "9.0.3"
1661416594
resolved "https://registry.yarnpkg.com/webrtc-adapter/-/webrtc-adapter-9.0.3.tgz#b446ed7cd72129d00c652dd7b9a5716d9ffdd87d"

0 commit comments

Comments
 (0)