Skip to content

Commit b506b71

Browse files
chore(deps): update graphql-tools to 9.0.21 🌟
1 parent ef8a933 commit b506b71

File tree

2 files changed

+82
-97
lines changed

2 files changed

+82
-97
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"graphql": "16.8.1",
113113
"graphql-http": "^1.22.0",
114114
"graphql-playground-middleware-express": "^1.7.23",
115-
"graphql-tools": "8.2.7",
115+
"graphql-tools": "9.0.21",
116116
"http-proxy-middleware": "0.19.1",
117117
"husky": "7.0.4",
118118
"istanbul-lib-coverage": "3.2.2",

yarn.lock

Lines changed: 81 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,18 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0":
19-
version "3.5.10"
20-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.5.10.tgz#43463108a6e07ae602cca0afc420805a19339a71"
21-
integrity sha512-tL3iSpFe9Oldq7gYikZK1dcYxp1c01nlSwtsMz75382HcI6fvQXyFXUCJTTK3wgO2/ckaBvRGw7VqjFREdVoRw==
22-
dependencies:
23-
"@graphql-typed-document-node/core" "^3.0.0"
24-
"@wry/context" "^0.6.0"
25-
"@wry/equality" "^0.5.0"
26-
"@wry/trie" "^0.3.0"
27-
graphql-tag "^2.12.3"
28-
hoist-non-react-statics "^3.3.2"
29-
optimism "^0.16.1"
30-
prop-types "^15.7.2"
31-
symbol-observable "^4.0.0"
32-
ts-invariant "^0.9.4"
18+
"@apollo/client@~4.0.5":
19+
version "4.0.9"
20+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-4.0.9.tgz#fdc0388f73a1640f3da30a8791e448b96ad0b49a"
21+
integrity sha512-Lh2drMzFE9x5jVS8RKmlGL5SORkvpyUJIT+wTErxDUR2HpWePiBfhhcHHRSlZFiCR866ewCv4euTc4IDF0GWxw==
22+
dependencies:
23+
"@graphql-typed-document-node/core" "^3.1.1"
24+
"@wry/caches" "^1.0.0"
25+
"@wry/equality" "^0.5.6"
26+
"@wry/trie" "^0.5.0"
27+
graphql-tag "^2.12.6"
28+
optimism "^0.18.0"
3329
tslib "^2.3.0"
34-
zen-observable-ts "^1.2.0"
3530

3631
3732
version "2.2.4"
@@ -2303,14 +2298,6 @@
23032298
p-limit "3.1.0"
23042299
tslib "^2.4.0"
23052300

2306-
"@graphql-tools/[email protected]":
2307-
version "8.2.9"
2308-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.9.tgz#f4bb6ca58d0d89dbfa4fded6a1457bb359de1450"
2309-
integrity sha512-mHRrqMc1NTL6MALBQK1DmAzSxJIKoaCaW7ZCk5bRGzVj/MNQz3OsqlDb/+t9/ONT0V+WI/uxBFsrLMwa4p6L7A==
2310-
dependencies:
2311-
"@graphql-tools/utils" "8.6.8"
2312-
tslib "~2.3.0"
2313-
23142301
"@graphql-tools/merge@^8.4.1":
23152302
version "8.4.2"
23162303
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.2.tgz#95778bbe26b635e8d2f60ce9856b388f11fe8288"
@@ -2319,15 +2306,22 @@
23192306
"@graphql-tools/utils" "^9.2.1"
23202307
tslib "^2.4.0"
23212308

