Skip to content

Commit 29e8a9c

Browse files
chore(deps): update graphql-tools to 9.0.1 🌟
1 parent cdd56ba commit 29e8a9c

File tree

2 files changed

+102
-76
lines changed

2 files changed

+102
-76
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"graphql": "16.8.1",
112112
"graphql-http": "^1.22.0",
113113
"graphql-playground-middleware-express": "^1.7.23",
114-
"graphql-tools": "8.2.7",
114+
"graphql-tools": "9.0.1",
115115
"http-proxy-middleware": "0.19.1",
116116
"husky": "7.0.4",
117117
"istanbul-lib-coverage": "3.2.2",

yarn.lock

+101-75
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,25 @@
2020
"@jridgewell/gen-mapping" "^0.3.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0":
24-
version "3.5.10"
25-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.5.10.tgz#43463108a6e07ae602cca0afc420805a19339a71"
26-
integrity sha512-tL3iSpFe9Oldq7gYikZK1dcYxp1c01nlSwtsMz75382HcI6fvQXyFXUCJTTK3wgO2/ckaBvRGw7VqjFREdVoRw==
27-
dependencies:
28-
"@graphql-typed-document-node/core" "^3.0.0"
29-
"@wry/context" "^0.6.0"
30-
"@wry/equality" "^0.5.0"
31-
"@wry/trie" "^0.3.0"
32-
graphql-tag "^2.12.3"
23+
"@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0":
24+
version "3.9.11"
25+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.9.11.tgz#737e5c35c21d6f3b78423033ad81837a8a6992e0"
26+
integrity sha512-H7e9m7cRcFO93tokwzqrsbnfKorkpV24xU30hFH5u2g6B+c1DMo/ouyF/YrBPdrTzqxQCjTUmds/FLmJ7626GA==
27+
dependencies:
28+
"@graphql-typed-document-node/core" "^3.1.1"
29+
"@wry/caches" "^1.0.0"
30+
"@wry/equality" "^0.5.6"
31+
"@wry/trie" "^0.5.0"
32+
graphql-tag "^2.12.6"
3333
hoist-non-react-statics "^3.3.2"
34-
optimism "^0.16.1"
34+
optimism "^0.18.0"
3535
prop-types "^15.7.2"
36+
rehackt "0.0.6"
37+
response-iterator "^0.2.6"
3638
symbol-observable "^4.0.0"
37-
ts-invariant "^0.9.4"
39+
ts-invariant "^0.10.3"
3840
tslib "^2.3.0"
39-
zen-observable-ts "^1.2.0"
41+
zen-observable-ts "^1.2.5"
4042

4143
4244
version "2.2.4"
@@ -2293,14 +2295,6 @@
22932295
p-limit "3.1.0"
22942296
tslib "^2.4.0"
22952297

2296-
"@graphql-tools/[email protected]":
2297-
version "8.2.9"
2298-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.9.tgz#f4bb6ca58d0d89dbfa4fded6a1457bb359de1450"
2299-
integrity sha512-mHRrqMc1NTL6MALBQK1DmAzSxJIKoaCaW7ZCk5bRGzVj/MNQz3OsqlDb/+t9/ONT0V+WI/uxBFsrLMwa4p6L7A==
2300-
dependencies:
2301-
"@graphql-tools/utils" "8.6.8"
2302-
tslib "~2.3.0"
2303-
23042298
"@graphql-tools/merge@^8.4.1":
23052299
version "8.4.2"
23062300
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.2.tgz#95778bbe26b635e8d2f60ce9856b388f11fe8288"
@@ -2309,15 +2303,23 @@
23092303
"@graphql-tools/utils" "^9.2.1"
23102304
tslib "^2.4.0"
23112305

