Skip to content

Commit f492b4c

Browse files
fix: expo plugin
1 parent 9af43c8 commit f492b4c

File tree

2 files changed

+124
-11
lines changed

2 files changed

+124
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/jest": "^29.5.3",
5555
"@types/node": "^20.4.8",
5656
"@types/react-native": "^0.72.2",
57-
"axios": "^1.2.2",
57+
"axios": "1.11.0",
5858
"@expo/config-plugins": "7.8.4",
5959
"babel-core": "7.0.0-bridge.0",
6060
"babel-jest": "^29.6.2",

yarn.lock

Lines changed: 123 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2373,13 +2373,13 @@ available-typed-arrays@^1.0.5:
23732373
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
23742374
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
23752375

2376-
axios@^1.2.2:
2377-
version "1.4.0"
2378-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
2379-
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
2376+
axios@1.11.0:
2377+
version "1.11.0"
2378+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
2379+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
23802380
dependencies:
2381-
follow-redirects "^1.15.0"
2382-
form-data "^4.0.0"
2381+
follow-redirects "^1.15.6"
2382+
form-data "^4.0.4"
23832383
proxy-from-env "^1.1.0"
23842384

23852385
babel-core@7.0.0-bridge.0, babel-core@^7.0.0-bridge.0:
@@ -2670,6 +2670,14 @@ cacheable-request@^7.0.2:
26702670
normalize-url "^6.0.1"
26712671
responselike "^2.0.0"
26722672

2673+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
2674+
version "1.0.2"
2675+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
2676+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
2677+
dependencies:
2678+
es-errors "^1.3.0"
2679+
function-bind "^1.1.2"
2680+
26732681
call-bind@^1.0.0, call-bind@^1.0.2:
26742682
version "1.0.2"
26752683
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -3186,6 +3194,15 @@ doctrine@^3.0.0:
31863194
dependencies:
31873195
esutils "^2.0.2"
31883196

3197+
dunder-proto@^1.0.1:
3198+
version "1.0.1"
3199+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
3200+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
3201+
dependencies:
3202+
call-bind-apply-helpers "^1.0.1"
3203+
es-errors "^1.3.0"
3204+
gopd "^1.2.0"
3205+
31893206
ecdsa-sig-formatter@1.0.11:
31903207
version "1.0.11"
31913208
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
@@ -3297,6 +3314,23 @@ es-abstract@^1.19.0, es-abstract@^1.20.4:
32973314
unbox-primitive "^1.0.2"
32983315
which-typed-array "^1.1.10"
32993316

3317+
es-define-property@^1.0.1:
3318+
version "1.0.1"
3319+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
3320+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
3321+
3322+
es-errors@^1.3.0:
3323+
version "1.3.0"
3324+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
3325+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
3326+
3327+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
3328+
version "1.1.1"
3329+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
3330+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
3331+
dependencies:
3332+
es-errors "^1.3.0"
3333+
33003334
es-set-tostringtag@^2.0.1:
33013335
version "2.0.1"
33023336
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -3306,6 +3340,16 @@ es-set-tostringtag@^2.0.1:
33063340
has "^1.0.3"
33073341
has-tostringtag "^1.0.0"
33083342

3343+
es-set-tostringtag@^2.1.0:
3344+
version "2.1.0"
3345+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
3346+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
3347+
dependencies:
3348+
es-errors "^1.3.0"
3349+
get-intrinsic "^1.2.6"
3350+
has-tostringtag "^1.0.2"
3351+
hasown "^2.0.2"
3352+
33093353
es-shim-unscopables@^1.0.0:
33103354
version "1.0.0"
33113355
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -3786,10 +3830,10 @@ flow-parser@^0.206.0:
37863830
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.206.0.tgz#f4f794f8026535278393308e01ea72f31000bfef"
37873831
integrity sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==
37883832

3789-
follow-redirects@^1.15.0:
3790-
version "1.15.6"
3791-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
3792-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
3833+
follow-redirects@^1.15.6:
3834+
version "1.15.11"
3835+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
3836+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
37933837

37943838
for-each@^0.3.3:
37953839
version "0.3.3"
@@ -3816,6 +3860,17 @@ form-data@^4.0.0:
38163860
combined-stream "^1.0.8"
38173861
mime-types "^2.1.12"
38183862

