Skip to content

Commit f519a97

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

File tree

10 files changed

+2632
-2407
lines changed

10 files changed

+2632
-2407
lines changed

.yarn/releases/yarn-3.4.1.cjs renamed to .yarn/releases/yarn-3.5.0.cjs

Lines changed: 258 additions & 258 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.4.1.cjs
7+
yarnPath: .yarn/releases/yarn-3.5.0.cjs

implementations/apollo-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,11 +889,11 @@ The server <i>SHOULD</i> support these, but is not required.
889889
"date": "<timestamp>",
890890
"content-type": "text/html; charset=utf-8",
891891
"content-security-policy": "default-src 'none'",
892-
"content-length": "1108",
892+
"content-length": "1164",
893893
"connection": "close",
894894
"access-control-allow-origin": "*"
895895
},
896-
"body": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>SyntaxError: Unexpected end of JSON input<br> &nbsp; &nbsp;at JSON.parse (&lt;anonymous&gt;)<br> &nbsp; &nbsp;at parse (/home/runner/work/graphql-http/graphql-http/node_modules/body-parser/lib/types/json.js:89:19)<br> &nbsp; &nbsp;at /home/runner/work/graphql-http/graphql-http/node_modules/body-parser/lib/read.js:128:18<br> &nbsp; &nbsp;at AsyncResource.runInAsyncScope (node:async_hooks:204:9)<br> &nbsp; &nbsp;at invokeCallback (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:231:16)<br> &nbsp; &nbsp;at done (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:220:7)<br> &nbsp; &nbsp;at IncomingMessage.onEnd (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:280:7)<br> &nbsp; &nbsp;at IncomingMessage.emit (node:events:513:28)<br> &nbsp; &nbsp;at endReadableNT (node:internal/streams/readable:1359:12)<br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:82:21)</pre>\n</body>\n</html>\n"
896+
"body": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>SyntaxError: Unexpected end of JSON input<br> &nbsp; &nbsp;at JSON.parse (&lt;anonymous&gt;)<br> &nbsp; &nbsp;at parse (/home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/node_modules/body-parser/lib/types/json.js:92:19)<br> &nbsp; &nbsp;at /home/runner/work/graphql-http/graphql-http/node_modules/@apollo/server/node_modules/body-parser/lib/read.js:128:18<br> &nbsp; &nbsp;at AsyncResource.runInAsyncScope (node:async_hooks:204:9)<br> &nbsp; &nbsp;at invokeCallback (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:238:16)<br> &nbsp; &nbsp;at done (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:227:7)<br> &nbsp; &nbsp;at IncomingMessage.onEnd (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:287:7)<br> &nbsp; &nbsp;at IncomingMessage.emit (node:events:513:28)<br> &nbsp; &nbsp;at endReadableNT (node:internal/streams/readable:1359:12)<br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:82:21)</pre>\n</body>\n</html>\n"
897897
}
898898
</code></pre>
899899
</details>

implementations/apollo-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"@apollo/server": "^4.3.3",
11+
"@apollo/server": "^4.5.0",
1212
"graphql": "^16.6.0"
1313
}
1414
}

implementations/graph-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"start": "graphclient serve-dev"
99
},
1010
"dependencies": {
11-
"@graphprotocol/client-cli": "^2.2.16"
11+
"@graphprotocol/client-cli": "^2.2.20"
1212
}
1313
}

implementations/graphql-helix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,10 +638,10 @@ The server <i>SHOULD</i> support these, but is not required.
638638
"date": "<timestamp>",
639639
"content-type": "text/html; charset=utf-8",
640640
"content-security-policy": "default-src 'none'",
641-
"content-length": "1108",
641+
"content-length": "1183",
642642
"connection": "close"
643643
},
644-
"body": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>SyntaxError: Unexpected end of JSON input<br> &nbsp; &nbsp;at JSON.parse (&lt;anonymous&gt;)<br> &nbsp; &nbsp;at parse (/home/runner/work/graphql-http/graphql-http/node_modules/body-parser/lib/types/json.js:89:19)<br> &nbsp; &nbsp;at /home/runner/work/graphql-http/graphql-http/node_modules/body-parser/lib/read.js:128:18<br> &nbsp; &nbsp;at AsyncResource.runInAsyncScope (node:async_hooks:204:9)<br> &nbsp; &nbsp;at invokeCallback (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:231:16)<br> &nbsp; &nbsp;at done (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:220:7)<br> &nbsp; &nbsp;at IncomingMessage.onEnd (/home/runner/work/graphql-http/graphql-http/node_modules/raw-body/index.js:280:7)<br> &nbsp; &nbsp;at IncomingMessage.emit (node:events:513:28)<br> &nbsp; &nbsp;at endReadableNT (node:internal/streams/readable:1359:12)<br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:82:21)</pre>\n</body>\n</html>\n"
644+
"body": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>SyntaxError: Unexpected end of JSON input<br> &nbsp; &nbsp;at JSON.parse (&lt;anonymous&gt;)<br> &nbsp; &nbsp;at parse (/home/runner/work/graphql-http/graphql-http/node_modules/body-parser/lib/types/json.js:89:19)<br> &nbsp; &nbsp;at /home/runner/work/graphql-http/graphql-http/node_modules/body-parser/lib/read.js:128:18<br> &nbsp; &nbsp;at AsyncResource.runInAsyncScope (node:async_hooks:204:9)<br> &nbsp; &nbsp;at invokeCallback (/home/runner/work/graphql-http/graphql-http/node_modules/body-parser/node_modules/raw-body/index.js:231:16)<br> &nbsp; &nbsp;at done (/home/runner/work/graphql-http/graphql-http/node_modules/body-parser/node_modules/raw-body/index.js:220:7)<br> &nbsp; &nbsp;at IncomingMessage.onEnd (/home/runner/work/graphql-http/graphql-http/node_modules/body-parser/node_modules/raw-body/index.js:280:7)<br> &nbsp; &nbsp;at IncomingMessage.emit (node:events:513:28)<br> &nbsp; &nbsp;at endReadableNT (node:internal/streams/readable:1359:12)<br> &nbsp; &nbsp;at process.processTicksAndRejections (node:internal/process/task_queues:82:21)</pre>\n</body>\n</html>\n"
645645
}
646646
</code></pre>
647647
</details>