2322-
"@graphql-tools/[email protected]":
2323-
version "8.3.9"
2324-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.9.tgz#2b83464a0ef083c92d7076da0fa5939f2f5a1e34"
2325-
integrity sha512-9YFCzn0sYAGTWhZrVYY/neK5cie3s0dNm7Qq38tkhOh2ME5BtHW/8ZIq+UrLGKsBYwa+Qjb/UojGWUm2yG/z6Q==
2309+
"@graphql-tools/merge@^9.1.2":
2310+
version "9.1.2"
2311+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.1.2.tgz#87df125621c207e0dbcb05d206757d921cd1c314"
2312+
integrity sha512-Ny9YhWKv+KxZFdXYt+wlyEW55GzhFiq4daV4wYgpP0aRbwQaczNJd1L3VjjBsPKjmW8lctZXUoqYTqU5QPcBGw==
23262313
dependencies:
2327-
"@graphql-tools/merge" "8.2.9"
2328-
"@graphql-tools/utils" "8.6.8"
2329-
tslib "~2.3.0"
2330-
value-or-promise "1.0.11"
2314+
"@graphql-tools/utils" "^10.10.0"
2315+
tslib "^2.4.0"
2316+
2317+
"@graphql-tools/schema@^10.0.26":
2318+
version "10.0.26"
2319+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.26.tgz#ecc29b0d31a6a53c8c4ec7ecffbc56602e5fe2f4"
2320+
integrity sha512-KOmjuiWa9poP/Lza4HV0ZBPYGJI3VE3QzXA/8e0+wjcsRuEmxMLP82re1PUg0QRzp2UzifAB/gd7DoXmVGG9Fg==
2321+
dependencies:
2322+
"@graphql-tools/merge" "^9.1.2"
2323+
"@graphql-tools/utils" "^10.10.0"
2324+
tslib "^2.4.0"
23312325

23322326
"@graphql-tools/schema@^9.0.18":
23332327
version "9.0.19"
@@ -2339,12 +2333,16 @@
23392333
tslib "^2.4.0"
23402334
value-or-promise "^1.0.12"
23412335

2342-
"@graphql-tools/utils@8.6.8":
2343-
version "8.6.8"
2344-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.8.tgz#a0824ed5810f66c504df4e97c5900786ac0c260e"
2345-
integrity sha512-EdUUeKi/wp/UvuknyINpQ/uXDqTM3qxPPPDIq5RpfW0zQOeCvbZcx8xHoMox0TYKvKtg3zoB7aprUtoW+iZLxw==
2336+
"@graphql-tools/utils@^10.10.0":
2337+
version "10.10.0"
2338+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.10.0.tgz#9b8eb5cb9bb101442c1145ee35beddda87ae40d3"
2339+
integrity sha512-OOeab5Y9qeKq0zfoJCSScMcDfGcIxp05+LW2xYVCS2l3su+K3lYcg5+cAAx9n0SFxpJl8zF5denq2QDsfM7NnQ==
23462340
dependencies:
2347-
tslib "~2.3.0"
2341+
"@graphql-typed-document-node/core" "^3.1.1"
2342+
"@whatwg-node/promise-helpers" "^1.0.0"
2343+
cross-inspect "1.0.1"
2344+
dset "^3.1.4"
2345+
tslib "^2.4.0"
23482346

23492347
"@graphql-tools/utils@^9.2.1":
23502348
version "9.2.1"
@@ -2354,7 +2352,7 @@
23542352
"@graphql-typed-document-node/core" "^3.1.1"
23552353
tslib "^2.4.0"
23562354

2357-
"@graphql-typed-document-node/core@^3.0.0", "@graphql-typed-document-node/core@^3.1.1":
2355+
"@graphql-typed-document-node/core@^3.1.1":
23582356
version "3.2.0"
23592357
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
23602358
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
@@ -4748,15 +4746,22 @@
47484746
"@webassemblyjs/ast" "1.14.1"
47494747
"@xtuc/long" "4.2.2"
47504748

4749+
"@whatwg-node/promise-helpers@^1.0.0":
4750+
version "1.3.2"
4751+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d"
4752+
integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==
4753+
dependencies:
4754+
tslib "^2.6.3"
4755+
47514756
"@wojtekmaj/date-utils@^2.0.2":
47524757
version "2.0.2"
47534758
resolved "https://registry.yarnpkg.com/@wojtekmaj/date-utils/-/date-utils-2.0.2.tgz#fec06771ad2ac5cb8d03769e97d2d35a3019df06"
47544759
integrity sha512-Do66mSlSNifFFuo3l9gNKfRMSFi26CRuQMsDJuuKO/ekrDWuTTtE4ZQxoFCUOG+NgxnpSeBq/k5TY8ZseEzLpA==
47554760

