Skip to content

Commit 4013196

Browse files
committed
chore(deps): update all non-major dependencies
1 parent b3486ed commit 4013196

File tree

5 files changed

+106
-82
lines changed

5 files changed

+106
-82
lines changed

packages/todo-example/client-apollo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
6-
"@graphql-codegen/cli": "2.11.3",
7-
"@graphql-codegen/gql-tag-operations-preset": "1.5.3",
6+
"@graphql-codegen/cli": "2.11.6",
7+
"@graphql-codegen/gql-tag-operations-preset": "1.5.4",
88
"@testing-library/jest-dom": "5.16.5",
99
"@testing-library/react": "12.1.5",
1010
"@testing-library/user-event": "13.5.0",
@@ -24,7 +24,7 @@
2424
"@repeaterjs/repeater": "3.0.4",
2525
"@app/gql": "link:./src/gql",
2626
"graphql": "16.0.0-experimental-stream-defer.5",
27-
"graphql-ws": "5.9.1"
27+
"graphql-ws": "5.10.0"
2828
},
2929
"scripts": {
3030
"start": "vite",

packages/todo-example/client-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"classnames": "2.3.1",
3030
"vite": "2.9.14",
3131
"vite-plugin-babel-macros": "1.0.6",
32-
"graphql-ws": "5.9.1"
32+
"graphql-ws": "5.10.0"
3333
},
3434
"scripts": {
3535
"start": "vite",

packages/todo-example/client-urql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"devDependencies": {
66
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
77
"@repeaterjs/repeater": "3.0.4",
8-
"@graphql-codegen/cli": "2.11.3",
9-
"@graphql-codegen/gql-tag-operations-preset": "1.5.3",
8+
"@graphql-codegen/cli": "2.11.6",
9+
"@graphql-codegen/gql-tag-operations-preset": "1.5.4",
1010
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
1111
"@n1ru4l/socket-io-graphql-client": "*",
1212
"@testing-library/jest-dom": "5.16.5",

packages/todo-example/server-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@n1ru4l/in-memory-live-query-store": "0.10.0",
77
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
88
"graphql": "16.0.0-experimental-stream-defer.5",
9-
"graphql-ws": "5.9.1",
9+
"graphql-ws": "5.10.0",
1010
"ws": "8.8.1"
1111
},
1212
"devDependencies": {

yarn.lock

Lines changed: 99 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
"@app/gql@link:./packages/todo-example/client-apollo/src/gql":
3636
version "0.0.0"
37-
uid ""
3837

3938
"@ardatan/[email protected]":
4039
version "12.0.0"
@@ -1335,21 +1334,21 @@
13351334
resolved "https://registry.yarnpkg.com/@fastify/error/-/error-2.0.0.tgz#a9f94af56eb934f0ab1ce4ef9f0ced6ebf2319dc"
13361335
integrity sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w==
13371336

1338-
"@graphql-codegen/add@^3.2.0":
1339-
version "3.2.0"
1340-
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-3.2.0.tgz#10ce9b13290ff34d29826731e735779618cd0fde"
1341-
integrity sha512-8hyr5XvTDGnpiT4nH2yH8PP4SWtUEIUdkFaZbkpkFkU0Ud9dplvSviOCdxdArffZ1FHy0XYLTMa2it+UJOtszg==
1337+
"@graphql-codegen/add@^3.2.1":
1338+
version "3.2.1"
1339+
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-3.2.1.tgz#f1109f36f194f88a6abcc51703abee43ebbb50a2"
1340+
integrity sha512-w82H/evh8SSGoD3K6K/Oh3kqSdbuU+TgHqMYmmHFxtH692v2xhN/cu1s/TotBQ7r4mO7OQutze7dde2tZEXGEQ==
13421341
dependencies:
1343-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1342+
"@graphql-codegen/plugin-helpers" "^2.6.2"
13441343
tslib "~2.4.0"
13451344

1346-
"@graphql-codegen/[email protected].3":
1347-
version "2.11.3"
1348-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.3.tgz#6cb0fd6da0773957b531cccf7459303a23ee1c05"
1349-
integrity sha512-C1d88Kx0a0PF1tOR00UIZjHq5aWNNcw5fM2k08rOY9O5b4sU7kEb+YbGKP6EExTtJnYb49fePLKVvrIv1ejDFg==
1345+
"@graphql-codegen/[email protected].6":
1346+
version "2.11.6"
1347+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.6.tgz#3acfd7cd3bac40999ba1262063d84ca7c96172dc"
1348+
integrity sha512-0R2Bhgjt3XZTSdsn8MGGuJjDEN2z+KCo7920zLZz9boy6bQ0EyuxS9AUATePS9aC3djy2POAIPCHz8iHK68IlQ==
13501349
dependencies:
1351-
"@graphql-codegen/core" "2.6.0"
1352-
"@graphql-codegen/plugin-helpers" "^2.6.1"
1350+
"@graphql-codegen/core" "2.6.2"
1351+
"@graphql-codegen/plugin-helpers" "^2.6.2"
13531352
"@graphql-tools/apollo-engine-loader" "^7.3.6"
13541353
"@graphql-tools/code-file-loader" "^7.3.1"
13551354
"@graphql-tools/git-loader" "^7.2.1"
@@ -1380,48 +1379,48 @@
13801379
yaml "^1.10.0"
13811380
yargs "^17.0.0"
13821381

1383-
"@graphql-codegen/[email protected].0":
1384-
version "2.6.0"
1385-
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.0.tgz#06a237892285aa6364a8ff40bb234e5b553b4489"
1386-
integrity sha512-7uZGnLCMR/pnh/5CsyI4y5bBvRndNHFs+AWpMUUjDBcjMRrMaavu37VyyYDz4/ob0BnQJt8RTBN9eArS9PLYAQ==
1382+
"@graphql-codegen/[email protected].2":
1383+
version "2.6.2"
1384+
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.2.tgz#29c766d2e9e5a3deeeb4f1728c1f7b1aca054a22"
1385+
integrity sha512-58T5yf9nEfAhDwN1Vz1hImqpdJ/gGpCGUaroQ5tqskZPf7eZYYVkEXbtqRZZLx1MCCKwjWX4hMtTPpHhwKCkng==
13871386
dependencies:
1388-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1389-
"@graphql-tools/schema" "^8.5.0"
1387+
"@graphql-codegen/plugin-helpers" "^2.6.2"
1388+
"@graphql-tools/schema" "^9.0.0"
13901389
"@graphql-tools/utils" "^8.8.0"
13911390
tslib "~2.4.0"
13921391

1393-
"@graphql-codegen/[email protected].3":
1394-
version "1.5.3"
1395-
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations-preset/-/gql-tag-operations-preset-1.5.3.tgz#0a6b511b92b7ab52a20c4aaffb6add48fd1c9587"
1396-
integrity sha512-CIaqZDXp35wSG0kXDn3em+TAyAP4Eq+VgEdoqXfGQ8KllcJUmLAg4MbJqGONLaarQktzSphE7h2412GWUJJZ1A==
1392+
"@graphql-codegen/[email protected].4":
1393+
version "1.5.4"
1394+
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations-preset/-/gql-tag-operations-preset-1.5.4.tgz#b5ffb5dcb1a3acabc9fd8002ea9ec44964f59b08"
1395+
integrity sha512-B3ViC/uJLVvqk18k4u3dz0u+BkWAoq7ITMLjt5tFDlz3quU+rlaBUJwJAaLUvdemDMZG+TTf3bFBOaP/DpgR7g==
13971396
dependencies:
13981397
"@babel/helper-plugin-utils" "^7.14.5"
13991398
"@babel/template" "^7.15.4"
1400-
"@graphql-codegen/add" "^3.2.0"
1401-
"@graphql-codegen/gql-tag-operations" "^1.3.1"
1402-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1403-
"@graphql-codegen/typed-document-node" "^2.3.1"
1404-
"@graphql-codegen/typescript" "^2.7.1"
1405-
"@graphql-codegen/typescript-operations" "^2.5.1"
1406-
"@graphql-codegen/visitor-plugin-common" "^2.11.1"
1399+
"@graphql-codegen/add" "^3.2.1"
1400+
"@graphql-codegen/gql-tag-operations" "^1.4.1"
1401+
"@graphql-codegen/plugin-helpers" "^2.6.2"
1402+
"@graphql-codegen/typed-document-node" "^2.3.3"
1403+
"@graphql-codegen/typescript" "^2.7.3"
1404+
"@graphql-codegen/typescript-operations" "^2.5.3"
1405+
"@graphql-codegen/visitor-plugin-common" "^2.12.1"
14071406
"@graphql-tools/utils" "^8.8.0"
14081407
tslib "~2.4.0"
14091408

1410-
"@graphql-codegen/gql-tag-operations@^1.3.1":
1411-
version "1.3.1"
1412-
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-1.3.1.tgz#9357f4d73cde4c894ec4c9291a7dd18a4b8c3da9"
1413-
integrity sha512-ELa1/V3mU3BUQHooUiBgpUXBjN+K5mkYftrxhBo+dSb/tNdWcdyJkz7d5aYIh60FirhHDXzaVBpKFRGVDTCJfg==
1409+
"@graphql-codegen/gql-tag-operations@^1.4.1":
1410+
version "1.4.1"
1411+
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-1.4.1.tgz#70457dd386d40c077691ca9d9213ff46846fad90"
1412+
integrity sha512-Ww1NTDq/B21nd97KjpiNOyIFe1pIk8o3f/yqWeGOYJPyM97Dhsf7DIod1rVqTuVH97GXCY71o9yFanvijkSMiQ==
14141413
dependencies:
1415-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1416-
"@graphql-codegen/visitor-plugin-common" "2.11.1"
1414+
"@graphql-codegen/plugin-helpers" "^2.6.2"
1415+
"@graphql-codegen/visitor-plugin-common" "2.12.1"
14171416
"@graphql-tools/utils" "^8.8.0"
14181417
auto-bind "~4.0.0"
14191418
tslib "~2.4.0"
14201419

1421-
"@graphql-codegen/plugin-helpers@^2.5.0", "@graphql-codegen/plugin-helpers@^2.6.1":
1422-
version "2.6.1"
1423-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.1.tgz#0e3abf1a13843abecd1d795fe85a61b7459a7e3a"
1424-
integrity sha512-RbkCPu8rZo+d3tWPUzqnZhgGutp15GVcs9UhaOcenKpCDDQxNxqGGTn76LuAAymT9y7BSnXdY20k1CW59z4nTw==
1420+
"@graphql-codegen/plugin-helpers@^2.6.2":
1421+
version "2.6.2"
1422+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.2.tgz#3c65d89fc9b61914235fc7cb14f1d48492d27944"
1423+
integrity sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==
14251424
dependencies:
14261425
"@graphql-tools/utils" "^8.8.0"
14271426
change-case-all "1.0.14"
@@ -1430,54 +1429,54 @@
14301429
lodash "~4.17.0"
14311430
tslib "~2.4.0"
14321431

1433-
"@graphql-codegen/schema-ast@^2.5.0":
1434-
version "2.5.0"
1435-
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.0.tgz#1b33a17924f0dd4c78d4f2c9dfce215d0bdd29ae"
1436-
integrity sha512-nlF4Yc7h90nmogG2E11TeFJ3/hCkb4SDMSdbJX68b1mhvVEji/kq3zWYKAQ+lAzjZ7HF94Eylm3MrZAjjpCKIA==
1432+
"@graphql-codegen/schema-ast@^2.5.1":
1433+
version "2.5.1"
1434+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c"
1435+
integrity sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==
14371436
dependencies:
1438-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1437+
"@graphql-codegen/plugin-helpers" "^2.6.2"
14391438
"@graphql-tools/utils" "^8.8.0"
14401439
tslib "~2.4.0"
14411440

1442-
"@graphql-codegen/typed-document-node@^2.3.1":
1443-
version "2.3.1"
1444-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.1.tgz#e8778ecb3e7dd9fe1dcd32e230832592e5f9910f"
1445-
integrity sha512-8EnxV1lYAuWmoPRdc8iSI1odEpiNwaR4kRxgCYuNaCjQsCrGRnF46Vb1rCWG+6veODA3BmOjp0g0sCLM5b6EAA==
1441+
"@graphql-codegen/typed-document-node@^2.3.3":
1442+
version "2.3.3"
1443+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.3.tgz#898b36738ee5377d83bd381460faf4c32013afe8"
1444+
integrity sha512-0zUPMr1pAqzMyPvtpnlfCbwQgS22t2kPhhfGQs2Yw32O+0+vn1ACcvxt0x1TfUwspYfFJa8AAXJ8NjwmDVAFMQ==
14461445
dependencies:
1447-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1448-
"@graphql-codegen/visitor-plugin-common" "2.11.1"
1446+
"@graphql-codegen/plugin-helpers" "^2.6.2"
1447+
"@graphql-codegen/visitor-plugin-common" "2.12.1"
14491448
auto-bind "~4.0.0"
14501449
change-case-all "1.0.14"
14511450
tslib "~2.4.0"
14521451

1453-
"@graphql-codegen/typescript-operations@^2.5.1":
1454-
version "2.5.1"
1455-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.1.tgz#99a6f3b3086214086582d2731058ec74090da308"
1456-
integrity sha512-lGv+sPDXGcp/vDdIh7SoQjz8BRCZhLats4Hbqnf6gB7UtIasMvGuFDQyrKb3XAkQQYWqx/xtmEo0rBN8syV+Wg==
1452+
"@graphql-codegen/typescript-operations@^2.5.3":
1453+
version "2.5.3"
1454+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.3.tgz#c6fd3f209e3482b86b08050685af8fa45ab14297"
1455+
integrity sha512-s+pA+Erm0HeBb/D5cNrflwRM5KWhkiA5cbz4uA99l3fzFPveoQBPfRCBu0XAlJLP/kBDy64+o4B8Nfc7wdRtmA==
14571456
dependencies:
1458-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1459-
"@graphql-codegen/typescript" "^2.7.1"
1460-
"@graphql-codegen/visitor-plugin-common" "2.11.1"
1457+
"@graphql-codegen/plugin-helpers" "^2.6.2"
1458+
"@graphql-codegen/typescript" "^2.7.3"
1459+
"@graphql-codegen/visitor-plugin-common" "2.12.1"
14611460
auto-bind "~4.0.0"
14621461
tslib "~2.4.0"
14631462

1464-
"@graphql-codegen/typescript@^2.7.1":
1465-
version "2.7.1"
1466-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.1.tgz#e237dd8829842282245b79ce7ea024aaa3c39afb"
1467-
integrity sha512-qF4SBMgBnLcegba2s9+zC3NwgRhU0Kv+eS8kl9G5ldEHx9Bpu2tft+lk6fjqqhExDzJT+MEOU3Ecog3BzL2R1g==
1463+
"@graphql-codegen/typescript@^2.7.3":
1464+
version "2.7.3"
1465+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.3.tgz#ad786a1c74e16eca8e01e7a8f28078e1c24eeb61"
1466+
integrity sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA==
14681467
dependencies:
1469-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1470-
"@graphql-codegen/schema-ast" "^2.5.0"
1471-
"@graphql-codegen/visitor-plugin-common" "2.11.1"
1468+
"@graphql-codegen/plugin-helpers" "^2.6.2"
1469+
"@graphql-codegen/schema-ast" "^2.5.1"
1470+
"@graphql-codegen/visitor-plugin-common" "2.12.1"
14721471
auto-bind "~4.0.0"
14731472
tslib "~2.4.0"
14741473

1475-
"@graphql-codegen/visitor-plugin-common@2.11.1", "@graphql-codegen/visitor-plugin-common@^2.11.1":
1476-
version "2.11.1"
1477-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.11.1.tgz#2653e25a8888767a6422a204441083299c3a83a4"
1478-
integrity sha512-AlrtGWKn2o89SPna75ATEHYAu95MUMucgBqLgcRvK9n/PHhVAbkDrNCH5pL03fE0HLOup3GpjX8DcnFBMU46IA==
1474+
"@graphql-codegen/visitor-plugin-common@2.12.1", "@graphql-codegen/visitor-plugin-common@^2.12.1":
1475+
version "2.12.1"
1476+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.1.tgz#8d2d24b572afd396381dddef7e2032b0f73c05cc"
1477+
integrity sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==
14791478
dependencies:
1480-
"@graphql-codegen/plugin-helpers" "^2.5.0"
1479+
"@graphql-codegen/plugin-helpers" "^2.6.2"
14811480
"@graphql-tools/optimize" "^1.3.0"
14821481
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
14831482
"@graphql-tools/utils" "^8.8.0"
@@ -1605,14 +1604,22 @@
16051604
p-limit "3.1.0"
16061605
tslib "^2.4.0"
16071606

1608-
"@graphql-tools/[email protected]", "@graphql-tools/merge@^8.2.6":
1607+
"@graphql-tools/[email protected]":
16091608
version "8.3.1"
16101609
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.1.tgz#06121942ad28982a14635dbc87b5d488a041d722"
16111610
integrity sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==
16121611
dependencies:
16131612
"@graphql-tools/utils" "8.9.0"
16141613
tslib "^2.4.0"
16151614

1615+
"@graphql-tools/[email protected]", "@graphql-tools/merge@^8.2.6":
1616+
version "8.3.3"
1617+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.3.tgz#74dd4816c3fc7af38730fc59d1cba6e687d7fb2d"
1618+
integrity sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==
1619+
dependencies:
1620+
"@graphql-tools/utils" "8.10.0"
1621+
tslib "^2.4.0"
1622+
16161623
"@graphql-tools/optimize@^1.3.0":
16171624
version "1.3.0"
16181625
resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-1.3.0.tgz#11ea27ac73e857d882ccfd7a3a981d8d6fb521e2"
@@ -1664,6 +1671,16 @@
16641671
tslib "^2.4.0"
16651672
value-or-promise "1.0.11"
16661673

1674+
"@graphql-tools/schema@^9.0.0":
1675+
version "9.0.1"
1676+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.1.tgz#ba8629107c1f0b9ffad14c08c2a85961967682fd"
1677+
integrity sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw==
1678+
dependencies:
1679+
"@graphql-tools/merge" "8.3.3"
1680+
"@graphql-tools/utils" "8.10.0"
1681+
tslib "^2.4.0"
1682+
value-or-promise "1.0.11"
1683+
16671684
"@graphql-tools/[email protected]", "@graphql-tools/url-loader@^7.13.2", "@graphql-tools/url-loader@^7.9.7":
16681685
version "7.13.3"
16691686
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.13.3.tgz#bbded3c86325c26bdc32d4a8c0a2767e045f6603"
@@ -1685,14 +1702,21 @@
16851702
value-or-promise "^1.0.11"
16861703
ws "^8.3.0"
16871704

1705+
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0", "@graphql-tools/utils@^8.9.0":
1706+
version "8.10.0"
1707+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.10.0.tgz#8e76db7487e19b60cf99fb90c2d6343b2105b331"
1708+
integrity sha512-yI+V373FdXQbYfqdarehn9vRWDZZYuvyQ/xwiv5ez2BbobHrqsexF7qs56plLRaQ8ESYpVAjMQvJWe9s23O0Jg==
1709+
dependencies:
1710+
tslib "^2.4.0"
1711+
16881712
"@graphql-tools/[email protected]":
16891713
version "8.8.0"
16901714
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.8.0.tgz#8332ff80a1da9204ccf514750dd6f5c5cccf17dc"
16911715
integrity sha512-KJrtx05uSM/cPYFdTnGAS1doL5bftJLAiFCDMZ8Vkifztz3BFn3gpFiy/o4wDtM8s39G46mxmt2Km/RmeltfGw==
16921716
dependencies:
16931717
tslib "^2.4.0"
16941718

1695-
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0", "@graphql-tools/utils@^8.9.0":
1719+
"@graphql-tools/[email protected]":
16961720
version "8.9.0"
16971721
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.0.tgz#c6aa5f651c9c99e1aca55510af21b56ec296cdb7"
16981722
integrity sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==
@@ -4836,10 +4860,10 @@ graphql-tag@^2.11.0, graphql-tag@^2.12.6:
48364860
dependencies:
48374861
tslib "^2.1.0"
48384862

4839-
graphql-ws@5.9.1, graphql-ws@^5.4.1:
4840-
version "5.9.1"
4841-
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.9.1.tgz#9c0fa48ceb695d61d574ed3ab21b426729e87f2d"
4842-
integrity sha512-mL/SWGBwIT9Meq0NlfS55yXXTOeWPMbK7bZBEZhFu46bcGk1coTx2Sdtzxdk+9yHWngD+Fk1PZDWaAutQa9tpw==
4863+
graphql-ws@5.10.0, graphql-ws@^5.4.1:
4864+
version "5.10.0"
4865+
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.10.0.tgz#3fb47a4e809e0d2e7c197f1bca754fa9f31b940e"
4866+
integrity sha512-ewbPzHQdRZgNCPDH9Yr6xccSeZfk3fmpO/AGGGg4KkM5gc6oAOJQ10Oui1EqprhVOyRbOll9bw2qAkOiOwfTag==
48434867

48444868
48454869
version "16.0.0-experimental-stream-defer.5"

0 commit comments

Comments
 (0)