3863+
form-data@^4.0.4:
3864+
version "4.0.4"
3865+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3866+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
3867+
dependencies:
3868+
asynckit "^0.4.0"
3869+
combined-stream "^1.0.8"
3870+
es-set-tostringtag "^2.1.0"
3871+
hasown "^2.0.2"
3872+
mime-types "^2.1.12"
3873+
38193874
fresh@0.5.2:
38203875
version "0.5.2"
38213876
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
@@ -3850,6 +3905,11 @@ function-bind@^1.1.1:
38503905
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
38513906
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
38523907

3908+
function-bind@^1.1.2:
3909+
version "1.1.2"
3910+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
3911+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
3912+
38533913
function.prototype.name@^1.1.5:
38543914
version "1.1.5"
38553915
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
@@ -3885,11 +3945,35 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@
38853945
has-proto "^1.0.1"
38863946
has-symbols "^1.0.3"
38873947

3948+
get-intrinsic@^1.2.6:
3949+
version "1.3.0"
3950+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
3951+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
3952+
dependencies:
3953+
call-bind-apply-helpers "^1.0.2"
3954+
es-define-property "^1.0.1"
3955+
es-errors "^1.3.0"
3956+
es-object-atoms "^1.1.1"
3957+
function-bind "^1.1.2"
3958+
get-proto "^1.0.1"
3959+
gopd "^1.2.0"
3960+
has-symbols "^1.1.0"
3961+
hasown "^2.0.2"
3962+
math-intrinsics "^1.1.0"
3963+
38883964
get-package-type@^0.1.0:
38893965
version "0.1.0"
38903966
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
38913967
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
38923968

3969+
get-proto@^1.0.1:
3970+
version "1.0.1"
3971+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
3972+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
3973+
dependencies:
3974+
dunder-proto "^1.0.1"
3975+
es-object-atoms "^1.0.0"
3976+
38933977
get-stdin@^6.0.0:
38943978
version "6.0.0"
38953979
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
@@ -4016,6 +4100,11 @@ gopd@^1.0.1:
40164100
dependencies:
40174101
get-intrinsic "^1.1.3"
40184102

4103+
gopd@^1.2.0:
4104+
version "1.2.0"
4105+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
4106+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
4107+
40194108
got@^11.1.4:
40204109
version "11.8.6"
40214110
resolved "https://registry.yarnpkg.com/got/-/got-11.8.6.tgz#276e827ead8772eddbcfc97170590b841823233a"
@@ -4087,20 +4176,39 @@ has-symbols@^1.0.2, has-symbols@^1.0.3:
40874176
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
40884177
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
40894178

4179+
has-symbols@^1.1.0:
4180+
version "1.1.0"
4181+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
4182+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
4183+
40904184
has-tostringtag@^1.0.0:
40914185
version "1.0.0"
40924186
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
40934187
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
40944188
dependencies:
40954189
has-symbols "^1.0.2"
40964190

4191+
has-tostringtag@^1.0.2:
4192+
version "1.0.2"
4193+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
4194+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
4195+
dependencies:
4196+
has-symbols "^1.0.3"
4197+
40974198
has@^1.0.3:
40984199
version "1.0.3"
40994200
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
41004201
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
41014202
dependencies:
41024203
function-bind "^1.1.1"
41034204

4205+
hasown@^2.0.2:
4206+
version "2.0.2"
4207+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
4208+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
4209+
dependencies:
4210+
function-bind "^1.1.2"
4211+
41044212
hermes-estree@0.12.0:
41054213
version "0.12.0"
41064214
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.12.0.tgz#8a289f9aee854854422345e6995a48613bac2ca8"
@@ -5341,6 +5449,11 @@ makeerror@1.0.12:
53415449
dependencies:
53425450
tmpl "1.0.5"
53435451

5452+
math-intrinsics@^1.1.0:
5453+
version "1.1.0"
5454+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
5455+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
5456+
53445457
memfs-or-file-map-to-github-branch@^1.2.1:
53455458
version "1.2.1"
53465459
resolved "https://registry.yarnpkg.com/memfs-or-file-map-to-github-branch/-/memfs-or-file-map-to-github-branch-1.2.1.tgz#fdb9a85408262316a9bd5567409bf89be7d72f96"

0 commit comments

Comments
 (0)