4756-
"@wry/context@^0.6.0":
4757-
version "0.6.1"
4758-
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
4759-
integrity sha512-LOmVnY1iTU2D8tv4Xf6MVMZZ+juIJ87Kt/plMijjN20NMAXGmH4u8bS1t0uT74cZ5gwpocYueV58YwyI8y+GKw==
4761+
"@wry/caches@^1.0.0":
4762+
version "1.0.1"
4763+
resolved "https://registry.yarnpkg.com/@wry/caches/-/caches-1.0.1.tgz#8641fd3b6e09230b86ce8b93558d44cf1ece7e52"
4764+
integrity sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==
47604765
dependencies:
47614766
tslib "^2.3.0"
47624767

@@ -4767,17 +4772,17 @@
47674772
dependencies:
47684773
tslib "^2.3.0"
47694774

4770-
"@wry/equality@^0.5.0":
4775+
"@wry/equality@^0.5.6":
47714776
version "0.5.7"
47724777
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.7.tgz#72ec1a73760943d439d56b7b1e9985aec5d497bb"
47734778
integrity sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==
47744779
dependencies:
47754780
tslib "^2.3.0"
47764781

4777-
"@wry/trie@^0.3.0":
4778-
version "0.3.2"
4779-
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.2.tgz#a06f235dc184bd26396ba456711f69f8c35097e6"
4780-
integrity sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==
4782+
"@wry/trie@^0.5.0":
4783+
version "0.5.0"
4784+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.5.0.tgz#11e783f3a53f6e4cd1d42d2d1323f5bc3fa99c94"
4785+
integrity sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==
47814786
dependencies:
47824787
tslib "^2.3.0"
47834788

@@ -5994,6 +5999,13 @@ cross-fetch@^3.1.5:
59945999
dependencies:
59956000
node-fetch "^2.6.12"
59966001

6002+
6003+
version "1.0.1"
6004+
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.1.tgz#15f6f65e4ca963cf4cc1a2b5fef18f6ca328712b"
6005+
integrity sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==
6006+
dependencies:
6007+
tslib "^2.4.0"
6008+
59976009
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
59986010
version "7.0.6"
59996011
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
@@ -6341,6 +6353,11 @@ [email protected]:
63416353
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
63426354
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
63436355

6356+
dset@^3.1.4:
6357+
version "3.1.4"
6358+
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248"
6359+
integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==
6360+
63446361
dunder-proto@^1.0.0, dunder-proto@^1.0.1:
63456362
version "1.0.1"
63466363
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
@@ -7532,22 +7549,22 @@ graphql-playground-middleware-express@^1.7.23:
75327549
dependencies:
75337550
graphql-playground-html "^1.6.30"
75347551

7535-
graphql-tag@^2.12.3:
7552+
graphql-tag@^2.12.6:
75367553
version "2.12.6"
75377554
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
75387555
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
75397556
dependencies:
75407557
tslib "^2.1.0"
75417558

7542-
graphql-tools@8.2.7:
7543-
version "8.2.7"
7544-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-8.2.7.tgz#6f168aae2e9da9de867095e18993e86d8dd6d335"
7545-
integrity sha512-9wUgcBgeH6GSYhiO8/aUVd5DqCBRv8qim45CzMqQsxrzYhhiBXMcbJS7tgFdhaOXGBZzmkEADJ7EqwdZ+4Uppw==
7559+
graphql-tools@9.0.21:
7560+
version "9.0.21"
7561+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-9.0.21.tgz#e1ad73d3fd9062040831c311a79b6a8ea111e67c"
7562+
integrity sha512-9TeBjtjLOM3aV1CmxmdqBa6Ga+RIUVK0b4hiODTg98Tp4dAUnavsGVHvj1M4UF8CGxc+fFkAFhrl2CyPWwXByw==
75467563
dependencies:
7547-
"@graphql-tools/schema" "8.3.9"
7548-
tslib "~2.3.0"
7564+
"@graphql-tools/schema" "^10.0.26"
7565+
tslib "^2.4.0"
75497566
optionalDependencies:
7550-
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0"
7567+
"@apollo/client" "~4.0.5"
75517568

75527569
75537570
version "15.8.0"
@@ -7656,7 +7673,7 @@ [email protected], history@^4.9.0:
76567673
tiny-warning "^1.0.0"
76577674
value-equal "^1.0.1"
76587675

7659-
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
7676+
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1:
76607677
version "3.3.2"
76617678
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
76627679
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -9797,13 +9814,15 @@ open@^7.4.2:
97979814
is-docker "^2.0.0"
97989815
is-wsl "^2.1.1"
97999816

9800-
optimism@^0.16.1:
9801-
version "0.16.2"
9802-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081"
9803-
integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==
9817+
optimism@^0.18.0:
9818+
version "0.18.1"
9819+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.18.1.tgz#5cf16847921413dbb0ac809907370388b9c6335f"
9820+
integrity sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ==
98049821
dependencies:
9822+
"@wry/caches" "^1.0.0"
98059823
"@wry/context" "^0.7.0"
9806-
"@wry/trie" "^0.3.0"
9824+
"@wry/trie" "^0.5.0"
9825+
tslib "^2.3.0"
98079826

98089827
optionator@^0.9.3:
98099828
version "0.9.4"
@@ -11550,11 +11569,6 @@ supports-preserve-symlinks-flag@^1.0.0:
1155011569
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
1155111570
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
1155211571

11553-
symbol-observable@^4.0.0:
11554-
version "4.0.0"
11555-
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-4.0.0.tgz#5b425f192279e87f2f9b937ac8540d1984b39205"
11556-
integrity sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==
11557-
1155811572
symbol-tree@^3.2.4:
1155911573
version "3.2.4"
1156011574
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
@@ -11790,13 +11804,6 @@ ts-api-utils@^2.1.0:
1179011804
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
1179111805
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1179211806

11793-
ts-invariant@^0.9.4:
11794-
version "0.9.4"
11795-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.9.4.tgz#42ac6c791aade267dd9dc65276549df5c5d71cac"
11796-
integrity sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ==
11797-
dependencies:
11798-
tslib "^2.1.0"
11799-
1180011807
1180111808
version "10.9.2"
1180211809
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
@@ -11816,16 +11823,11 @@ [email protected]:
1181611823
v8-compile-cache-lib "^3.0.1"
1181711824
yn "3.1.1"
1181811825

11819-
tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.7.0, tslib@^2.8.1:
11826+
tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.6.3, tslib@^2.7.0, tslib@^2.8.1:
1182011827
version "2.8.1"
1182111828
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
1182211829
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
1182311830

11824-
tslib@~2.3.0:
11825-
version "2.3.1"
11826-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
11827-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
11828-
1182911831
tuf-js@^1.1.7:
1183011832
version "1.1.7"
1183111833
resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-1.1.7.tgz#21b7ae92a9373015be77dfe0cb282a80ec3bbe43"
@@ -12121,11 +12123,6 @@ value-equal@^1.0.1:
1212112123
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
1212212124
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
1212312125

12124-
12125-
version "1.0.11"
12126-
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140"
12127-
integrity sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==
12128-
1212912126
value-or-promise@^1.0.12:
1213012127
version "1.0.12"
1213112128
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
@@ -12642,15 +12639,3 @@ [email protected]:
1264212639
nanoclone "^0.2.1"
1264312640
property-expr "^2.0.4"
1264412641
toposort "^2.0.2"
12645-
12646-
zen-observable-ts@^1.2.0:
12647-
version "1.2.5"
12648-
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58"
12649-
integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==
12650-
dependencies:
12651-
zen-observable "0.8.15"
12652-
12653-
12654-
version "0.8.15"
12655-
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15"
12656-
integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==

0 commit comments

Comments
 (0)