mirror of
https://github.com/graphql-hive/console
synced 2026-05-06 06:58:19 +00:00
fix(deps): update dependency @whatwg-node/server to v0.5.0 (#896)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f1e2189a84
commit
42d3febac9
5 changed files with 22 additions and 12 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"@cloudflare/workers-types": "3.4.0",
|
||||
"@types/service-worker-mock": "2.0.1",
|
||||
"@whatwg-node/fetch": "0.5.3",
|
||||
"@whatwg-node/server": "0.4.17",
|
||||
"@whatwg-node/server": "0.5.0",
|
||||
"esbuild": "0.14.39",
|
||||
"itty-router": "2.6.6",
|
||||
"itty-router-extras": "0.4.2",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"@hive/api": "workspace:*",
|
||||
"@types/service-worker-mock": "2.0.1",
|
||||
"@whatwg-node/fetch": "0.5.3",
|
||||
"@whatwg-node/server": "0.4.17",
|
||||
"@whatwg-node/server": "0.5.0",
|
||||
"esbuild": "0.14.39",
|
||||
"fastify": "3.29.4",
|
||||
"itty-router": "2.6.6",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"dependencies": {
|
||||
"@apollo/composition": "^2.2.2",
|
||||
"@whatwg-node/fetch": "^0.5.3",
|
||||
"@whatwg-node/server": "^0.4.17",
|
||||
"@whatwg-node/server": "^0.5.0",
|
||||
"graphql": "^16.6.0",
|
||||
"zod": "3.20.2"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"@sentry/tracing": "7.21.1",
|
||||
"@trpc/server": "10.7.0",
|
||||
"@whatwg-node/fetch": "0.5.3",
|
||||
"@whatwg-node/server": "0.4.17",
|
||||
"@whatwg-node/server": "0.5.0",
|
||||
"dotenv": "10.0.0",
|
||||
"got": "12.5.3",
|
||||
"graphql": "16.6.0",
|
||||
|
|
|
|||
|
|
@ -440,7 +440,7 @@ importers:
|
|||
'@cloudflare/workers-types': 3.4.0
|
||||
'@types/service-worker-mock': 2.0.1
|
||||
'@whatwg-node/fetch': 0.5.3
|
||||
'@whatwg-node/server': 0.4.17
|
||||
'@whatwg-node/server': 0.5.0
|
||||
esbuild: 0.14.39
|
||||
itty-router: 2.6.6
|
||||
itty-router-extras: 0.4.2
|
||||
|
|
@ -454,7 +454,7 @@ importers:
|
|||
'@cloudflare/workers-types': 3.4.0
|
||||
'@types/service-worker-mock': 2.0.1
|
||||
'@whatwg-node/fetch': 0.5.3
|
||||
'@whatwg-node/server': 0.4.17
|
||||
'@whatwg-node/server': 0.5.0
|
||||
esbuild: 0.14.39
|
||||
itty-router: 2.6.6
|
||||
itty-router-extras: 0.4.2
|
||||
|
|
@ -467,7 +467,7 @@ importers:
|
|||
'@hive/api': workspace:*
|
||||
'@types/service-worker-mock': 2.0.1
|
||||
'@whatwg-node/fetch': 0.5.3
|
||||
'@whatwg-node/server': 0.4.17
|
||||
'@whatwg-node/server': 0.5.0
|
||||
esbuild: 0.14.39
|
||||
fastify: 3.29.4
|
||||
graphql: 16.6.0
|
||||
|
|
@ -485,7 +485,7 @@ importers:
|
|||
'@hive/api': link:../api
|
||||
'@types/service-worker-mock': 2.0.1
|
||||
'@whatwg-node/fetch': 0.5.3
|
||||
'@whatwg-node/server': 0.4.17
|
||||
'@whatwg-node/server': 0.5.0
|
||||
esbuild: 0.14.39
|
||||
fastify: 3.29.4
|
||||
itty-router: 2.6.6
|
||||
|
|
@ -539,13 +539,13 @@ importers:
|
|||
'@apollo/composition': ^2.2.2
|
||||
'@graphql-hive/external-composition': workspace:*
|
||||
'@whatwg-node/fetch': ^0.5.3
|
||||
'@whatwg-node/server': ^0.4.17
|
||||
'@whatwg-node/server': ^0.5.0
|
||||
graphql: 16.6.0
|
||||
zod: 3.20.2
|
||||
dependencies:
|
||||
'@apollo/composition': 2.2.2_graphql@16.6.0
|
||||
'@whatwg-node/fetch': 0.5.3
|
||||
'@whatwg-node/server': 0.4.17
|
||||
'@whatwg-node/server': 0.5.0
|
||||
graphql: 16.6.0
|
||||
zod: 3.20.2
|
||||
devDependencies:
|
||||
|
|
@ -658,7 +658,7 @@ importers:
|
|||
'@swc/core': 1.2.185
|
||||
'@trpc/server': 10.7.0
|
||||
'@whatwg-node/fetch': 0.5.3
|
||||
'@whatwg-node/server': 0.4.17
|
||||
'@whatwg-node/server': 0.5.0
|
||||
dotenv: 10.0.0
|
||||
fastify: 3.29.4
|
||||
got: 12.5.3
|
||||
|
|
@ -686,7 +686,7 @@ importers:
|
|||
'@sentry/tracing': 7.21.1
|
||||
'@trpc/server': 10.7.0
|
||||
'@whatwg-node/fetch': 0.5.3
|
||||
'@whatwg-node/server': 0.4.17
|
||||
'@whatwg-node/server': 0.5.0
|
||||
dotenv: 10.0.0
|
||||
got: 12.5.3
|
||||
graphql: 16.6.0
|
||||
|
|
@ -11671,6 +11671,16 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- encoding
|
||||
|
||||
/@whatwg-node/server/0.5.0:
|
||||
resolution: {integrity: sha512-zvtgGJhuwCtXM0nU/nqDPHjD4QxAl5HK708vJmGdYjETsmB9/JGJaCWjrUuojC14uN4ExoqGaJh34wNopr/jew==}
|
||||
peerDependencies:
|
||||
'@types/node': ^18.0.6
|
||||
dependencies:
|
||||
'@whatwg-node/fetch': 0.5.3
|
||||
tslib: 2.4.1
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
|
||||
/@xobotyi/scrollbar-width/1.9.5:
|
||||
resolution: {integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==}
|
||||
dev: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue