Skip to content

Commit c366ead

Browse files
chore(deps): Bump apollo-server-core from 2.22.1 to 2.26.2 (#1108)
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 2.22.1 to 2.26.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-server/commit/8fbc66cded6549d5a61433c9fed26775e60e0648"><code>8fbc66c</code></a> Release</li> <li><a href="https://github.com/apollographql/apollo-server/commit/f01644642b4b08aa006247f5928d7485bdd8af65"><code>f016446</code></a> fixup tests missing graphRef</li> <li><a href="https://github.com/apollographql/apollo-server/commit/f0c84d434448ba7f25bd134af25a25adef66a939"><code>f0c84d4</code></a> Merge pull request from GHSA-j5g3-5c8r-7qfx</li> <li><a href="https://github.com/apollographql/apollo-server/commit/84852fcfb40bc5ea83c341dba546464d6114d7ed"><code>84852fc</code></a> Release</li> <li><a href="https://github.com/apollographql/apollo-server/commit/a2b8fc6f93f9a188d0a2d41d4a86824f27178287"><code>a2b8fc6</code></a> Update dependency on graphql-upload fork to fix <a href="https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core/issues/7060">#7060</a></li> <li><a href="https://github.com/apollographql/apollo-server/commit/91de501bb389c07ccfc5e684811153267b91e9ac"><code>91de501</code></a> Release</li> <li><a href="https://github.com/apollographql/apollo-server/commit/ae444b2916deb2fa37dbd8fa091201235dc2ec6d"><code>ae444b2</code></a> Release</li> <li><a href="https://github.com/apollographql/apollo-server/commit/82d44985ddca8e61557957d67f41e9c1a705a5ca"><code>82d4498</code></a> Disable graphql-upload integration when it is not used (<a href="https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core/issues/6476">#6476</a>)</li> <li><a href="https://github.com/apollographql/apollo-server/commit/a725306525a99650af46effb72ae9afe780ed88b"><code>a725306</code></a> Release</li> <li><a href="https://github.com/apollographql/apollo-server/commit/5069bd81092ceb6e868535a59561017a68803914"><code>5069bd8</code></a> apollo-server-core: update GraphQL Playground React app</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-server/commits/[email protected]/packages/apollo-server-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apollo-server-core&package-manager=npm_and_yarn&previous-version=2.22.1&new-version=2.26.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/vercel/ncc/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f898f8e commit c366ead

File tree

1 file changed

+139
-100
lines changed

1 file changed

+139
-100
lines changed

yarn.lock

+139-100
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "^0.3.0"
1111

12+
13+
version "1.2.2"
14+
resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.2.2.tgz#4bd92cd7701ccaef6d517cdb75af2755f049f87c"
15+
integrity sha512-vF+zxhPiLtkwxONs6YanSt1EpwpGilThpneExUN5K3tCymuxNnVq2yojTvnpRjv2QfsEIt/n7ozPIIzBLwGIDQ==
16+
dependencies:
17+
"@protobufjs/aspromise" "^1.1.2"
18+
"@protobufjs/base64" "^1.1.2"
19+
"@protobufjs/codegen" "^2.0.4"
20+
"@protobufjs/eventemitter" "^1.1.0"
21+
"@protobufjs/fetch" "^1.1.0"
22+
"@protobufjs/float" "^1.0.2"
23+
"@protobufjs/inquire" "^1.1.0"
24+
"@protobufjs/path" "^1.1.2"
25+
"@protobufjs/pool" "^1.1.0"
26+
"@protobufjs/utf8" "^1.1.0"
27+
"@types/long" "^4.0.0"
28+
"@types/node" "^10.1.0"
29+
long "^4.0.0"
30+
1231
"@apollo/protobufjs@^1.0.3":
1332
version "1.0.5"
1433
resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.0.5.tgz#a78b726147efc0795e74c8cb8a11aafc6e02f773"
@@ -28,12 +47,10 @@
2847
"@types/node" "^10.1.0"
2948
long "^4.0.0"
3049

31-
"@apollographql/apollo-tools@^0.4.3":
32-
version "0.4.9"
33-
resolved "https://registry.yarnpkg.com/@apollographql/apollo-tools/-/apollo-tools-0.4.9.tgz#6abeef4c4586aec8208f71254b329e48ab50c07e"
34-
integrity sha512-M50pk8oo3CGTu4waGOklIX3YtTZoPfWG9K/G9WB8NpyQGA1OwYTiBFv94XqUtKElTDoFwoMXpMQd3Wy5dINvxA==
35-
dependencies:
36-
apollo-env "^0.6.6"
50+
"@apollographql/apollo-tools@^0.5.0":
51+
version "0.5.4"
52+
resolved "https://registry.yarnpkg.com/@apollographql/apollo-tools/-/apollo-tools-0.5.4.tgz#cb3998c6cf12e494b90c733f44dd9935e2d8196c"
53+
integrity sha512-shM3q7rUbNyXVVRkQJQseXv6bnYM3BUma/eZhwXR4xsuM+bqWnJKvW7SAfRjP7LuSCocrexa5AXhjjawNHrIlw==
3754

3855
"@apollographql/[email protected]":
3956
version "1.6.27"
@@ -42,13 +59,13 @@
4259
dependencies:
4360
xss "^1.0.8"
4461

45-
"@apollographql/graphql-upload-8-fork@^8.1.3":
46-
version "8.1.3"
47-
resolved "https://registry.yarnpkg.com/@apollographql/graphql-upload-8-fork/-/graphql-upload-8-fork-8.1.3.tgz#a0d4e0d5cec8e126d78bd915c264d6b90f5784bc"
48-
integrity sha512-ssOPUT7euLqDXcdVv3Qs4LoL4BPtfermW1IOouaqEmj36TpHYDmYDIbKoSQxikd9vtMumFnP87OybH7sC9fJ6g==
62+
"@apollographql/graphql-upload-8-fork@^8.1.4":
63+
version "8.1.4"
64+
resolved "https://registry.yarnpkg.com/@apollographql/graphql-upload-8-fork/-/graphql-upload-8-fork-8.1.4.tgz#898a6826cf53b13e42161884b0090d3bb8c8b2f3"
65+
integrity sha512-lHAj/PUegYu02zza9Pg0bQQYH5I0ah1nyIzu2YIqOv41P0vu3GCBISAmQCfFHThK7N3dy7dLFPhoKcXlXRLPoQ==
4966
dependencies:
5067
"@types/express" "*"
51-
"@types/fs-capacitor" "*"
68+
"@types/fs-capacitor" "^2.0.0"
5269
"@types/koa" "*"
5370
busboy "^0.3.1"
5471
fs-capacitor "^2.0.4"
@@ -2319,7 +2336,7 @@
23192336
"@types/qs" "*"
23202337
"@types/serve-static" "*"
23212338

2322-
"@types/fs-capacitor@*":
2339+
"@types/fs-capacitor@^2.0.0":
23232340
version "2.0.0"
23242341
resolved "https://registry.yarnpkg.com/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz#17113e25817f584f58100fb7a08eed288b81956e"
23252342
integrity sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==
@@ -2476,14 +2493,6 @@
24762493
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
24772494
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
24782495

2479-
2480-
version "2.5.7"
2481-
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c"
2482-
integrity sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==
2483-
dependencies:
2484-
"@types/node" "*"
2485-
form-data "^3.0.0"
2486-
24872496
"@types/node@*", "@types/node@>=10.0.0", "@types/node@>=12.0.0", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@>=8.1.0":
24882497
version "16.4.9"
24892498
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.9.tgz#04eb3da65d08ea377f5e682bf0d22dc1f5e7f19e"
@@ -3028,39 +3037,30 @@ anymatch@^3.0.3:
30283037
normalize-path "^3.0.0"
30293038
picomatch "^2.0.4"
30303039

3031-
apollo-cache-control@^0.12.0:
3032-
version "0.12.0"
3033-
resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.12.0.tgz#45aea0a232d0704e33c2b1a3c428a5500b29818c"
3034-
integrity sha512-kClF5rfAm159Nboul1LxA+l58Tjz0M8L1GUknEMpZt0UHhILLAn3BfcG3ToX4TbNoR9M57kKMUcbPWLdy3Up7w==
3035-
dependencies:
3036-
apollo-server-env "^3.0.0"
3037-
apollo-server-plugin-base "^0.11.0"
3038-
3039-
apollo-datasource@^0.8.0:
3040-
version "0.8.0"
3041-
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-0.8.0.tgz#8cf9103e83558bd30b3b522cb8ec80725c3160ce"
3042-
integrity sha512-gXgsGVLuejLc138z/2jUjPAzadDQxWbcLJyBgaQsg5BaXJNkv5uW/NjiSPk00cK51hyZrb0Xx8a+L+wPk2qIBA==
3040+
apollo-cache-control@^0.15.0:
3041+
version "0.15.0"
3042+
resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.15.0.tgz#45897ed318b883bf964960e6fcd7516a50b4e4d4"
3043+
integrity sha512-U2uYvHZsWmR6s6CD5zlq3PepfbUAM8953CeVM2Y2QYMtJ8i4CYplEPbIWb3zTIXSPbIPeWGddM56pChI6Iz3zA==
30433044
dependencies:
3044-
apollo-server-caching "^0.6.0"
3045-
apollo-server-env "^3.0.0"
3045+
apollo-server-env "^3.2.0"
3046+
apollo-server-plugin-base "^0.14.0"
30463047

3047-
apollo-env@^0.6.6:
3048-
version "0.6.6"
3049-
resolved "https://registry.yarnpkg.com/apollo-env/-/apollo-env-0.6.6.tgz#d7880805c4e96ee3d4142900a405176a04779438"
3050-
integrity sha512-hXI9PjJtzmD34XviBU+4sPMOxnifYrHVmxpjykqI/dUD2G3yTiuRaiQqwRwB2RCdwC1Ug/jBfoQ/NHDTnnjndQ==
3048+
apollo-datasource@^0.10.0:
3049+
version "0.10.0"
3050+
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-0.10.0.tgz#5450fc88f23f73b36ba04b4f7a6d00ef2f5364a9"
3051+
integrity sha512-wrLhuoM2MtA0KA0+3qyioe0H2FjAxjTvuFOlNCk6WberA887m0MQlWULZImCWTkKuN+zEAMerHfxN+F+W8+lBA==
30513052
dependencies:
3052-
"@types/node-fetch" "2.5.7"
3053-
core-js "^3.0.1"
3054-
node-fetch "^2.2.0"
3055-
sha.js "^2.4.11"
3053+
apollo-server-caching "^0.7.0"
3054+
apollo-server-env "^3.2.0"
30563055

3057-
apollo-graphql@^0.6.0:
3058-
version "0.6.1"
3059-
resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.6.1.tgz#d0bf0aff76f445de3da10e08f6974f1bf65f5753"
3060-
integrity sha512-ZRXAV+k+hboCVS+FW86FW/QgnDR7gm/xMUwJPGXEbV53OLGuQQdIT0NCYK7AzzVkCfsbb7NJ3mmEclkZY9uuxQ==
3056+
apollo-graphql@^0.9.0:
3057+
version "0.9.7"
3058+
resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.9.7.tgz#33185093b497a578f2df61ab8ecc6447d700ae64"
3059+
integrity sha512-bezL9ItUWUGHTm1bI/XzIgiiZbhXpsC7uxk4UxFPmcVJwJsDc3ayZ99oXxAaK+3Rbg/IoqrHckA6CwmkCsbaSA==
30613060
dependencies:
3062-
apollo-env "^0.6.6"
3061+
core-js-pure "^3.10.2"
30633062
lodash.sortby "^4.7.0"
3063+
sha.js "^2.4.11"
30643064

30653065
apollo-link@^1.2.14:
30663066
version "1.2.14"
@@ -3079,44 +3079,57 @@ apollo-reporting-protobuf@^0.6.2:
30793079
dependencies:
30803080
"@apollo/protobufjs" "^1.0.3"
30813081

3082+
apollo-reporting-protobuf@^0.8.0:
3083+
version "0.8.0"
3084+
resolved "https://registry.yarnpkg.com/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.8.0.tgz#ae9d967934d3d8ed816fc85a0d8068ef45c371b9"
3085+
integrity sha512-B3XmnkH6Y458iV6OsA7AhfwvTgeZnFq9nPVjbxmLKnvfkEl8hYADtz724uPa0WeBiD7DSFcnLtqg9yGmCkBohg==
3086+
dependencies:
3087+
"@apollo/protobufjs" "1.2.2"
3088+
30823089
apollo-server-caching@^0.6.0:
30833090
version "0.6.0"
30843091
resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.6.0.tgz#3140a023ce0be8c43ba0b2f5be9cc5d15d1a32f6"
30853092
integrity sha512-SfjKaccrhRzUQ8TAke9FrYppp4pZV3Rp8KCs+4Ox3kGtbco68acRPJkiYYtSVc4idR8XNAUOOVfAEZVNHdZQKQ==
30863093
dependencies:
30873094
lru-cache "^6.0.0"
30883095

3096+
apollo-server-caching@^0.7.0:
3097+
version "0.7.0"
3098+
resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.7.0.tgz#e6d1e68e3bb571cba63a61f60b434fb771c6ff39"
3099+
integrity sha512-MsVCuf/2FxuTFVhGLK13B+TZH9tBd2qkyoXKKILIiGcZ5CDUEBO14vIV63aNkMkS1xxvK2U4wBcuuNj/VH2Mkw==
3100+
dependencies:
3101+
lru-cache "^6.0.0"
3102+
30893103
apollo-server-core@^2.22.1:
3090-
version "2.22.1"
3091-
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.22.1.tgz#5ca27ab5e8ed815bab7e1e753c64e13301484527"
3092-
integrity sha512-US5MyrTYHwPQb8fTPn8a+CyupB5VHltC7X/yaT0zQkfI7GLLux1LI2Q1mNaRXqf03b89BGFnH4ghWQvVsNEbyw==
3104+
version "2.26.2"
3105+
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.26.2.tgz#5391bb93654194a5d6b83cf1855f229c94d5b3b1"
3106+
integrity sha512-r8jOhf1jElaxsNsALFMy/MLiJCqSa1ZiwxkerVYbsEkyWrpD1Khy0extDkTBrfa6uK8CatX7xK9U413bYNhJFA==
30933107
dependencies:
3094-
"@apollographql/apollo-tools" "^0.4.3"
3108+
"@apollographql/apollo-tools" "^0.5.0"
30953109
"@apollographql/graphql-playground-html" "1.6.27"
3096-
"@apollographql/graphql-upload-8-fork" "^8.1.3"
3110+
"@apollographql/graphql-upload-8-fork" "^8.1.4"
30973111
"@josephg/resolvable" "^1.0.0"
30983112
"@types/ws" "^7.0.0"
3099-
apollo-cache-control "^0.12.0"
3100-
apollo-datasource "^0.8.0"
3101-
apollo-graphql "^0.6.0"
3102-
apollo-reporting-protobuf "^0.6.2"
3103-
apollo-server-caching "^0.6.0"
3104-
apollo-server-env "^3.0.0"
3105-
apollo-server-errors "^2.4.2"
3106-
apollo-server-plugin-base "^0.11.0"
3107-
apollo-server-types "^0.7.0"
3108-
apollo-tracing "^0.13.0"
3113+
apollo-cache-control "^0.15.0"
3114+
apollo-datasource "^0.10.0"
3115+
apollo-graphql "^0.9.0"
3116+
apollo-reporting-protobuf "^0.8.0"
3117+
apollo-server-caching "^0.7.0"
3118+
apollo-server-env "^3.2.0"
3119+
apollo-server-errors "^2.5.0"
3120+
apollo-server-plugin-base "^0.14.0"
3121+
apollo-server-types "^0.10.0"
3122+
apollo-tracing "^0.16.0"
31093123
async-retry "^1.2.1"
31103124
fast-json-stable-stringify "^2.0.0"
3111-
graphql-extensions "^0.13.0"
3125+
graphql-extensions "^0.16.0"
31123126
graphql-tag "^2.11.0"
31133127
graphql-tools "^4.0.8"
31143128
loglevel "^1.6.7"
31153129
lru-cache "^6.0.0"
31163130
sha.js "^2.4.11"
3117-
subscriptions-transport-ws "^0.9.11"
3131+
subscriptions-transport-ws "^0.9.19"
31183132
uuid "^8.0.0"
3119-
ws "^6.0.0"
31203133

31213134
apollo-server-env@^3.0.0:
31223135
version "3.0.0"
@@ -3126,10 +3139,18 @@ apollo-server-env@^3.0.0:
31263139
node-fetch "^2.1.2"
31273140
util.promisify "^1.0.0"
31283141

3129-
apollo-server-errors@^2.4.2:
3130-
version "2.4.2"
3131-
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.4.2.tgz#1128738a1d14da989f58420896d70524784eabe5"
3132-
integrity sha512-FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ==
3142+
apollo-server-env@^3.2.0:
3143+
version "3.2.0"
3144+
resolved "https://registry.yarnpkg.com/apollo-server-env/-/apollo-server-env-3.2.0.tgz#0572e307da4784c5d7633a0ade1f45e231da28e3"
3145+
integrity sha512-V+kO5e6vUo2JwqV1/Ng71ZE3J6x1hCOC+nID2/++bCYl0/fPY9iLChbBNSgN/uoFcjhgmBchOv+m4o0Nie/TFQ==
3146+
dependencies:
3147+
node-fetch "^2.6.1"
3148+
util.promisify "^1.0.0"
3149+
3150+
apollo-server-errors@^2.5.0:
3151+
version "2.5.0"
3152+
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.5.0.tgz#5d1024117c7496a2979e3e34908b5685fe112b68"
3153+
integrity sha512-lO5oTjgiC3vlVg2RKr3RiXIIQ5pGXBFxYGGUkKDhTud3jMIhs+gel8L8zsEjKaKxkjHhCQAA/bcEfYiKkGQIvA==
31333154

31343155
apollo-server-express@^2.2.2:
31353156
version "2.22.1"
@@ -3154,12 +3175,21 @@ apollo-server-express@^2.2.2:
31543175
subscriptions-transport-ws "^0.9.16"
31553176
type-is "^1.6.16"
31563177

3157-
apollo-server-plugin-base@^0.11.0:
3158-
version "0.11.0"
3159-
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.11.0.tgz#6ceeb4d5f643ed739fd00e8b26d9981186c200d0"
3160-
integrity sha512-Du68x0XCyQ6EWlgoL9Z+1s8fJfXgY131QbKP7ao617StQPzwB0aGCwxBDfcMt1A75VXf4TkvV1rdUH5YeJFlhQ==
3178+
apollo-server-plugin-base@^0.14.0:
3179+
version "0.14.0"
3180+
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.14.0.tgz#f59b6ab7780304162d2e4fd9ee29ed0696b174ef"
3181+
integrity sha512-nTNSFuBhZURGjtWptdVqwemYUOdsvABj/GSKzeNvepiEubiv4N0rt4Gvy1inHDiMbo98wQTdF/7XohNcB9A77g==
31613182
dependencies:
3162-
apollo-server-types "^0.7.0"
3183+
apollo-server-types "^0.10.0"
3184+
3185+
apollo-server-types@^0.10.0:
3186+
version "0.10.0"
3187+
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-0.10.0.tgz#af578bf507151a0e86fbdf188f9673ece3f8f164"
3188+
integrity sha512-LsB3epw1X3Co/HGiKHCGtzWG35J59gG8Ypx0p22+wgdM9AVDm1ylsNGZy+osNIVJc1lUJf3nF5kZ90vA866K/w==
3189+
dependencies:
3190+
apollo-reporting-protobuf "^0.8.0"
3191+
apollo-server-caching "^0.7.0"
3192+
apollo-server-env "^3.2.0"
31633193

31643194
apollo-server-types@^0.7.0:
31653195
version "0.7.0"
@@ -3170,13 +3200,13 @@ apollo-server-types@^0.7.0:
31703200
apollo-server-caching "^0.6.0"
31713201
apollo-server-env "^3.0.0"
31723202

3173-
apollo-tracing@^0.13.0:
3174-
version "0.13.0"
3175-
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.13.0.tgz#8621b1ae351f862bb48b6de7a85696288977d148"
3176-
integrity sha512-28z4T+XfLQ6t696usU0nTFDxVN8BfF3o74d2p/zsT4eu1OuoyoDOEmVJqdInmVRpyTJK0tDEOjkIuDJJHZftog==
3203+
apollo-tracing@^0.16.0:
3204+
version "0.16.0"
3205+
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.16.0.tgz#8542ca40ae4a3f84f899e749631b65833557ceb1"
3206+
integrity sha512-Oy8kTggB+fJ/hHXwHyMpuTl5KW7u1XetKFDErZVOobUKc2zjc/NgWiC/s7SGYZCgfLodBjvwfa6rMcvLkz7c0w==
31773207
dependencies:
3178-
apollo-server-env "^3.0.0"
3179-
apollo-server-plugin-base "^0.11.0"
3208+
apollo-server-env "^3.2.0"
3209+
apollo-server-plugin-base "^0.14.0"
31803210

31813211
apollo-utilities@^1.0.1, apollo-utilities@^1.3.0:
31823212
version "1.3.4"
@@ -4997,6 +5027,11 @@ copy@^0.3.2:
49975027
resolve-dir "^0.1.0"
49985028
to-file "^0.2.0"
49995029

5030+
core-js-pure@^3.10.2:
5031+
version "3.32.1"
5032+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.32.1.tgz#5775b88f9062885f67b6d7edce59984e89d276f3"
5033+
integrity sha512-f52QZwkFVDPf7UEQZGHKx6NYxsxmVGJe5DIvbzOdRMJlmT6yv0KDjR8rmy3ngr/t5wU54c7Sp/qIJH0ppbhVpQ==
5034+
50005035
50015036
version "3.6.5"
50025037
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
@@ -5007,11 +5042,6 @@ core-js@^2.4.0, core-js@^2.5.7:
50075042
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
50085043
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
50095044

5010-
core-js@^3.0.1:
5011-
version "3.9.1"
5012-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.9.1.tgz#cec8de593db8eb2a85ffb0dbdeb312cb6e5460ae"
5013-
integrity sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg==
5014-
50155045
[email protected], core-util-is@~1.0.0:
50165046
version "1.0.2"
50175047
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -7317,14 +7347,14 @@ graceful-fs@^4.2.11:
73177347
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
73187348
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
73197349

7320-
graphql-extensions@^0.13.0:
7321-
version "0.13.0"
7322-
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.13.0.tgz#34d7f9c1bf49d09c4f1fa8b5d33e6c961a1889fb"
7323-
integrity sha512-Bb7E97nvfX4gtrIdZ/i5YFlqOd6MGzrw8ED+t4wQVraYje6NQ+8P8MHMOV2WZLfbW8zsNTx8NdnnlbsdH5siag==
7350+
graphql-extensions@^0.16.0:
7351+
version "0.16.0"
7352+
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.16.0.tgz#32669fde0a2f115de60e5dda818ae457c1d71bb8"
7353+
integrity sha512-rZQc/USoEIw437BGRUwoHoLPR1LA791Ltj6axONqgKIyyx2sqIO3YT9kTbB/eIUdJBrCozp4KuUeZ09xKeQDxg==
73247354
dependencies:
7325-
"@apollographql/apollo-tools" "^0.4.3"
7326-
apollo-server-env "^3.0.0"
7327-
apollo-server-types "^0.7.0"
7355+
"@apollographql/apollo-tools" "^0.5.0"
7356+
apollo-server-env "^3.2.0"
7357+
apollo-server-types "^0.10.0"
73287358

73297359
graphql-subscriptions@^1.0.0:
73307360
version "1.2.1"
@@ -11079,7 +11109,7 @@ node-fetch-npm@^2.0.2:
1107911109
json-parse-better-errors "^1.0.0"
1108011110
safe-buffer "^5.1.1"
1108111111

11082-
[email protected], node-fetch@^2.1.2, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.1:
11112+
[email protected], node-fetch@^2.1.2, node-fetch@^2.3.0, node-fetch@^2.6.1:
1108311113
version "2.6.1"
1108411114
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1108511115
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
@@ -14633,7 +14663,7 @@ subarg@^1.0.0:
1463314663
dependencies:
1463414664
minimist "^1.1.0"
1463514665

14636-
subscriptions-transport-ws@^0.9.11, subscriptions-transport-ws@^0.9.16:
14666+
subscriptions-transport-ws@^0.9.16:
1463714667
version "0.9.18"
1463814668
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz#bcf02320c911fbadb054f7f928e51c6041a37b97"
1463914669
integrity sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==
@@ -14644,6 +14674,17 @@ subscriptions-transport-ws@^0.9.11, subscriptions-transport-ws@^0.9.16:
1464414674
symbol-observable "^1.0.4"
1464514675
ws "^5.2.0"
1464614676

14677+
subscriptions-transport-ws@^0.9.19:
14678+
version "0.9.19"
14679+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.19.tgz#10ca32f7e291d5ee8eb728b9c02e43c52606cdcf"
14680+
integrity sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==
14681+
dependencies:
14682+
backo2 "^1.0.2"
14683+
eventemitter3 "^3.1.0"
14684+
iterall "^1.2.1"
14685+
symbol-observable "^1.0.4"
14686+
ws "^5.2.0 || ^6.0.0 || ^7.0.0"
14687+
1464714688
success-symbol@^0.1.0:
1464814689
version "0.1.0"
1464914690
resolved "https://registry.yarnpkg.com/success-symbol/-/success-symbol-0.1.0.tgz#24022e486f3bf1cdca094283b769c472d3b72897"
@@ -16240,12 +16281,10 @@ ws@^5.2.0:
1624016281
dependencies:
1624116282
async-limiter "~1.0.0"
1624216283

16243-
ws@^6.0.0:
16244-
version "6.2.1"
16245-
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
16246-
integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
16247-
dependencies:
16248-
async-limiter "~1.0.0"
16284+
"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
16285+
version "7.5.9"
16286+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
16287+
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
1624916288

1625016289
ws@^7.0.0, ws@^7.4.5:
1625116290
version "7.5.3"

0 commit comments

Comments
 (0)