Skip to content

Commit a8dcf02

Browse files
chore(deps): update dependency graphql-subscriptions to v3
1 parent 70775a7 commit a8dcf02

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-import": "2.31.0",
4949
"eslint-plugin-prettier": "5.2.1",
5050
"graphql": "16.9.0",
51-
"graphql-subscriptions": "2.0.0",
51+
"graphql-subscriptions": "3.0.0",
5252
"husky": "9.1.7",
5353
"jest": "29.7.0",
5454
"lerna": "8.1.9",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5607,12 +5607,10 @@ graphql-jit@0.8.4:
56075607
lodash.merge "4.6.2"
56085608
lodash.mergewith "4.6.2"
56095609

5610-
graphql-subscriptions@2.0.0:
5611-
version "2.0.0"
5612-
resolved "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz"
5613-
integrity sha512-s6k2b8mmt9gF9pEfkxsaO1lTxaySfKoEJzEfmwguBbQ//Oq23hIXCfR1hm4kdh5hnR20RdwB+s3BCb+0duHSZA==
5614-
dependencies:
5615-
iterall "^1.3.0"
5610+
graphql-subscriptions@3.0.0:
5611+
version "3.0.0"
5612+
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-3.0.0.tgz#820c846ef271414c08f64827b5c9a192801e1b6f"
5613+
integrity sha512-kZCdevgmzDjGAOqH7GlDmQXYAkuHoKpMlJrqF40HMPhUhM5ZWSFSxCwD/nSi6AkaijmMfsFhoJRGJ27UseCvRA==
56165614

56175615
graphql-tag@2.12.6:
56185616
version "2.12.6"
@@ -6515,7 +6513,7 @@ istanbul-reports@^3.1.3:
65156513
html-escaper "^2.0.0"
65166514
istanbul-lib-report "^3.0.0"
65176515

6518-
iterall@1.3.0, iterall@^1.2.1, iterall@^1.3.0:
6516+
iterall@1.3.0, iterall@^1.2.1:
65196517
version "1.3.0"
65206518
resolved "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz"
65216519
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==

0 commit comments

Comments
 (0)