Skip to content

Commit 2d80246

Browse files
committed
fix(deps): update dependency @graphql-yoga/node to v2.13.1
1 parent c2ba41c commit 2d80246

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@n1ru4l/in-memory-live-query-store": "*",
7-
"@graphql-yoga/node": "2.12.0",
7+
"@graphql-yoga/node": "2.13.1",
88
"graphql": "16.0.0-experimental-stream-defer.5"
99
},
1010
"devDependencies": {

yarn.lock

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,38 +1674,47 @@
16741674
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
16751675
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
16761676

1677-
"@graphql-yoga/common@^2.11.0":
1678-
version "2.11.0"
1679-
resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.11.0.tgz#7522bf40cf048f98e9adcf1e9129973ab8310d19"
1680-
integrity sha512-mF11D8hSP9v71aRg5xiMhlfwbvW9KZR4PqIqDgqXKaplJypF+42RFLRFum5hKZloxQojHw2zvAUCfiGQVuKu0g==
1677+
"@graphql-yoga/common@^2.12.1":
1678+
version "2.12.1"
1679+
resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.12.1.tgz#2c28a3d3ae6c56c2fd13d2607b765704554994e3"
1680+
integrity sha512-umB1CN0DyOFp7/TIhosYMaRgWPBZDdwpHwB3jfEPQEQ7sQ3SpuWrVqh2MvFMjwPPsMD7LIM5x1fR0u1QbM9MjQ==
16811681
dependencies:
16821682
"@envelop/core" "^2.4.0"
16831683
"@envelop/parser-cache" "^4.4.0"
16841684
"@envelop/validation-cache" "^4.4.0"
16851685
"@graphql-tools/schema" "^8.5.0"
16861686
"@graphql-tools/utils" "^8.8.0"
16871687
"@graphql-typed-document-node/core" "^3.1.1"
1688-
"@graphql-yoga/subscription" "^2.1.0"
1688+
"@graphql-yoga/subscription" "^2.2.1"
16891689
cross-undici-fetch "^0.4.2"
16901690
dset "^3.1.1"
16911691
tslib "^2.3.1"
16921692

1693-
"@graphql-yoga/node@2.12.0":
1694-
version "2.12.0"
1695-
resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.12.0.tgz#0b51661414bbf91d933e87d10db9a1a4c1bbbe8f"
1696-
integrity sha512-p0hcNyOHGX2jsisEfVX+Wl1zPMwBqCuZiC0UH9681DZxkyqLvBYR6tyO9AQRePhQbkBHFlHxiKIMpklWtnx2zA==
1693+
"@graphql-yoga/node@2.13.1":
1694+
version "2.13.1"
1695+
resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.13.1.tgz#c6295d03f86ed253e5b225f76acc769a2405c492"
1696+
integrity sha512-AWlm9sbwsdWp1xSmOt3Iub0nrlz6N87HZCgv9xfQJJONyzjhqbK0MzgWlpU6fFAudars+oGH13XJCh+QW9Rxnw==
16971697
dependencies:
16981698
"@envelop/core" "^2.4.0"
16991699
"@graphql-tools/utils" "^8.8.0"
1700-
"@graphql-yoga/common" "^2.11.0"
1701-
"@graphql-yoga/subscription" "^2.1.0"
1700+
"@graphql-yoga/common" "^2.12.1"
1701+
"@graphql-yoga/subscription" "^2.2.1"
17021702
cross-undici-fetch "^0.4.2"
17031703
tslib "^2.3.1"
17041704

1705-
"@graphql-yoga/subscription@^2.1.0":
1706-
version "2.1.0"
1707-
resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-2.1.0.tgz#dc404a9a605284783253d509ec528caa000a2004"
1708-
integrity sha512-MXqYYGVx3xOQ2DeDEKIMx4ZEkSZm8IvLnT+/IEXgqLrEdn4wGVODddtDDkR9C4d8aQU1pB1eyr7yoj8JjYXKAQ==
1705+
"@graphql-yoga/subscription@^2.2.1":
1706+
version "2.2.1"
1707+
resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-2.2.1.tgz#6a5a9ac00be04e175ae2a7b0e967fad8f849b882"
1708+
integrity sha512-IX0C6zgPxlM89mXvnRruNJKlcO+W3qHAD4TwVIWBuro6P8dh83griOfC/isCfeeaCtw7bqflcvloJb3OJXcIeA==
1709+
dependencies:
1710+
"@graphql-yoga/typed-event-target" "^0.1.0"
1711+
"@repeaterjs/repeater" "^3.0.4"
1712+
tslib "^2.3.1"
1713+
1714+
"@graphql-yoga/typed-event-target@^0.1.0":
1715+
version "0.1.0"
1716+
resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-0.1.0.tgz#c83b4f3cb2793ba29c3442193c9369884fe8fde6"
1717+
integrity sha512-3zsJSSUgrJalE1/KoNN1ga1jU6GhTyEnAWACMP2vFzr3hkVyhB3QIkAYaGOVu0sg87K67gfD8QblT+WFZbsX6g==
17091718
dependencies:
17101719
"@repeaterjs/repeater" "^3.0.4"
17111720
tslib "^2.3.1"

0 commit comments

Comments
 (0)