Skip to content

Commit 802d257

Browse files
chore(deps): update (#97)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b51b2c2 commit 802d257

File tree

13 files changed

+1864
-1984
lines changed

13 files changed

+1864
-1984
lines changed

.yarn/releases/yarn-3.6.0.cjs renamed to .yarn/releases/yarn-3.6.1.cjs

Lines changed: 156 additions & 156 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
55
spec: '@yarnpkg/plugin-interactive-tools'
66

7-
yarnPath: .yarn/releases/yarn-3.6.0.cjs
7+
yarnPath: .yarn/releases/yarn-3.6.1.cjs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ const client = createClient({
487487
<summary><a href="#browser">🔗</a> Client usage in browser</summary>
488488

489489
```html
490-
<!DOCTYPE html>
490+
<!doctype html>
491491
<html>
492492
<head>
493493
<meta charset="utf-8" />

implementations/apollo-server/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
7878
"status": 400,
7979
"headers": {
8080
"x-powered-by": "Express",
81-
"etag": "W/\"5b5-CgCbYgTngCnt8npZGYoJE4I2uKo\"",
81+
"etag": "W/\"5b5-Q6ut7DVnfsRxEbZjOrUj1KopMXo\"",
8282
"date": "<timestamp>",
8383
"content-type": "application/json; charset=utf-8",
8484
"content-length": "1461",
@@ -96,7 +96,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
9696
" at new GraphQLErrorWithCode (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:7:9)",
9797
" at new BadRequestError (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:75:9)",
9898
" at preventCsrf (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/preventCsrf.js:29:11)",
99-
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:481:17)",
99+
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:495:17)",
100100
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
101101
],
102102
"code": "BAD_REQUEST"
@@ -116,7 +116,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
116116
"status": 400,
117117
"headers": {
118118
"x-powered-by": "Express",
119-
"etag": "W/\"5b5-CgCbYgTngCnt8npZGYoJE4I2uKo\"",
119+
"etag": "W/\"5b5-Q6ut7DVnfsRxEbZjOrUj1KopMXo\"",
120120
"date": "<timestamp>",
121121
"content-type": "application/graphql-response+json; charset=utf-8",
122122
"content-length": "1461",
@@ -134,7 +134,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
134134
" at new GraphQLErrorWithCode (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:7:9)",
135135
" at new BadRequestError (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:75:9)",
136136
" at preventCsrf (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/preventCsrf.js:29:11)",
137-
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:481:17)",
137+
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:495:17)",
138138
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
139139
],
140140
"code": "BAD_REQUEST"
@@ -154,7 +154,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
154154
"status": 400,
155155
"headers": {
156156
"x-powered-by": "Express",
157-
"etag": "W/\"5b5-CgCbYgTngCnt8npZGYoJE4I2uKo\"",
157+
"etag": "W/\"5b5-Q6ut7DVnfsRxEbZjOrUj1KopMXo\"",
158158
"date": "<timestamp>",
159159
"content-type": "application/json; charset=utf-8",
160160
"content-length": "1461",
@@ -172,7 +172,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
172172
" at new GraphQLErrorWithCode (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:7:9)",
173173
" at new BadRequestError (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/internalErrorClasses.js:75:9)",
174174
" at preventCsrf (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/preventCsrf.js:29:11)",
175-
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:481:17)",
175+
" at ApolloServer.executeHTTPGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:495:17)",
176176
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
177177
],
178178
"code": "BAD_REQUEST"
@@ -295,7 +295,7 @@ The server <i>SHOULD</i> support these, but is not required.
295295
"status": 400,
296296
"headers": {
297297
"x-powered-by": "Express",
298-
"etag": "W/\"bb6-xPbqAQuw2284Y/PyQ3gH1Sbwd1A\"",
298+
"etag": "W/\"bb6-SgkEvu1+T1zymJDygzcrM5AiAbk\"",
299299
"date": "<timestamp>",
300300
"content-type": "application/json; charset=utf-8",
301301
"content-length": "2998",
@@ -323,7 +323,7 @@ The server <i>SHOULD</i> support these, but is not required.
323323
" at validate (/home/runner/work/graphql-http/graphql-http/node_modules/graphql/validation/validate.js:91:24)",
324324
" at processGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/requestPipeline.js:97:34)",
325325
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)",
326-
" at async internalExecuteOperation (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:588:16)",
326+
" at async internalExecuteOperation (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:602:16)",
327327
" at async runHttpQuery (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/runHttpQuery.js:129:29)",
328328
" at async runPotentiallyBatchedHttpQuery (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/httpBatching.js:34:16)"
329329
],
@@ -348,7 +348,7 @@ The server <i>SHOULD</i> support these, but is not required.
348348
" at validate (/home/runner/work/graphql-http/graphql-http/node_modules/graphql/validation/validate.js:91:24)",
349349
" at processGraphQLRequest (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/requestPipeline.js:97:34)",
350350
" at process.processTicksAndRejections (node:internal/process/task_queues:95:5)",
351-
" at async internalExecuteOperation (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:588:16)",
351+
" at async internalExecuteOperation (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/ApolloServer.js:602:16)",
352352
" at async runHttpQuery (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/runHttpQuery.js:129:29)",
353353
" at async runPotentiallyBatchedHttpQuery (file:///home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/dist/esm/httpBatching.js:34:16)"
354354
],

implementations/apollo-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"@apollo/server": "^4.7.1",
12-
"graphql": "^16.6.0"
11+
"@apollo/server": "^4.7.5",
12+
"graphql": "^16.7.1"
1313
}
1414
}

implementations/express-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"express": "^4.18.2",
1212
"express-graphql": "^0.12.0",
13-
"graphql": "^16.6.0"
13+
"graphql": "^16.7.1"
1414
}
1515
}

implementations/graphql-helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"express": "^4.18.2",
12-
"graphql": "^16.6.0",
12+
"graphql": "^16.7.1",
1313
"graphql-helix": "^1.13.0"
1414
},
1515
"devDependencies": {

implementations/graphql-yoga/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"graphql": "^16.6.0",
12-
"graphql-yoga": "^4.0.0"
11+
"graphql": "^16.7.1",
12+
"graphql-yoga": "^4.0.3"
1313
}
1414
}

0 commit comments

Comments
 (0)