Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Confidence
@apollo/server (source) ^4.11.0 -> ^4.12.2 age confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.12.2

Compare Source

(No change; there is a change to the @apollo/server-integration-testsuite used to test integrations, and the two packages always have matching versions.)

v4.12.1

Compare Source

Patch Changes

v4.12.0

Compare Source

Minor Changes
  • #​8054 89e3f84 Thanks @​clenfest! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration option maxRecursiveSelections=true to enable with a maximum of 10,000,000, or maxRecursiveSelections=<number> for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.
Patch Changes

v4.11.3

Compare Source

Patch Changes

v4.11.2

Compare Source

(No change; there is a change to the @apollo/server-integration-testsuite used to test integrations, and the two packages always have matching versions.)

v4.11.1

Compare Source

Patch Changes
  • #​7952 bb81b2c Thanks @​glasser! - Upgrade dependencies so that automated scans don't detect a vulnerability.

    @apollo/server depends on express which depends on cookie. Versions of express older than v4.21.1 depend on a version of cookie vulnerable to CVE-2024-47764. Users of older express versions who call res.cookie() or res.clearCookie() may be vulnerable to this issue.

    However, Apollo Server does not call this function directly, and it does not expose any object to user code that allows TypeScript users to call this function without an unsafe cast.

    The only way that this direct dependency can cause a vulnerability for users of Apollo Server is if you call startStandaloneServer with a context function that calls Express-specific methods such as res.cookie() or res.clearCookies() on the response object, which is a violation of the TypeScript types provided by startStandaloneServer (which only promise that the response object is a core Node.js http.ServerResponse rather than the Express-specific subclass). So this vulnerability can only affect Apollo Server users who use unsafe JavaScript or unsafe as typecasts in TypeScript.

    However, this upgrade will at least prevent vulnerability scanners from alerting you to this dependency, and we encourage all Express users to upgrade their project's own express dependency to v4.21.1 or newer.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 1904883 to d938861 Compare October 30, 2024 02:20
@renovate renovate bot changed the title chore(deps): update dependency @apollo/server to ^4.11.1 chore(deps): update dependency @apollo/server to ^4.11.2 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from d938861 to 8392b96 Compare November 22, 2024 23:31
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 8392b96 to 59ff86d Compare December 22, 2024 19:58
@renovate renovate bot changed the title chore(deps): update dependency @apollo/server to ^4.11.2 chore(deps): update dependency @apollo/server to ^4.11.3 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 59ff86d to 8e3e451 Compare January 3, 2025 01:38
@renovate renovate bot changed the title chore(deps): update dependency @apollo/server to ^4.11.3 chore(deps): update dependency @apollo/server to ^4.12.0 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 8e3e451 to 7b6c253 Compare April 7, 2025 19:44
@renovate renovate bot changed the title chore(deps): update dependency @apollo/server to ^4.12.0 chore(deps): update dependency @apollo/server to ^4.12.1 May 14, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 7b6c253 to dcb7275 Compare May 14, 2025 18:58
@renovate renovate bot changed the title chore(deps): update dependency @apollo/server to ^4.12.1 chore(deps): update dependency @apollo/server to ^4.12.2 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from dcb7275 to d74ed98 Compare June 3, 2025 00:56
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from ec316aa to 7ef46d6 Compare August 31, 2025 22:19
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 7ef46d6 to 9c126ba Compare November 10, 2025 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants