Skip to content

Commit beedda0

Browse files
Update graphql-mesh to v2
1 parent 0e80433 commit beedda0

File tree

3 files changed

+99
-61
lines changed

3 files changed

+99
-61
lines changed

subgraphs/comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@apollo/server": "4.11.3",
1010
"@apollo/subgraph": "2.10.0",
11-
"@graphql-mesh/hmac-upstream-signature": "1.2.26",
11+
"@graphql-mesh/hmac-upstream-signature": "2.0.1",
1212
"graphql": "16.10.0"
1313
},
1414
"devDependencies": {

subgraphs/users/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@graphql-hive/cli": "0.49.1",
1111
"graphql": "16.10.0",
1212
"graphql-yoga": "5.13.2",
13-
"@graphql-mesh/plugin-jwt-auth": "1.5.2",
14-
"@graphql-mesh/hmac-upstream-signature": "1.2.26"
13+
"@graphql-mesh/plugin-jwt-auth": "2.0.2",
14+
"@graphql-mesh/hmac-upstream-signature": "2.0.1"
1515
},
1616
"devDependencies": {
1717
"tsx": "^4.16.2",

yarn.lock

Lines changed: 96 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -823,10 +823,10 @@
823823
resolved "https://registry.yarnpkg.com/@commander-js/extra-typings/-/extra-typings-13.1.0.tgz#026e29b04401c92fc4307223fbaadf1ff3e5551e"
824824
integrity sha512-q5P52BYb1hwVWE6dtID7VvuJWrlfbCv4klj7BjUUOqMz4jbSZD4C9fJ9lRjL2jnBGTg+gDDlaXN51rkWcLk4fg==
825825

826-
"@envelop/core@^5.0.0", "@envelop/core@^5.0.2", "@envelop/core@^5.1.0", "@envelop/core@^5.2.3":
827-
version "5.2.3"
828-
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.2.3.tgz#ede1dd20b4397c7465ae2190e718829303bcef00"
829-
integrity sha512-KfoGlYD/XXQSc3BkM1/k15+JQbkQ4ateHazeZoWl9P71FsLTDXSjGy6j7QqfhpIDSbxNISqhPMfZHYSbDFOofQ==
826+
"@envelop/core@^5.0.0", "@envelop/core@^5.0.2", "@envelop/core@^5.1.0", "@envelop/core@^5.2.3", "@envelop/core@^5.3.1":
827+
version "5.3.1"
828+
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.3.1.tgz#f75e5c19d4a4d876ce49ca5a9a072a9e5db3b89a"
829+
integrity sha512-n29V3vRqXvPcG76C8zE482LQykk0P66zv1mjpk7aHeGe9qnh8AzB/RvoX5SVFwApJQPp0ixob8NoYXg4FHKMGA==
830830
dependencies:
831831
"@envelop/instrumentation" "^1.0.0"
832832
"@envelop/types" "^5.2.1"
@@ -1081,6 +1081,11 @@
10811081
dependencies:
10821082
graphql "^16.0.0"
10831083

1084+
"@fastify/busboy@^3.1.1":
1085+
version "3.2.0"
1086+
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-3.2.0.tgz#13ed8212f3b9ba697611529d15347f8528058cea"
1087+
integrity sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==
1088+
10841089
"@fastify/merge-json-schemas@^0.1.0":
10851090
version "0.1.1"
10861091
resolved "https://registry.yarnpkg.com/@fastify/merge-json-schemas/-/merge-json-schemas-0.1.1.tgz#3551857b8a17a24e8c799e9f51795edb07baa0bc"
@@ -1244,6 +1249,15 @@
12441249
"@repeaterjs/repeater" "^3.0.6"
12451250
"@whatwg-node/disposablestack" "^0.0.6"
12461251

1252+
"@graphql-hive/pubsub@next":
1253+
version "2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6"
1254+
resolved "https://registry.yarnpkg.com/@graphql-hive/pubsub/-/pubsub-2.0.0-next-38d601a82253147a4bfe657c7eee418d25c183b6.tgz#b35fe445e4546d6383d7aea99f75904a28477567"
1255+
integrity sha512-A1514UqRwmdyT9hGrLtD9TdD/5ffhjxnV+baUmCii+B0gsGD7LkYXBuwk+jdWZjADXKiBZWY1qOM21WNA0QI4w==
1256+
dependencies:
1257+
"@repeaterjs/repeater" "^3.0.6"
1258+
"@whatwg-node/disposablestack" "^0.0.6"
1259+
"@whatwg-node/promise-helpers" "^1.3.0"
1260+
12471261
"@graphql-hive/signal@^1.0.0":
12481262
version "1.0.0"
12491263
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-1.0.0.tgz#6e2193660a47c925abadbe72293dfc9430e24f8f"
@@ -1363,7 +1377,21 @@
13631377
graphql-yoga "^5.13.2"
13641378
tslib "^2.8.1"
13651379

1366-
"@graphql-mesh/hmac-upstream-signature@1.2.26", "@graphql-mesh/hmac-upstream-signature@^1.2.26":
1380+
"@graphql-mesh/hmac-upstream-signature@2.0.1":
1381+
version "2.0.1"
1382+
resolved "https://registry.yarnpkg.com/@graphql-mesh/hmac-upstream-signature/-/hmac-upstream-signature-2.0.1.tgz#7f9efc6f6b49508f2dd1228c9c63ec6a08ab86ee"
1383+
integrity sha512-lUj9BV6PVnLcUqZkRvdOKSg+YKlOHRkIzJepKacyJgLUKUzph6l/gG+8RJctApx6KKFcq7TUv+6CdL6l5+ULkQ==
1384+
dependencies:
1385+
"@graphql-mesh/cross-helpers" "^0.4.10"
1386+
"@graphql-mesh/types" "^0.104.12"
1387+
"@graphql-mesh/utils" "^0.104.12"
1388+
"@graphql-tools/executor-common" "^1.0.1"
1389+
"@graphql-tools/utils" "^10.9.1"
1390+
"@whatwg-node/promise-helpers" "^1.3.0"
1391+
json-stable-stringify "^1.1.1"
1392+
tslib "^2.8.1"
1393+
1394+
"@graphql-mesh/hmac-upstream-signature@^1.2.26":
13671395
version "1.2.26"
13681396
resolved "https://registry.yarnpkg.com/@graphql-mesh/hmac-upstream-signature/-/hmac-upstream-signature-1.2.26.tgz#c09300ce0c467bb22f61bddae3467dd4c63322db"
13691397
integrity sha512-P7P5fNcrvK4C4mTNy+tW4QJRT0Q0Fw0IOSVA/Ef0qgXFjtobNxdu+9enmNoEWzeNsOdf7KbBXq3tX7AJxURIAQ==
@@ -1411,7 +1439,17 @@
14111439
graphql-jit "^0.8.7"
14121440
tslib "^2.4.0"
14131441

1414-
"@graphql-mesh/plugin-jwt-auth@1.5.2", "@graphql-mesh/plugin-jwt-auth@^1.5.0":
1442+
"@graphql-mesh/plugin-jwt-auth@2.0.2":
1443+
version "2.0.2"
1444+
resolved "https://registry.yarnpkg.com/@graphql-mesh/plugin-jwt-auth/-/plugin-jwt-auth-2.0.2.tgz#35b357d026745259672816fe97886d2ae94abe4d"
1445+
integrity sha512-2Uij6FNNjhcbqH3TgYDZ8KwiQ6pK9CNajTKJhunxRJ+Cv5dVAdi6Q2VTzAQPD6T5iOtrEFa0pH5Xusq+C25FPA==
1446+
dependencies:
1447+
"@graphql-mesh/types" "^0.104.12"
1448+
"@graphql-mesh/utils" "^0.104.12"
1449+
"@graphql-yoga/plugin-jwt" "^3.9.1"
1450+
tslib "^2.4.0"
1451+
1452+
"@graphql-mesh/plugin-jwt-auth@^1.5.0":
14151453
version "1.5.2"
14161454
resolved "https://registry.yarnpkg.com/@graphql-mesh/plugin-jwt-auth/-/plugin-jwt-auth-1.5.2.tgz#732f3f5df62aa9e11ce25d43f2c087e6ba94c803"
14171455
integrity sha512-/0dUJt3Ce0v6WeV/aVZz9g3S9aNBn+f2XoDaEbJHYoYi33r5Qvu+Mao3I+tqLezWLX2stNp+1lIMFAEqnV5ERw==
@@ -1521,15 +1559,15 @@
15211559
minimatch "10.0.1"
15221560
tslib "^2.4.0"
15231561

1524-
"@graphql-mesh/store@^0.104.2":
1525-
version "0.104.2"
1526-
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.104.2.tgz#5297168a5c3f5b706147318ac928ab024db20762"
1527-
integrity sha512-wTfhNXMe5kL3o0D/zJsC8z9/VpXtSI/VlOM5cAFLEp8EQKr3dOGJ6xL60dKk/tY/W6Y1FnB+W9SFLv7jBTakvg==
1562+
"@graphql-mesh/store@^0.104.12":
1563+
version "0.104.12"
1564+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.104.12.tgz#2d2b07645576fc675da3cf9b863a3464e132e858"
1565+
integrity sha512-y7A4L6poHGr/woEL3fYbAQGSFvzQzrf/c9gb+fIyu/syj1jWf7u+/i/LUUJ0esBy3g5kZMLLr+Gg7QZ9zPzouA==
15281566
dependencies:
15291567
"@graphql-inspector/core" "6.2.1"
15301568
"@graphql-mesh/cross-helpers" "^0.4.10"
1531-
"@graphql-mesh/types" "^0.104.2"
1532-
"@graphql-mesh/utils" "^0.104.2"
1569+
"@graphql-mesh/types" "^0.104.12"
1570+
"@graphql-mesh/utils" "^0.104.12"
15331571
"@graphql-tools/utils" "^10.8.0"
15341572
tslib "^2.4.0"
15351573

@@ -1607,33 +1645,36 @@
16071645
tslib "^2.8.1"
16081646
ws "^8.18.0"
16091647

1610-
"@graphql-mesh/types@^0.104.0", "@graphql-mesh/types@^0.104.1", "@graphql-mesh/types@^0.104.2":
1611-
version "0.104.2"
1612-
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.104.2.tgz#01ea77029016aed55a7a6df6e3f922a0874a7808"
1613-
integrity sha512-JIu1yUJ+oTeVQIGJ5EhseudJXrAilPXeY4Le4ZUVaijjWc6XASUn8/ZCHaHiO/ADzHTV7cLR++ghhzHGkysHxQ==
1648+
"@graphql-mesh/types@^0.104.0", "@graphql-mesh/types@^0.104.1", "@graphql-mesh/types@^0.104.12", "@graphql-mesh/types@^0.104.2":
1649+
version "0.104.12"
1650+
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.104.12.tgz#baab8a9887b3a6df01079dc381c75d62010e13f2"
1651+
integrity sha512-H1MsyqdfGW9/eH09w5wP4uMP0c5pl0VuAanypKCPg68LI2z3AsihTQZxqAnJRzVhef0waShjhkof8L7/4JKFcw==
16141652
dependencies:
1615-
"@graphql-mesh/store" "^0.104.2"
1653+
"@graphql-hive/pubsub" next
1654+
"@graphql-mesh/store" "^0.104.12"
16161655
"@graphql-tools/batch-delegate" "^9.0.10"
16171656
"@graphql-tools/delegate" "^10.0.28"
16181657
"@graphql-tools/utils" "^10.8.0"
16191658
"@graphql-typed-document-node/core" "^3.2.0"
1659+
"@repeaterjs/repeater" "^3.0.6"
1660+
"@whatwg-node/disposablestack" "^0.0.6"
16201661
tslib "^2.4.0"
16211662

1622-
"@graphql-mesh/utils@^0.104.1", "@graphql-mesh/utils@^0.104.2":
1623-
version "0.104.2"
1624-
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.104.2.tgz#c0048496ad88f93f543da16603cd49598ba9d44c"
1625-
integrity sha512-qNODthwVxWqbk3PihhvfjvSGk7T1KOSr7lyn5SvrZPcslqFo+2ocepr89VXVmG7X2tcsPvgX/ePoKa/p5qTh9A==
1663+
"@graphql-mesh/utils@^0.104.1", "@graphql-mesh/utils@^0.104.12", "@graphql-mesh/utils@^0.104.2":
1664+
version "0.104.12"
1665+
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.104.12.tgz#381d954217f706443c8788265d0d0c719faaaedc"
1666+
integrity sha512-lFP0NAApBNVOuuhqgVFWQ/RCRACr6Jz2k3ORoh82L9KPqDnlhX6C+tJHK6eyy35pQ+258OT9sNaVaYOyi+af/g==
16261667
dependencies:
16271668
"@envelop/instrumentation" "^1.0.0"
16281669
"@graphql-mesh/cross-helpers" "^0.4.10"
16291670
"@graphql-mesh/string-interpolation" "^0.5.8"
1630-
"@graphql-mesh/types" "^0.104.2"
1671+
"@graphql-mesh/types" "^0.104.12"
16311672
"@graphql-tools/batch-delegate" "^9.0.16"
16321673
"@graphql-tools/delegate" "^10.0.28"
16331674
"@graphql-tools/utils" "^10.8.0"
16341675
"@graphql-tools/wrap" "^10.0.28"
16351676
"@whatwg-node/disposablestack" "^0.0.6"
1636-
"@whatwg-node/fetch" "^0.10.4"
1677+
"@whatwg-node/fetch" "^0.10.6"
16371678
"@whatwg-node/promise-helpers" "^1.2.0"
16381679
dset "^3.1.2"
16391680
js-yaml "^4.1.0"
@@ -1705,6 +1746,14 @@
17051746
"@envelop/core" "^5.2.3"
17061747
"@graphql-tools/utils" "^10.8.1"
17071748

1749+
"@graphql-tools/executor-common@^1.0.1":
1750+
version "1.0.1"
1751+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-common/-/executor-common-1.0.1.tgz#b161ce779e5abaab3e05fe51fdc78ee27f0f9b1b"
1752+
integrity sha512-YzDOoPaijIL2aEUR58DPTIZEJ/es0IV0nRCnoQcIyc1l2lTNo+k1L1rsFMBUOsyI6Y/pMxZ8ssJlQXwdGT78YA==
1753+
dependencies:
1754+
"@envelop/core" "^5.3.1"
1755+
"@graphql-tools/utils" "^10.9.1"
1756+
17081757
"@graphql-tools/executor-graphql-ws@^1.3.2":
17091758
version "1.3.7"
17101759
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-1.3.7.tgz#ecdf9e0a3ea6e12a5bc9df8fb8bb477a17711678"
@@ -1939,10 +1988,10 @@
19391988
dset "^3.1.4"
19401989
tslib "^2.4.0"
19411990

1942-
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.3", "@graphql-tools/utils@^10.5.1", "@graphql-tools/utils@^10.5.4", "@graphql-tools/utils@^10.6.1", "@graphql-tools/utils@^10.6.2", "@graphql-tools/utils@^10.7.0", "@graphql-tools/utils@^10.8.0", "@graphql-tools/utils@^10.8.1", "@graphql-tools/utils@^10.8.6":
1943-
version "10.8.6"
1944-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.6.tgz#69ef29e408a27919108b2b2227fe8b465acf9e5c"
1945-
integrity sha512-Alc9Vyg0oOsGhRapfL3xvqh1zV8nKoFUdtLhXX7Ki4nClaIJXckrA86j+uxEuG3ic6j4jlM1nvcWXRn/71AVLQ==
1991+
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.3", "@graphql-tools/utils@^10.5.1", "@graphql-tools/utils@^10.5.4", "@graphql-tools/utils@^10.6.1", "@graphql-tools/utils@^10.6.2", "@graphql-tools/utils@^10.7.0", "@graphql-tools/utils@^10.8.0", "@graphql-tools/utils@^10.8.1", "@graphql-tools/utils@^10.8.6", "@graphql-tools/utils@^10.9.1":
1992+
version "10.9.1"
1993+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.9.1.tgz#ff4067256f2080db0c66f4475858f29a8da65ecf"
1994+
integrity sha512-B1wwkXk9UvU7LCBkPs8513WxOQ2H8Fo5p8HR1+Id9WmYE5+bd51vqN+MbrqvWczHCH2gwkREgHJN88tE0n1FCw==
19461995
dependencies:
19471996
"@graphql-typed-document-node/core" "^3.1.1"
19481997
"@whatwg-node/promise-helpers" "^1.0.0"
@@ -2012,11 +2061,12 @@
20122061
dependencies:
20132062
"@graphql-tools/utils" "^10.6.1"
20142063

2015-
"@graphql-yoga/plugin-jwt@^3.4.9":
2016-
version "3.4.9"
2017-
resolved "https://registry.yarnpkg.com/@graphql-yoga/plugin-jwt/-/plugin-jwt-3.4.9.tgz#6208956c2b9eeb810669c248e0b8c054b037f10d"
2018-
integrity sha512-qpC0IMS7mnnFjm6gauv+TMMUwrnGdmw/4XHe8rPenpy63J4t2K6Z7PpKzRwVSGHq6e2pgc+b6NFJ9bdAPXiVMw==
2064+
"@graphql-yoga/plugin-jwt@^3.4.9", "@graphql-yoga/plugin-jwt@^3.9.1":
2065+
version "3.9.1"
2066+
resolved "https://registry.yarnpkg.com/@graphql-yoga/plugin-jwt/-/plugin-jwt-3.9.1.tgz#858b2da474c52077c1f155d64f4c4e9c0bf907d3"
2067+
integrity sha512-on2NBQ+RltvGKfsIHzKfbK9Qi+QhokHxBhxP6PuWMVldsan8x0ufc7gQ6kq/eyyy0jqbfYsiSUbpXf+ml/y7cw==
20192068
dependencies:
2069+
"@whatwg-node/promise-helpers" "^1.2.4"
20202070
"@whatwg-node/server-plugin-cookies" "^1.0.3"
20212071
jsonwebtoken "^9.0.0"
20222072
jwks-rsa "^3.0.0"
@@ -3098,28 +3148,28 @@
30983148
dependencies:
30993149
tslib "^2.6.3"
31003150

3101-
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.1", "@whatwg-node/fetch@^0.10.4", "@whatwg-node/fetch@^0.10.5":
3102-
version "0.10.5"
3103-
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.5.tgz#8537e50d32bac0f2e9cecff206588ca41d836df5"
3104-
integrity sha512-+yFJU3hmXPAHJULwx0VzCIsvr/H0lvbPvbOH3areOH3NAuCxCwaJsQ8w6/MwwMcvEWIynSsmAxoyaH04KeosPg==
3151+
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.1", "@whatwg-node/fetch@^0.10.4", "@whatwg-node/fetch@^0.10.5", "@whatwg-node/fetch@^0.10.6":
3152+
version "0.10.10"
3153+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.10.tgz#2b3397bc114b3f6dbda34bd1f205e45216abd10f"
3154+
integrity sha512-watz4i/Vv4HpoJ+GranJ7HH75Pf+OkPQ63NoVmru6Srgc8VezTArB00i/oQlnn0KWh14gM42F22Qcc9SU9mo/w==
31053155
dependencies:
3106-
"@whatwg-node/node-fetch" "^0.7.11"
3156+
"@whatwg-node/node-fetch" "^0.7.25"
31073157
urlpattern-polyfill "^10.0.0"
31083158

3109-
"@whatwg-node/node-fetch@^0.7.11":
3110-
version "0.7.17"
3111-
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.17.tgz#86adaaddf06d7d098f17dfa504cd91562d81f89e"
3112-
integrity sha512-Ni8A2H/r6brNf4u8Y7ATxmWUD0xltsQ6a4NnjWSbw4PgaT34CbY+u4QtVsFj9pTC3dBKJADKjac3AieAig+PZA==
3159+
"@whatwg-node/node-fetch@^0.7.25":
3160+
version "0.7.25"
3161+
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.25.tgz#8da0af32f389eeeebf935af5fbcce7bbd2bbc774"
3162+
integrity sha512-szCTESNJV+Xd56zU6ShOi/JWROxE9IwCic8o5D9z5QECZloas6Ez5tUuKqXTAdu6fHFx1t6C+5gwj8smzOLjtg==
31133163
dependencies:
3164+
"@fastify/busboy" "^3.1.1"
31143165
"@whatwg-node/disposablestack" "^0.0.6"
3115-
"@whatwg-node/promise-helpers" "^1.2.5"
3116-
busboy "^1.6.0"
3166+
"@whatwg-node/promise-helpers" "^1.3.2"
31173167
tslib "^2.6.3"
31183168

3119-
"@whatwg-node/promise-helpers@^1.0.0", "@whatwg-node/promise-helpers@^1.2.0", "@whatwg-node/promise-helpers@^1.2.1", "@whatwg-node/promise-helpers@^1.2.3", "@whatwg-node/promise-helpers@^1.2.4", "@whatwg-node/promise-helpers@^1.2.5", "@whatwg-node/promise-helpers@^1.3.0":
3120-
version "1.3.0"
3121-
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.0.tgz#33629c853cfa309009b1329d3cb6208241ec2bf0"
3122-
integrity sha512-486CouizxHXucj8Ky153DDragfkMcHtVEToF5Pn/fInhUUSiCmt9Q4JVBa6UK5q4RammFBtGQ4C9qhGlXU9YbA==
3169+
"@whatwg-node/promise-helpers@^1.0.0", "@whatwg-node/promise-helpers@^1.2.0", "@whatwg-node/promise-helpers@^1.2.1", "@whatwg-node/promise-helpers@^1.2.3", "@whatwg-node/promise-helpers@^1.2.4", "@whatwg-node/promise-helpers@^1.3.0", "@whatwg-node/promise-helpers@^1.3.2":
3170+
version "1.3.2"
3171+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d"
3172+
integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==
31233173
dependencies:
31243174
tslib "^2.6.3"
31253175

@@ -3347,13 +3397,6 @@ buffer@^5.5.0:
33473397
base64-js "^1.3.1"
33483398
ieee754 "^1.1.13"
33493399

3350-
busboy@^1.6.0:
3351-
version "1.6.0"
3352-
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
3353-
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
3354-
dependencies:
3355-
streamsearch "^1.1.0"
3356-
33573400
bytes@3.1.2:
33583401
version "3.1.2"
33593402
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
@@ -5440,11 +5483,6 @@ statuses@2.0.1:
54405483
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
54415484
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
54425485

5443-
streamsearch@^1.1.0:
5444-
version "1.1.0"
5445-
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
5446-
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
5447-
54485486
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
54495487
version "4.2.3"
54505488
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"

0 commit comments

Comments
 (0)