implementations/graphql-yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"graphql": "^16.6.0",
12-
"graphql-yoga": "^3.5.1"
12+
"graphql-yoga": "^3.7.3"
1313
}
1414
}

implementations/mercurius/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"fastify": "^4.13.0",
11+
"fastify": "^4.15.0",
1212
"graphql": "^16.6.0",
13-
"mercurius": "^12.0.1"
13+
"mercurius": "^12.2.0"
1414
}
1515
}

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"engines": {
2525
"node": ">=12"
2626
},
27-
"packageManager": "yarn@3.4.1",
27+
"packageManager": "yarn@3.5.0",
2828
"main": "lib/index.js",
2929
"module": "lib/index.mjs",
3030
"browser": "umd/graphql-http.js",
@@ -106,47 +106,47 @@
106106
"graphql": ">=0.11 <=16"
107107
},
108108
"devDependencies": {
109-
"@babel/core": "^7.20.12",
109+
"@babel/core": "^7.21.3",
110110
"@babel/plugin-proposal-class-properties": "^7.18.6",
111111
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
112112
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
113-
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
113+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
114114
"@babel/preset-env": "^7.20.2",
115-
"@babel/preset-typescript": "^7.18.6",
115+
"@babel/preset-typescript": "^7.21.0",
116116
"@rollup/plugin-terser": "^0.4.0",
117117
"@rollup/plugin-typescript": "^11.0.0",
118-
"@semantic-release/changelog": "^6.0.2",
118+
"@semantic-release/changelog": "^6.0.3",
119119
"@semantic-release/git": "^10.0.1",
120-
"@types/eslint": "^8.21.0",
120+
"@types/eslint": "^8.21.3",
121121
"@types/express": "^4.17.17",
122-
"@types/glob": "^8.0.1",
122+
"@types/glob": "^8.1.0",
123123
"@types/html-validator": "^5.0.3",
124-
"@types/jest": "^29.4.0",
125-
"@types/koa": "^2.13.5",
124+
"@types/jest": "^29.5.0",
125+
"@types/koa": "^2.13.6",
126126
"@types/koa-mount": "^4.0.2",
127-
"@typescript-eslint/eslint-plugin": "^5.51.0",
128-
"@typescript-eslint/parser": "^5.51.0",
129-
"@whatwg-node/fetch": "^0.8.1",
130-
"babel-jest": "^29.4.2",
131-
"eslint": "^8.34.0",
132-
"eslint-config-prettier": "^8.6.0",
127+
"@typescript-eslint/eslint-plugin": "^5.57.0",
128+
"@typescript-eslint/parser": "^5.57.0",
129+
"@whatwg-node/fetch": "^0.8.4",
130+
"babel-jest": "^29.5.0",
131+
"eslint": "^8.36.0",
132+
"eslint-config-prettier": "^8.8.0",
133133
"express": "^4.18.2",
134-
"fastify": "^4.13.0",
134+
"fastify": "^4.15.0",
135135
"graphql": "^16.6.0",
136136
"html-validator": "^6.0.1",
137-
"jest": "^29.4.2",
138-
"jest-jasmine2": "^29.4.2",
137+
"jest": "^29.5.0",
138+
"jest-jasmine2": "^29.5.0",
139139
"koa": "^2.14.1",
140140
"koa-mount": "^4.0.0",
141-
"node-fetch": "^3.3.0",
142-
"prettier": "^2.8.4",
143-
"rollup": "^3.15.0",
141+
"node-fetch": "^3.3.1",
142+
"prettier": "^2.8.7",
143+
"rollup": "^3.20.2",
144144
"rollup-plugin-gzip": "^3.1.0",
145-
"semantic-release": "^20.1.0",
145+
"semantic-release": "^21.0.0",
146146
"tslib": "^2.5.0",
147-
"typedoc": "^0.23.25",
147+
"typedoc": "^0.23.28",
148148
"typedoc-plugin-markdown": "^3.14.0",
149-
"typescript": "^4.9.5"
149+
"typescript": "^5.0.2"
150150
},
151151
"resolutions": {
152152
"npm/libnpmversion": "^3.0.6"

0 commit comments

Comments
 (0)