chore(deps): bump @apollo/server from 4.7.4 to 4.9.3
Bumps @apollo/server from 4.7.4 to 4.9.3.
Release notes
Sourced from @apollo/server's releases.
@apollo/server-integration-testsuite@4.9.3Patch Changes
@apollo/server@4.9.3Patch Changes
a1c725eafThanks@trevor-scheer! - Ensure API keys are valid header values on startupApollo Server previously performed no sanitization or validation of API keys on startup. In the case that an API key was provided which contained characters that are invalid as header values, Apollo Server could inadvertently log the API key in cleartext.
This only affected users who:
- Provide an API key with characters that are invalid as header values
- Use either schema or usage reporting
- Use the default fetcher provided by Apollo Server or configure their own
node-fetchfetcherApollo Server now trims whitespace from API keys and validates that they are valid header values. If an invalid API key is provided, Apollo Server will throw an error on startup.
For more details, see the security advisory: https://github.com/apollographql/apollo-server/security/advisories/GHSA-j5g3-5c8r-7qfx
@apollo/server-integration-testsuite@4.9.2Patch Changes
@apollo/server@4.9.2Patch Changes
#7699
62e7d940dThanks@trevor-scheer! - Fix error path attachment for list itemsPreviously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message:
Could not find node with path x.y.1, defaulting to put errors on root node.This change places these errors at their correct paths and removes the log.
@apollo/server-integration-testsuite@4.9.1Patch Changes
@apollo/server@4.9.1Patch Changes
... (truncated)
Changelog
Sourced from @apollo/server's changelog.
4.9.3
Patch Changes
a1c725eafThanks@trevor-scheer! - Ensure API keys are valid header values on startupApollo Server previously performed no sanitization or validation of API keys on startup. In the case that an API key was provided which contained characters that are invalid as header values, Apollo Server could inadvertently log the API key in cleartext.
This only affected users who:
- Provide an API key with characters that are invalid as header values
- Use either schema or usage reporting
- Use the default fetcher provided by Apollo Server or configure their own
node-fetchfetcherApollo Server now trims whitespace from API keys and validates that they are valid header values. If an invalid API key is provided, Apollo Server will throw an error on startup.
For more details, see the security advisory: https://github.com/apollographql/apollo-server/security/advisories/GHSA-j5g3-5c8r-7qfx
4.9.2
Patch Changes
#7699
62e7d940dThanks@trevor-scheer! - Fix error path attachment for list itemsPreviously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message:
Could not find node with path x.y.1, defaulting to put errors on root node.This change places these errors at their correct paths and removes the log.
4.9.1
Patch Changes
- #7672
ebfde0007Thanks@trevor-scheer! - Add missingnonceonscripttag for non-embedded landing page4.9.0
Minor Changes
#7617
4ff81ca50Thanks@trevor-scheer! - Introduce newApolloServerPluginSubscriptionCallbackplugin. This plugin implements the subscription callback protocol which is used by Apollo Router. This feature implements subscriptions over HTTP via a callback URL which Apollo Router registers with Apollo Server. This feature is currently in preview and is subject to change.You can enable callback subscriptions like so:
import { ApolloServerPluginSubscriptionCallback } from '@apollo/server/plugin/subscriptionCallback'; import { ApolloServer } from '@apollo/server';const server = new ApolloServer({
... (truncated)
Commits
a9d288aVersion Packages (#7712)2c8106cMerge pull request from GHSA-j5g3-5c8r-7qfxd6ce603create README for technical details of landing pages (#7671)e8c00a7Version Packages (#7702)62b941achore(deps): update all non-major dependencies (#7693)62e7d94Fix trace placement for errors occurring in lists (#7699)b72485achore: update documentation to include install commands for typescript (#7691)a48e8e0Version Packages (#7673)ebfde00Add missingnoncetoscripttag (#7672)1235611Version Packages (#7661)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
All modified lines are covered by tests :white_check_mark:
Comparison is base (
c636b80) 58.19% compared to head (f1e34c0) 58.19%.
Additional details and impacted files
@@ Coverage Diff @@
## develop #3566 +/- ##
========================================
Coverage 58.19% 58.19%
========================================
Files 845 845
Lines 16591 16591
Branches 3024 3024
========================================
Hits 9655 9655
Misses 6893 6893
Partials 43 43
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot recreate