Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grafast/grafserv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"@whatwg-node/fetch": "^0.10.8",
"@whatwg-node/server": "^0.10.10",
"express": "^4.21.2",
"fastify": "^5.8.3",
"fastify": "^5.8.5",
"grafast": "workspace:^",
"graphql": "^16.9.0",
"graphql-http": "^1.22.4",
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/jsonwebtoken": "^9.0.10",
"chalk": "^4.1.2",
"express": "^4.21.2",
"fastify": "^5.8.3",
"fastify": "^5.8.5",
"grafast": "workspace:^",
"grafserv": "workspace:^",
"graphile-export": "workspace:^",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13808,9 +13808,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:^5.8.3":
version: 5.8.4
resolution: "fastify@npm:5.8.4"
"fastify@npm:^5.8.5":
version: 5.8.5
resolution: "fastify@npm:5.8.5"
dependencies:
"@fastify/ajv-compiler": "npm:^4.0.5"
"@fastify/error": "npm:^4.0.0"
Expand All @@ -13827,7 +13827,7 @@ __metadata:
secure-json-parse: "npm:^4.0.0"
semver: "npm:^7.6.0"
toad-cache: "npm:^3.7.0"
checksum: 10/979e8d980aba673b8801e898a322df4ab594819666f74441c8aebc6cfc88eece72f545415f3945da8a5dbb831995cc88ea4a2bade448fe4570a360bc9cb4cab6
checksum: 10/286054e09964743b3e36ae7fb5d78a46662adb818ac305efca6a09560c9f7346881b0f1ef51736bdd334f5bfecab4461dacdb55bef10e6b64829bbfcc397474d
languageName: node
linkType: hard

Expand Down Expand Up @@ -14708,7 +14708,7 @@ __metadata:
debug: "npm:^4.4.3"
eventemitter3: "npm:^5.0.1"
express: "npm:^4.21.2"
fastify: "npm:^5.8.3"
fastify: "npm:^5.8.5"
grafast: "workspace:^"
graphile-config: "workspace:^"
graphql: "npm:^16.9.0"
Expand Down Expand Up @@ -14773,7 +14773,7 @@ __metadata:
chalk: "npm:^4.1.2"
debug: "npm:^4.4.3"
express: "npm:^4.21.2"
fastify: "npm:^5.8.3"
fastify: "npm:^5.8.5"
grafast: "workspace:^"
grafserv: "workspace:^"
graphile-config: "workspace:^"
Expand Down
Loading