Skip to content

Commit

Permalink
Update Apollo GraphQL packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-worker[bot] authored Sep 14, 2024
1 parent 7387f44 commit c7f13cd
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 39 deletions.
6 changes: 3 additions & 3 deletions apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"@types/ws": "8.5.12",
"agentkeepalive": "4.5.0",
"apollo-datasource": "3.3.2",
"apollo-server-core": "3.12.1",
"apollo-server-errors": "3.3.1",
"apollo-server-express": "3.9.0",
"apollo-server-core": "3.13.0",
"@apollo/server": "4.0.0",
"apollo-server-express": "3.13.0",
"app-root-path": "3.1.0",
"axios": "1.7.4",
"body-parser": "1.20.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"start:test:healthcheck": "wait-on --timeout 600000 http://0.0.0.0:3000"
},
"dependencies": {
"@apollo/client": "3.10.5",
"@apollo/client": "3.11.8",
"@blockprotocol/core": "0.1.3",
"@blockprotocol/graph": "0.4.0-canary.0",
"@blockprotocol/hook": "0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions libs/@local/hash-isomorphic-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:unit": "vitest --run"
},
"dependencies": {
"@apollo/client": "3.10.5",
"@apollo/client": "3.11.8",
"@blockprotocol/core": "0.1.3",
"@blockprotocol/graph": "0.4.0-canary.0",
"@local/advanced-types": "0.0.0-private",
Expand All @@ -35,7 +35,7 @@
"@local/hash-subgraph": "0.0.0-private",
"@sentry/browser": "7.119.0",
"@sindresorhus/slugify": "1.1.2",
"apollo-server-express": "3.9.0",
"apollo-server-express": "3.13.0",
"fix-esm-import-path": "1.10.0",
"fractional-indexing": "2.1.0",
"id128": "1.6.6",
Expand Down
204 changes: 171 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,15 @@
node-fetch "^2.6.7"
web-streams-polyfill "^3.2.1"

"@apollo/[email protected]":
version "3.10.5"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.10.5.tgz#7bc5d43b54b3d66b4fffdab6ad3cb207808041db"
integrity sha512-bZh5wLAT8b4KdEmqnqiQeDUttnR+NJ+gDYSN8T+U0uFGN++5LO5PTwySih6kIU5ErGGGw4NHI94YdSET3uLuBA==
"@apollo/cache-control-types@^1.0.2":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz#5da62cf64c3b4419dabfef4536b57a40c8ff0b47"
integrity sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==

"@apollo/[email protected]":
version "3.11.8"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.11.8.tgz#f6bacdc7e1b243807c1387113e1d445a53471a9c"
integrity sha512-CgG1wbtMjsV2pRGe/eYITmV5B8lXUCYljB2gB/6jWTFQcrvirUVvKg7qtFdjYkQSFbIffU1IDyxgeaN81eTjbA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/caches" "^1.0.0"
Expand Down Expand Up @@ -108,11 +113,100 @@
"@types/node" "^10.1.0"
long "^4.0.0"

"@apollo/[email protected]":
version "1.2.7"
resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.2.7.tgz#3a8675512817e4a046a897e5f4f16415f16a7d8a"
integrity sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==
dependencies:
"@protobufjs/aspromise" "^1.1.2"
"@protobufjs/base64" "^1.1.2"
"@protobufjs/codegen" "^2.0.4"
"@protobufjs/eventemitter" "^1.1.0"
"@protobufjs/fetch" "^1.1.0"
"@protobufjs/float" "^1.0.2"
"@protobufjs/inquire" "^1.1.0"
"@protobufjs/path" "^1.1.2"
"@protobufjs/pool" "^1.1.0"
"@protobufjs/utf8" "^1.1.0"
"@types/long" "^4.0.0"
long "^4.0.0"

"@apollo/server-gateway-interface@^1.0.3":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@apollo/server-gateway-interface/-/server-gateway-interface-1.1.1.tgz#a79632aa921edefcd532589943f6b97c96fa4d3c"
integrity sha512-pGwCl/po6+rxRmDMFgozKQo2pbsSwE91TpsDBAOgf74CRDPXHHtM88wbwjab0wMMZh95QfR45GGyDIdhY24bkQ==
dependencies:
"@apollo/usage-reporting-protobuf" "^4.1.1"
"@apollo/utils.fetcher" "^2.0.0"
"@apollo/utils.keyvaluecache" "^2.1.0"
"@apollo/utils.logger" "^2.0.0"

"@apollo/[email protected]":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.0.0.tgz#26976d5633af19dcddf439d9bab1598f1119f1d3"
integrity sha512-PcIyjVKGkbG3k2kjn/0o/kMfJrdZYma62r/c1YOB362UQwlX0GZNL53ZmRst+wTwi0x10rEnxcCUTnyLjumT9g==
dependencies:
"@apollo/cache-control-types" "^1.0.2"
"@apollo/server-gateway-interface" "^1.0.3"
"@apollo/usage-reporting-protobuf" "^4.0.0"
"@apollo/utils.createhash" "^1.1.0"
"@apollo/utils.fetcher" "^1.0.0"
"@apollo/utils.isnodelike" "^1.1.0"
"@apollo/utils.keyvaluecache" "^1.0.1"
"@apollo/utils.logger" "^1.0.0"
"@apollo/utils.usagereporting" "^1.0.0"
"@apollo/utils.withrequired" "^1.0.0"
"@graphql-tools/schema" "^9.0.0"
"@josephg/resolvable" "^1.0.0"
"@types/express" "^4.17.13"
"@types/express-serve-static-core" "^4.17.30"
"@types/node-fetch" "^2.6.1"
async-retry "^1.2.1"
body-parser "^1.20.0"
cors "^2.8.5"
express "^4.17.1"
loglevel "^1.6.8"
lru-cache "^7.10.1"
negotiator "^0.6.3"
node-fetch "^2.6.7"
uuid "^9.0.0"
whatwg-mimetype "^3.0.0"

"@apollo/usage-reporting-protobuf@^4.0.0", "@apollo/usage-reporting-protobuf@^4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@apollo/usage-reporting-protobuf/-/usage-reporting-protobuf-4.1.1.tgz#407c3d18c7fbed7a264f3b9a3812620b93499de1"
integrity sha512-u40dIUePHaSKVshcedO7Wp+mPiZsaU6xjv9J+VyxpoU/zL6Jle+9zWeG98tr/+SZ0nZ4OXhrbb8SNr0rAPpIDA==
dependencies:
"@apollo/protobufjs" "1.2.7"

"@apollo/utils.createhash@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@apollo/utils.createhash/-/utils.createhash-1.1.0.tgz#b18a353008d2583a34eaebaf471aff6e15360172"
integrity sha512-5fT4ZiW75515OlikWpIQzaVDws1yy9VgYSoHoJCrvI2UH6/7YNKXQjbjT5qVYu6ytch2wBxFMfFfYWMn/2bSCQ==
dependencies:
"@apollo/utils.isnodelike" "^1.1.0"
sha.js "^2.4.11"

"@apollo/utils.dropunuseddefinitions@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@apollo/utils.dropunuseddefinitions/-/utils.dropunuseddefinitions-1.1.0.tgz#02b04006442eaf037f4c4624146b12775d70d929"
integrity "sha1-ArBABkQurwN/TEYkFGsSd11w2Sk= sha512-jU1XjMr6ec9pPoL+BFWzEPW7VHHulVdGKMkPAMiCigpVIT11VmCbnij0bWob8uS3ODJ65tZLYKAh/55vLw2rbg=="

"@apollo/utils.fetcher@^1.0.0":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@apollo/utils.fetcher/-/utils.fetcher-1.1.1.tgz#909974d9c98fdd0ad64808596860a11cbb2a6afa"
integrity sha512-0vXVznO7kw5VWwxyV5wsDvYEwjDpyZ7vYQAXCseLXqBn2eWEIDViM7qRzi/Hnv4zzAQ05phdimSED99K+lg+SQ==

"@apollo/utils.fetcher@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@apollo/utils.fetcher/-/utils.fetcher-2.0.1.tgz#2f6e3edc8ce79fbe916110d9baaddad7e13d955f"
integrity sha512-jvvon885hEyWXd4H6zpWeN3tl88QcWnHp5gWF5OPF34uhvoR+DFqcNxs9vrRaBBSY3qda3Qe0bdud7tz2zGx1A==

"@apollo/utils.isnodelike@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@apollo/utils.isnodelike/-/utils.isnodelike-1.1.0.tgz#24d3f36276b6ba4b08117925083bc5c5f2513c3d"
integrity sha512-q/Q82kBUSEcx1ED11JO1TYBY781mWluUnBD8NvhjHVsu1K1C5R9BZVUxShyK/V8XcePcRUB5fdWOcBMGwS0KOA==

"@apollo/utils.keyvaluecache@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@apollo/utils.keyvaluecache/-/utils.keyvaluecache-1.0.1.tgz#46f310f859067efe9fa126156c6954f8381080d2"
Expand All @@ -121,11 +215,24 @@
"@apollo/utils.logger" "^1.0.0"
lru-cache "^7.10.1"

"@apollo/utils.keyvaluecache@^2.1.0":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@apollo/utils.keyvaluecache/-/utils.keyvaluecache-2.1.1.tgz#f3f79a2f00520c6ab7a77a680a4e1fec4d19e1a6"
integrity sha512-qVo5PvUUMD8oB9oYvq4ViCjYAMWnZ5zZwEjNF37L2m1u528x5mueMlU+Cr1UinupCgdB78g+egA1G98rbJ03Vw==
dependencies:
"@apollo/utils.logger" "^2.0.1"
lru-cache "^7.14.1"

"@apollo/utils.logger@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@apollo/utils.logger/-/utils.logger-1.0.0.tgz#6e3460a2250c2ef7c2c3b0be6b5e148a1596f12b"
integrity "sha1-bjRgoiUMLvfCw7C+a14UihWW8Ss= sha512-dx9XrjyisD2pOa+KsB5RcDbWIAdgC91gJfeyLCgy0ctJMjQe7yZK5kdWaWlaOoCeX0z6YI9iYlg7vMPyMpQF3Q=="

"@apollo/utils.logger@^2.0.0", "@apollo/utils.logger@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@apollo/utils.logger/-/utils.logger-2.0.1.tgz#74faeb97d7ad9f22282dfb465bcb2e6873b8a625"
integrity sha512-YuplwLHaHf1oviidB7MxnCXAdHp3IqYV8n0momZ3JfLniae92eYqMIx+j5qJFX6WKJPs6q7bczmV4lXIsTu5Pg==

"@apollo/utils.printwithreducedwhitespace@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@apollo/utils.printwithreducedwhitespace/-/utils.printwithreducedwhitespace-1.1.0.tgz#c466299a4766eef8577a2a64c8f27712e8bd7e30"
Expand Down Expand Up @@ -160,6 +267,11 @@
"@apollo/utils.stripsensitiveliterals" "^1.2.0"
apollo-reporting-protobuf "^3.3.1"

"@apollo/utils.withrequired@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@apollo/utils.withrequired/-/utils.withrequired-1.0.1.tgz#7718b2edc87e35c65411cd4069694a33b8db9508"
integrity sha512-5DYufeISXjz9UqtISIwte86F8ELjTrKVeXcPtdnUnV/PX+4EXUjqIp1FLJTYrCQ1a9OyFAMeCZ2QhUy1D8w7/A==

"@apollographql/apollo-tools@^0.5.3":
version "0.5.4"
resolved "https://registry.yarnpkg.com/@apollographql/apollo-tools/-/apollo-tools-0.5.4.tgz#cb3998c6cf12e494b90c733f44dd9935e2d8196c"
Expand Down Expand Up @@ -5079,6 +5191,14 @@
"@graphql-tools/utils" "8.9.0"
tslib "^2.4.0"

"@graphql-tools/merge@^8.4.1":
version "8.4.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.2.tgz#95778bbe26b635e8d2f60ce9856b388f11fe8288"
integrity sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==
dependencies:
"@graphql-tools/utils" "^9.2.1"
tslib "^2.4.0"

"@graphql-tools/merge@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.0.tgz#b0a3636c82716454bff88e9bb40108b0471db281"
Expand Down Expand Up @@ -5183,6 +5303,16 @@
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/schema@^9.0.0":
version "9.0.19"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.19.tgz#c4ad373b5e1b8a0cf365163435b7d236ebdd06e7"
integrity sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==
dependencies:
"@graphql-tools/merge" "^8.4.1"
"@graphql-tools/utils" "^9.2.1"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/url-loader@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-8.0.0.tgz#8d952d5ebb7325e587cb914aaebded3dbd078cf6"
Expand Down Expand Up @@ -5216,7 +5346,7 @@
dependencies:
tslib "^2.4.0"

"@graphql-tools/[email protected]", "@graphql-tools/utils@^9.0.0":
"@graphql-tools/[email protected]":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.0.tgz#c33893e0aa9cbd3760d94f1771477e722adb4e54"
integrity "sha1-wziT4KqcvTdg2U8XcUd+cirbTlQ= sha512-4Ketxo98IwKA/56LP6cI6PgQBwUCujszQcTNkzjq7liJPa2mLjKnmVOJ0bauMwKcEazeYuZagceljb0POmEGvQ=="
Expand All @@ -5233,6 +5363,14 @@
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.2.1":
version "9.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
integrity sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
tslib "^2.4.0"

"@graphql-tools/wrap@^10.0.0":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.0.1.tgz#9e3d27d2723962c26c4377d5d7ab0d3038bf728c"
Expand Down Expand Up @@ -10683,19 +10821,19 @@
dependencies:
"@types/express" "*"

"@types/express-serve-static-core@*", "@types/[email protected].29", "@types/express-serve-static-core@^4.17.18":
version "4.17.29"
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz#2a1795ea8e9e9c91b4a4bbe475034b20c1ec711c"
integrity "sha1-KheV6o6enJG0pLvkdQNLIMHscRw= sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q=="
"@types/express-serve-static-core@*", "@types/[email protected].31", "@types/express-serve-static-core@^4.17.18", "@types/express-serve-static-core@^4.17.30":
version "4.17.31"
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.31.tgz#a1139efeab4e7323834bb0226e62ac019f474b2f"
integrity sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==
dependencies:
"@types/node" "*"
"@types/qs" "*"
"@types/range-parser" "*"

"@types/express@*", "@types/[email protected].13", "@types/express@^4.17.13", "@types/express@^4.7.0":
version "4.17.13"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034"
integrity "sha1-p24plXKJmbq1GjP6vOHXBaNwkDQ= sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA=="
"@types/express@*", "@types/[email protected].14", "@types/express@^4.17.13", "@types/express@^4.7.0":
version "4.17.14"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c"
integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "^4.17.18"
Expand Down Expand Up @@ -11003,9 +11141,9 @@
integrity sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==

"@types/mime@*":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
integrity "sha1-k+Jb+e51/g/YC1lLxP6w6GIRG1o= sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
version "1.3.5"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==

"@types/minimatch@*", "@types/minimatch@^5.1.2":
version "5.1.2"
Expand All @@ -11022,7 +11160,7 @@
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
integrity "sha1-MbfKZAcSij0rvCf+LSGzRTl/YZc= sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="

"@types/[email protected]", "@types/node-fetch@^2.5.10", "@types/node-fetch@^2.5.7", "@types/node-fetch@^2.6.4":
"@types/[email protected]", "@types/node-fetch@^2.5.10", "@types/node-fetch@^2.5.7", "@types/node-fetch@^2.6.1", "@types/node-fetch@^2.6.4":
version "2.6.11"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.11.tgz#9b39b78665dae0e82a08f02f4967d62c66f95d24"
integrity sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==
Expand Down Expand Up @@ -12360,10 +12498,10 @@ apollo-reporting-protobuf@^3.3.1, apollo-reporting-protobuf@^3.4.0:
dependencies:
"@apollo/protobufjs" "1.2.6"

apollo-server-core@3.12.1, apollo-server-core@^3.9.0:
version "3.12.1"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-3.12.1.tgz#ba255c37345db29c48a2e0c064c519a8d62eb5af"
integrity sha512-9SF5WAkkV0FZQ2HVUWI9Jada1U0jg7e8NCN9EklbtvaCeUlOLyXyM+KCWuZ7+dqHxjshbtcwylPHutt3uzoNkw==
apollo-server-core@3.13.0, apollo-server-core@^3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-3.13.0.tgz#ad6601fbb34cc97eedca27a9fb0b5738d11cd27d"
integrity sha512-v/g6DR6KuHn9DYSdtQijz8dLOkP78I5JSVJzPkARhDbhpH74QNwrQ2PP2URAPPEDJ2EeZNQDX8PvbYkAKqg+kg==
dependencies:
"@apollo/utils.keyvaluecache" "^1.0.1"
"@apollo/utils.logger" "^1.0.0"
Expand Down Expand Up @@ -12396,24 +12534,24 @@ apollo-server-env@^4.2.1:
dependencies:
node-fetch "^2.6.7"

apollo-server-errors@3.3.1, apollo-server-errors@^3.3.1:
apollo-server-errors@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-3.3.1.tgz#ba5c00cdaa33d4cbd09779f8cb6f47475d1cd655"
integrity "sha1-ulwAzaoz1MvQl3n4y29HR10c1lU= sha512-xnZJ5QWs6FixHICXHxUfm+ZWqqxrNuPlQ+kj5m6RtEgIpekOPssH/SD9gf2B4HuWV0QozorrygwZnux8POvyPA=="

apollo-server-express@3.9.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-3.9.0.tgz#1ff3b53fe76e4e8be04b8477ea8a3d9586313af1"
integrity "sha1-H/O1P+duTovgS4R36oo9lYYxOvE= sha512-scSeHy9iB7W3OiF3uLQEzad9Jm9tEfDF8ACsJb2P+xX69uqg6zizsrQvj3qRhazCO7FKMcMu9zQFR0hy7zKbUA=="
apollo-server-express@3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-3.13.0.tgz#0d8d9bbba3b8b8264912d215f63fd44e74d5f42a"
integrity sha512-iSxICNbDUyebOuM8EKb3xOrpIwOQgKxGbR2diSr4HP3IW8T3njKFOoMce50vr+moOCe1ev8BnLcw9SNbuUtf7g==
dependencies:
"@types/accepts" "^1.3.5"
"@types/body-parser" "1.19.2"
"@types/cors" "2.8.12"
"@types/express" "4.17.13"
"@types/express-serve-static-core" "4.17.29"
"@types/express" "4.17.14"
"@types/express-serve-static-core" "4.17.31"
accepts "^1.3.5"
apollo-server-core "^3.9.0"
apollo-server-types "^3.6.1"
apollo-server-core "^3.13.0"
apollo-server-types "^3.8.0"
body-parser "^1.19.0"
cors "^2.8.5"
parseurl "^1.3.3"
Expand All @@ -12425,7 +12563,7 @@ apollo-server-plugin-base@^3.7.2:
dependencies:
apollo-server-types "^3.8.0"

apollo-server-types@^3.6.1, apollo-server-types@^3.8.0:
apollo-server-types@^3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-3.8.0.tgz#d976b6967878681f715fe2b9e4dad9ba86b1346f"
integrity sha512-ZI/8rTE4ww8BHktsVpb91Sdq7Cb71rdSkXELSwdSR0eXu600/sY+1UXhTWdiJvk+Eq5ljqoHLwLbY2+Clq2b9A==
Expand Down Expand Up @@ -13571,7 +13709,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/blurhash/-/blurhash-1.1.5.tgz#3034104cd5dce5a3e5caa871ae2f0f1f2d0ab566"
integrity sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==

[email protected], body-parser@^1.19.0:
[email protected], body-parser@^1.19.0, body-parser@^1.20.0:
version "1.20.3"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
Expand Down Expand Up @@ -17451,7 +17589,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.4.0.tgz#5db412b8de83fa07ddb40f610c585ac8c1dab988"
integrity sha512-v1204w3cXu5gCDmAvgvzI6qjzZzoMWKnyVDk3ACgfswTQLYiGen+r8w0VnXnGMmzEN/g8fwIQ4JrFFd4ZP6ssg==

[email protected], express@^4.17.3:
[email protected], express@^4.17.1, express@^4.17.3:
version "4.21.0"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
Expand Down

0 comments on commit c7f13cd

Please sign in to comment.