Skip to content
Open
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 apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:unit": "vitest --run"
},
"dependencies": {
"@apollo/server": "5.0.0",
"@apollo/server": "5.4.0",
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
"@apollo/utils.keyvadapter": "4.0.1",
"@apps/hash-graph": "0.0.0-private",
Expand Down
40 changes: 29 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/server@npm:5.0.0":
version: 5.0.0
resolution: "@apollo/server@npm:5.0.0"
"@apollo/server@npm:5.4.0":
version: 5.4.0
resolution: "@apollo/server@npm:5.4.0"
dependencies:
"@apollo/cache-control-types": "npm:^1.0.3"
"@apollo/server-gateway-interface": "npm:^2.0.0"
Expand All @@ -222,7 +222,8 @@ __metadata:
"@apollo/utils.withrequired": "npm:^3.0.0"
"@graphql-tools/schema": "npm:^10.0.0"
async-retry: "npm:^1.2.1"
body-parser: "npm:^2.2.0"
body-parser: "npm:^2.2.2"
content-type: "npm:^1.0.5"
cors: "npm:^2.8.5"
finalhandler: "npm:^2.1.0"
loglevel: "npm:^1.6.8"
Expand All @@ -232,7 +233,7 @@ __metadata:
whatwg-mimetype: "npm:^4.0.0"
peerDependencies:
graphql: ^16.11.0
checksum: 10c0/1eec9917c9d0271397688e08044b584022cf71c2d98d66639739dc7154a54d00d96ed05d871b4623b82c596817335a5ae00c7197776ed3a142a77d00cca66d3b
checksum: 10c0/6cba28e43fffb66af1384675afe5a91efab3c0002da6f1ca025bb6e52fced12843c1ef9129b627b733f6468849568898045b38b2122cb843860b8a4196b99b9d
languageName: node
linkType: hard

Expand Down Expand Up @@ -450,7 +451,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@apps/hash-api@workspace:apps/hash-api"
dependencies:
"@apollo/server": "npm:5.0.0"
"@apollo/server": "npm:5.4.0"
"@apollo/server-plugin-landing-page-graphql-playground": "npm:4.0.1"
"@apollo/utils.keyvadapter": "npm:4.0.1"
"@apps/hash-graph": "npm:0.0.0-private"
Expand Down Expand Up @@ -23819,7 +23820,7 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:2.2.1, body-parser@npm:^2.2.0, body-parser@npm:^2.2.1":
"body-parser@npm:2.2.1":
version: 2.2.1
resolution: "body-parser@npm:2.2.1"
dependencies:
Expand All @@ -23836,6 +23837,23 @@ __metadata:
languageName: node
linkType: hard

"body-parser@npm:^2.2.1, body-parser@npm:^2.2.2":
version: 2.2.2
resolution: "body-parser@npm:2.2.2"
dependencies:
bytes: "npm:^3.1.2"
content-type: "npm:^1.0.5"
debug: "npm:^4.4.3"
http-errors: "npm:^2.0.0"
iconv-lite: "npm:^0.7.0"
on-finished: "npm:^2.4.1"
qs: "npm:^6.14.1"
raw-body: "npm:^3.0.1"
type-is: "npm:^2.0.1"
checksum: 10c0/95a830a003b38654b75166ca765358aa92ee3d561bf0e41d6ccdde0e1a0c9783cab6b90b20eb635d23172c010b59d3563a137a738e74da4ba714463510d05137
languageName: node
linkType: hard

"bonjour-service@npm:^1.2.1":
version: 1.3.0
resolution: "bonjour-service@npm:1.3.0"
Expand Down Expand Up @@ -40991,12 +41009,12 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:^6.14.0, qs@npm:^6.4.0, qs@npm:^6.5.1, qs@npm:^6.7.0":
version: 6.14.0
resolution: "qs@npm:6.14.0"
"qs@npm:^6.14.0, qs@npm:^6.14.1, qs@npm:^6.4.0, qs@npm:^6.5.1, qs@npm:^6.7.0":
version: 6.14.1
resolution: "qs@npm:6.14.1"
dependencies:
side-channel: "npm:^1.1.0"
checksum: 10c0/8ea5d91bf34f440598ee389d4a7d95820e3b837d3fd9f433871f7924801becaa0cd3b3b4628d49a7784d06a8aea9bc4554d2b6d8d584e2d221dc06238a42909c
checksum: 10c0/0e3b22dc451f48ce5940cbbc7c7d9068d895074f8c969c0801ac15c1313d1859c4d738e46dc4da2f498f41a9ffd8c201bd9fb12df67799b827db94cc373d2613
languageName: node
linkType: hard

Expand Down
Loading