2312-
"@graphql-tools/[email protected]":
2313-
version "8.3.9"
2314-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.9.tgz#2b83464a0ef083c92d7076da0fa5939f2f5a1e34"
2315-
integrity sha512-9YFCzn0sYAGTWhZrVYY/neK5cie3s0dNm7Qq38tkhOh2ME5BtHW/8ZIq+UrLGKsBYwa+Qjb/UojGWUm2yG/z6Q==
2306+
"@graphql-tools/merge@^9.0.3":
2307+
version "9.0.4"
2308+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.4.tgz#66c34cbc2b9a99801c0efca7b8134b2c9aecdb06"
2309+
integrity sha512-MivbDLUQ+4Q8G/Hp/9V72hbn810IJDEZQ57F01sHnlrrijyadibfVhaQfW/pNH+9T/l8ySZpaR/DpL5i+ruZ+g==
2310+
dependencies:
2311+
"@graphql-tools/utils" "^10.0.13"
2312+
tslib "^2.4.0"
2313+
2314+
"@graphql-tools/schema@^10.0.3":
2315+
version "10.0.4"
2316+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.4.tgz#d4fc739a2cc07b4fc5f31a714178a561cba210cd"
2317+
integrity sha512-HuIwqbKxPaJujox25Ra4qwz0uQzlpsaBOzO6CVfzB/MemZdd+Gib8AIvfhQArK0YIN40aDran/yi+E5Xf0mQww==
23162318
dependencies:
2317-
"@graphql-tools/merge" "8.2.9"
2318-
"@graphql-tools/utils" "8.6.8"
2319-
tslib "~2.3.0"
2320-
value-or-promise "1.0.11"
2319+
"@graphql-tools/merge" "^9.0.3"
2320+
"@graphql-tools/utils" "^10.2.1"
2321+
tslib "^2.4.0"
2322+
value-or-promise "^1.0.12"
23212323

23222324
"@graphql-tools/schema@^9.0.18":
23232325
version "9.0.19"
@@ -2329,12 +2331,15 @@
23292331
tslib "^2.4.0"
23302332
value-or-promise "^1.0.12"
23312333

2332-
"@graphql-tools/utils@8.6.8":
2333-
version "8.6.8"
2334-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.8.tgz#a0824ed5810f66c504df4e97c5900786ac0c260e"
2335-
integrity sha512-EdUUeKi/wp/UvuknyINpQ/uXDqTM3qxPPPDIq5RpfW0zQOeCvbZcx8xHoMox0TYKvKtg3zoB7aprUtoW+iZLxw==
2334+
"@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.2.1":
2335+
version "10.2.1"
2336+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.2.1.tgz#5816c1ebbe0adb8b039bd94b1f41c5ffa0dcc41e"
2337+
integrity sha512-U8OMdkkEt3Vp3uYHU2pMc6mwId7axVAcSSmcqJcUmWNPqY2pfee5O655ybTI2kNPWAe58Zu6gLu4Oi4QT4BgWA==
23362338
dependencies:
2337-
tslib "~2.3.0"
2339+
"@graphql-typed-document-node/core" "^3.1.1"
2340+
cross-inspect "1.0.0"
2341+
dset "^3.1.2"
2342+
tslib "^2.4.0"
23382343

23392344
"@graphql-tools/utils@^9.2.1":
23402345
version "9.2.1"
@@ -2344,7 +2349,7 @@
23442349
"@graphql-typed-document-node/core" "^3.1.1"
23452350
tslib "^2.4.0"
23462351

2347-
"@graphql-typed-document-node/core@^3.0.0", "@graphql-typed-document-node/core@^3.1.1":
2352+
"@graphql-typed-document-node/core@^3.1.1":
23482353
version "3.2.0"
23492354
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
23502355
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
@@ -4368,10 +4373,10 @@
43684373
"@webassemblyjs/ast" "1.11.6"
43694374
"@xtuc/long" "4.2.2"
43704375

4371-
"@wry/context@^0.6.0":
4372-
version "0.6.1"
4373-
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
4374-
integrity sha512-LOmVnY1iTU2D8tv4Xf6MVMZZ+juIJ87Kt/plMijjN20NMAXGmH4u8bS1t0uT74cZ5gwpocYueV58YwyI8y+GKw==
4376+
"@wry/caches@^1.0.0":
4377+
version "1.0.1"
4378+
resolved "https://registry.yarnpkg.com/@wry/caches/-/caches-1.0.1.tgz#8641fd3b6e09230b86ce8b93558d44cf1ece7e52"
4379+
integrity sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==
43754380
dependencies:
43764381
tslib "^2.3.0"
43774382

@@ -4382,17 +4387,24 @@
43824387
dependencies:
43834388
tslib "^2.3.0"
43844389

4385-
"@wry/equality@^0.5.0":
4386-
version "0.5.6"
4387-
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.6.tgz#cd4a533c72c3752993ab8cbf682d3d20e3cb601e"
4388-
integrity sha512-D46sfMTngaYlrH+OspKf8mIJETntFnf6Hsjb0V41jAXJ7Bx2kB8Rv8RCUujuVWYttFtHkUNp7g+FwxNQAr6mXA==
4390+
"@wry/equality@^0.5.6":
4391+
version "0.5.7"
4392+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.7.tgz#72ec1a73760943d439d56b7b1e9985aec5d497bb"
4393+
integrity sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==
43894394
dependencies:
43904395
tslib "^2.3.0"
43914396

4392-
"@wry/trie@^0.3.0":
4393-
version "0.3.2"
4394-
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.2.tgz#a06f235dc184bd26396ba456711f69f8c35097e6"
4395-
integrity sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==
4397+
"@wry/trie@^0.4.3":
4398+
version "0.4.3"
4399+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.4.3.tgz#077d52c22365871bf3ffcbab8e95cb8bc5689af4"
4400+
integrity sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==
4401+
dependencies:
4402+
tslib "^2.3.0"
4403+
4404+
"@wry/trie@^0.5.0":
4405+
version "0.5.0"
4406+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.5.0.tgz#11e783f3a53f6e4cd1d42d2d1323f5bc3fa99c94"
4407+
integrity sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==
43964408
dependencies:
43974409
tslib "^2.3.0"
43984410

@@ -5710,6 +5722,13 @@ cross-fetch@^3.1.5:
57105722
dependencies:
57115723
node-fetch "^2.6.12"
57125724

5725+
5726+
version "1.0.0"
5727+
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af"
5728+
integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==
5729+
dependencies:
5730+
tslib "^2.4.0"
5731+
57135732
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
57145733
version "7.0.3"
57155734
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -6151,6 +6170,11 @@ [email protected]:
61516170
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
61526171
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
61536172

6173+
dset@^3.1.2:
6174+
version "3.1.3"
6175+
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.3.tgz#c194147f159841148e8e34ca41f638556d9542d2"
6176+
integrity sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==
6177+
61546178
duplexer@~0.1.1:
61556179
version "0.1.2"
61566180
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
@@ -7535,22 +7559,22 @@ graphql-playground-middleware-express@^1.7.23:
75357559
dependencies:
75367560
graphql-playground-html "^1.6.30"
75377561

7538-
graphql-tag@^2.12.3:
7562+
graphql-tag@^2.12.6:
75397563
version "2.12.6"
75407564
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
75417565
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
75427566
dependencies:
75437567
tslib "^2.1.0"
75447568

7545-
graphql-tools@8.2.7:
7546-
version "8.2.7"
7547-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-8.2.7.tgz#6f168aae2e9da9de867095e18993e86d8dd6d335"
7548-
integrity sha512-9wUgcBgeH6GSYhiO8/aUVd5DqCBRv8qim45CzMqQsxrzYhhiBXMcbJS7tgFdhaOXGBZzmkEADJ7EqwdZ+4Uppw==
7569+
graphql-tools@9.0.1:
7570+
version "9.0.1"
7571+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-9.0.1.tgz#a66554275318c4b368023d7a6d4731fd61086b34"
7572+
integrity sha512-iiIwmaAdsrm23HgnJtpATV9ndsjp/zyfmAJEM8jwckUDxr32HlsD1h3arbs1ck98Gp20kudZkVg+F7s9YpdnWg==
75497573
dependencies:
7550-
"@graphql-tools/schema" "8.3.9"
7551-
tslib "~2.3.0"
7574+
"@graphql-tools/schema" "^10.0.3"
7575+
tslib "^2.4.0"
75527576
optionalDependencies:
7553-
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0"
7577+
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0"
75547578

75557579
75567580
version "15.8.0"
@@ -10019,13 +10043,15 @@ open@^7.4.2:
1001910043
is-docker "^2.0.0"
1002010044
is-wsl "^2.1.1"
1002110045

10022-
optimism@^0.16.1:
10023-
version "0.16.2"
10024-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081"
10025-
integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==
10046+
optimism@^0.18.0:
10047+
version "0.18.0"
10048+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.18.0.tgz#e7bb38b24715f3fdad8a9a7fc18e999144bbfa63"
10049+
integrity sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==
1002610050
dependencies:
10051+
"@wry/caches" "^1.0.0"
1002710052
"@wry/context" "^0.7.0"
10028-
"@wry/trie" "^0.3.0"
10053+
"@wry/trie" "^0.4.3"
10054+
tslib "^2.3.0"
1002910055

1003010056
optionator@^0.9.3:
1003110057
version "0.9.3"
@@ -10923,6 +10949,11 @@ regjsparser@^0.9.1:
1092310949
dependencies:
1092410950
jsesc "~0.5.0"
1092510951

10952+
10953+
version "0.0.6"
10954+
resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.0.6.tgz#7a0a2247f2295e7548915417e44fbbf03bf004f4"
10955+
integrity sha512-l3WEzkt4ntlEc/IB3/mF6SRgNHA6zfQR7BlGOgBTOmx7IJJXojDASav+NsgXHFjHn+6RmwqsGPFgZpabWpeOdw==
10956+
1092610957
release-zalgo@^1.0.0:
1092710958
version "1.0.0"
1092810959
resolved "https://registry.yarnpkg.com/release-zalgo/-/release-zalgo-1.0.0.tgz#09700b7e5074329739330e535c5a90fb67851730"
@@ -11010,6 +11041,11 @@ resolve@^2.0.0-next.4:
1101011041
path-parse "^1.0.7"
1101111042
supports-preserve-symlinks-flag "^1.0.0"
1101211043

11044+
response-iterator@^0.2.6:
11045+
version "0.2.6"
11046+
resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da"
11047+
integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
11048+
1101311049
restore-cursor@^3.1.0:
1101411050
version "3.1.0"
1101511051
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
@@ -11953,10 +11989,10 @@ treeverse@^3.0.0:
1195311989
resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1195411990
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1195511991

11956-
ts-invariant@^0.9.4:
11957-
version "0.9.4"
11958-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.9.4.tgz#42ac6c791aade267dd9dc65276549df5c5d71cac"
11959-
integrity sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ==
11992+
ts-invariant@^0.10.3:
11993+
version "0.10.3"
11994+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.10.3.tgz#3e048ff96e91459ffca01304dbc7f61c1f642f6c"
11995+
integrity sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==
1196011996
dependencies:
1196111997
tslib "^2.1.0"
1196211998

@@ -12004,11 +12040,6 @@ tslib@^2.1.0, tslib@^2.6.2:
1200412040
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1200512041
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
1200612042

12007-
tslib@~2.3.0:
12008-
version "2.3.1"
12009-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
12010-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
12011-
1201212043
tsutils@^3.21.0:
1201312044
version "3.21.0"
1201412045
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
@@ -12326,11 +12357,6 @@ value-equal@^1.0.1:
1232612357
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
1232712358
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
1232812359

12329-
12330-
version "1.0.11"
12331-
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140"
12332-
integrity sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==
12333-
1233412360
value-or-promise@^1.0.12:
1233512361
version "1.0.12"
1233612362
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
@@ -12841,7 +12867,7 @@ [email protected]:
1284112867
property-expr "^2.0.4"
1284212868
toposort "^2.0.2"
1284312869

12844-
zen-observable-ts@^1.2.0:
12870+
zen-observable-ts@^1.2.5:
1284512871
version "1.2.5"
1284612872
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58"
1284712873
integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==

0 commit comments

Comments
 (0)