Versions of the package graphql from 16.3.0 and before 16.8.1 are vulnerable to Denial of Service (DoS) due to insufficient checks in the OverlappingFieldsCanBeMergedRule.ts file when parsing large queries. This vulnerability allows an attacker to degrade system performance.
Note: It was not proven that this vulnerability can crash the process.
Release Notes
graphql/graphql-js (graphql)
### [`v16.8.1`](https://togithub.com/graphql/graphql-js/releases/tag/v16.8.1)
[Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.8.0...v16.8.1)
##### v16.8.1 (2023-09-19)
##### Bug Fix π
- [#3967](https://togithub.com/graphql/graphql-js/pull/3967) OverlappingFieldsCanBeMergedRule: Fix performance degradation ([@AaronMoat](https://togithub.com/AaronMoat))
##### Committers: 1
- Aaron Moat([@AaronMoat](https://togithub.com/AaronMoat))
### [`v16.8.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.8.0)
[Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.7.1...v16.8.0)
#### v16.8.0 (2023-08-14)
##### New Feature π
- [#3950](https://togithub.com/graphql/graphql-js/pull/3950) Support fourfold nested lists ([@gschulze](https://togithub.com/gschulze))
##### Committers: 1
- Gunnar Schulze([@gschulze](https://togithub.com/gschulze))
### [`v16.7.1`](https://togithub.com/graphql/graphql-js/releases/tag/v16.7.1)
[Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.7.0...v16.7.1)
#### v16.7.1 (2023-06-22)
:loudspeaker: Big shout out to [@phryneas](https://togithub.com/phryneas), who managed to reproduce this issue and come up with this fix.
##### Bug Fix π
- [#3923](https://togithub.com/graphql/graphql-js/pull/3923) instanceOf: workaround bundler issue with `process.env` ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 1
- Ivan Goncharov([@IvanGoncharov](https://togithub.com/IvanGoncharov))
### [`v16.7.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.7.0)
[Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.6.0...v16.7.0)
##### v16.7.0 (2023-06-21)
##### New Feature π
- [#3887](https://togithub.com/graphql/graphql-js/pull/3887) check "globalThis.process" before accessing it ([@kettanaito](https://togithub.com/kettanaito))
##### Bug Fix π
- [#3707](https://togithub.com/graphql/graphql-js/pull/3707) Fix crash in node when mixing sync/async resolvers (backport of [#3706](https://togithub.com/graphql/graphql-js/issues/3706)) ([@chrskrchr](https://togithub.com/chrskrchr))
- [#3838](https://togithub.com/graphql/graphql-js/pull/3838) Fix/invalid error propagation custom scalars (backport for 16.x.x) ([@stenreijers](https://togithub.com/stenreijers))
##### Committers: 3
- Artem Zakharchenko([@kettanaito](https://togithub.com/kettanaito))
- Chris Karcher([@chrskrchr](https://togithub.com/chrskrchr))
- Sten Reijers([@stenreijers](https://togithub.com/stenreijers))
### [`v16.6.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.6.0)
[Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.5.0...v16.6.0)
#### v16.6.0 (2022-08-16)
##### New Feature π
- [#3645](https://togithub.com/graphql/graphql-js/pull/3645) createSourceEventStream: introduce named arguments and deprecate positional arguments ([@yaacovCR](https://togithub.com/yaacovCR))
- [#3702](https://togithub.com/graphql/graphql-js/pull/3702) parser: limit maximum number of tokens ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Bug Fix π
- [#3686](https://togithub.com/graphql/graphql-js/pull/3686) Workaround for codesandbox having bug with TS enums ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3701](https://togithub.com/graphql/graphql-js/pull/3701) Parser: allow 'options' to explicitly accept undefined ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 2
- Ivan Goncharov([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- Yaacov Rydzinski ([@yaacovCR](https://togithub.com/yaacovCR))
### [`v16.5.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.5.0)
[Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.4.0...v16.5.0)
#### v16.5.0 (2022-05-09)
##### New Feature π
- [#3565](https://togithub.com/graphql/graphql-js/pull/3565) Expose GraphQLErrorOptions type ([#3554](https://togithub.com/graphql/graphql-js/issues/3554)) ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 1
- Ivan Goncharov([@IvanGoncharov](https://togithub.com/IvanGoncharov))
### [`v16.4.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.4.0)
[Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.3.0...v16.4.0)
#### v16.4.0 (2022-04-25)
##### New Feature π
- [#3465](https://togithub.com/graphql/graphql-js/pull/3465) refactor: use object for GraphQLError constructor ([@n1ru4l](https://togithub.com/n1ru4l))
- [#3487](https://togithub.com/graphql/graphql-js/pull/3487) feat: expose getArgumentValues ([@saihaj](https://togithub.com/saihaj))
##### Bug Fix π
- [#3514](https://togithub.com/graphql/graphql-js/pull/3514) GraphQLError: switch constructor overload order ([@glasser](https://togithub.com/glasser))
##### Docs π
2 PRs were merged
- [#3505](https://togithub.com/graphql/graphql-js/pull/3505) correct outdated documentation ([@Ginhing](https://togithub.com/Ginhing))
- [#3512](https://togithub.com/graphql/graphql-js/pull/3512) Update documentation on deprecated formatError(..) ([@dwelch2344](https://togithub.com/dwelch2344))
##### Polish π
3 PRs were merged
- [#3522](https://togithub.com/graphql/graphql-js/pull/3522) tests(execution): add missing new lines ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3524](https://togithub.com/graphql/graphql-js/pull/3524) tests(printSchema): test omitting schema of common names ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3537](https://togithub.com/graphql/graphql-js/pull/3537) ESLint: disallow using node globals in src/tests ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal π
26 PRs were merged
- [#3468](https://togithub.com/graphql/graphql-js/pull/3468) ci: add stub action for canary releases on PRs ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3470](https://togithub.com/graphql/graphql-js/pull/3470) ci: implement canary releases on PRs ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3472](https://togithub.com/graphql/graphql-js/pull/3472) ci: remove NPM caching on canary release script ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3473](https://togithub.com/graphql/graphql-js/pull/3473) ci: Pass 'GITHUB_TOKEN' to GitHub CLI ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3475](https://togithub.com/graphql/graphql-js/pull/3475) ci: checkout repo in canary workflow ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3477](https://togithub.com/graphql/graphql-js/pull/3477) ci: fix & cleanup script for modifying NPM package into canary ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3479](https://togithub.com/graphql/graphql-js/pull/3479) ci: Add missing require to canary script ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3481](https://togithub.com/graphql/graphql-js/pull/3481) ci: fix missing PR number in canary release workflow ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3483](https://togithub.com/graphql/graphql-js/pull/3483) ci: fix missing PR number in canary release workflow ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3484](https://togithub.com/graphql/graphql-js/pull/3484) ci: Moving GH Action template syntax to env variables ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3486](https://togithub.com/graphql/graphql-js/pull/3486) ci: improve comment on canary releases ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3488](https://togithub.com/graphql/graphql-js/pull/3488) ci: Extract branch publishing into separate workflow ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3489](https://togithub.com/graphql/graphql-js/pull/3489) ci: use '.node-version' file to configure node version used for CI ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3491](https://togithub.com/graphql/graphql-js/pull/3491) ci: use separate workflows for 'push' and 'pull_request' ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3493](https://togithub.com/graphql/graphql-js/pull/3493) ci: remove unused 'workflow_id' input ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3496](https://togithub.com/graphql/graphql-js/pull/3496) ci: fix deprecation of canary package ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3497](https://togithub.com/graphql/graphql-js/pull/3497) ci: use environments to track deployments ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3502](https://togithub.com/graphql/graphql-js/pull/3502) ci: fix deployments of npm & deno branches ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3503](https://togithub.com/graphql/graphql-js/pull/3503) ci: Add '[@github-actions](https://togithub.com/github-actions)' bot ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3523](https://togithub.com/graphql/graphql-js/pull/3523) github-actions-bot: replace 'octokit/request-action' action ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3525](https://togithub.com/graphql/graphql-js/pull/3525) github-actions-bot: Fix collapsing of unrelated comments ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3530](https://togithub.com/graphql/graphql-js/pull/3530) integrationTests/node: fix crash on Mac with M1 by using docker ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3534](https://togithub.com/graphql/graphql-js/pull/3534) github-actions-bot: fix publishing of canary releases ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3536](https://togithub.com/graphql/graphql-js/pull/3536) github-actions-bot: fix usage of NPM_CANARY_PR_PUBLISH_TOKEN ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3538](https://togithub.com/graphql/graphql-js/pull/3538) github-actions-bot: fix reply on commands ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3543](https://togithub.com/graphql/graphql-js/pull/3543) pass valid value to codecov config ([@is2ei](https://togithub.com/is2ei))
##### Dependency π¦
2 PRs were merged
- [#3485](https://togithub.com/graphql/graphql-js/pull/3485) Update deps ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
- [#3533](https://togithub.com/graphql/graphql-js/pull/3533) Update deps ([@IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 7
* David Glasser([@glasser](https://togithub.com/glasser))
* David Welch([@dwelch2344](https://togithub.com/dwelch2344))
* Ginhing([@Ginhing](https://togithub.com/Ginhing))
* Horie Issei([@is2ei](https://togithub.com/is2ei))
* Ivan Goncharov([@IvanGoncharov](https://togithub.com/IvanGoncharov))
* Laurin Quast([@n1ru4l](https://togithub.com/n1ru4l))
* Saihajpreet Singh([@saihaj](https://togithub.com/saihaj))
Configuration
π Schedule: Branch creation - "" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
16.3.0
->16.8.1
GitHub Vulnerability Alerts
CVE-2023-26144
Versions of the package graphql from 16.3.0 and before 16.8.1 are vulnerable to Denial of Service (DoS) due to insufficient checks in the OverlappingFieldsCanBeMergedRule.ts file when parsing large queries. This vulnerability allows an attacker to degrade system performance.
Note: It was not proven that this vulnerability can crash the process.
Release Notes
graphql/graphql-js (graphql)
### [`v16.8.1`](https://togithub.com/graphql/graphql-js/releases/tag/v16.8.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.8.0...v16.8.1) ##### v16.8.1 (2023-09-19) ##### Bug Fix π - [#3967](https://togithub.com/graphql/graphql-js/pull/3967) OverlappingFieldsCanBeMergedRule: Fix performance degradation ([@AaronMoat](https://togithub.com/AaronMoat)) ##### Committers: 1 - Aaron Moat([@AaronMoat](https://togithub.com/AaronMoat)) ### [`v16.8.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.8.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.7.1...v16.8.0) #### v16.8.0 (2023-08-14) ##### New Feature π - [#3950](https://togithub.com/graphql/graphql-js/pull/3950) Support fourfold nested lists ([@gschulze](https://togithub.com/gschulze)) ##### Committers: 1 - Gunnar Schulze([@gschulze](https://togithub.com/gschulze)) ### [`v16.7.1`](https://togithub.com/graphql/graphql-js/releases/tag/v16.7.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.7.0...v16.7.1) #### v16.7.1 (2023-06-22) :loudspeaker: Big shout out to [@phryneas](https://togithub.com/phryneas), who managed to reproduce this issue and come up with this fix. ##### Bug Fix π - [#3923](https://togithub.com/graphql/graphql-js/pull/3923) instanceOf: workaround bundler issue with `process.env` ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v16.7.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.7.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.6.0...v16.7.0) ##### v16.7.0 (2023-06-21) ##### New Feature π - [#3887](https://togithub.com/graphql/graphql-js/pull/3887) check "globalThis.process" before accessing it ([@kettanaito](https://togithub.com/kettanaito)) ##### Bug Fix π - [#3707](https://togithub.com/graphql/graphql-js/pull/3707) Fix crash in node when mixing sync/async resolvers (backport of [#3706](https://togithub.com/graphql/graphql-js/issues/3706)) ([@chrskrchr](https://togithub.com/chrskrchr)) - [#3838](https://togithub.com/graphql/graphql-js/pull/3838) Fix/invalid error propagation custom scalars (backport for 16.x.x) ([@stenreijers](https://togithub.com/stenreijers)) ##### Committers: 3 - Artem Zakharchenko([@kettanaito](https://togithub.com/kettanaito)) - Chris Karcher([@chrskrchr](https://togithub.com/chrskrchr)) - Sten Reijers([@stenreijers](https://togithub.com/stenreijers)) ### [`v16.6.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.6.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.5.0...v16.6.0) #### v16.6.0 (2022-08-16) ##### New Feature π - [#3645](https://togithub.com/graphql/graphql-js/pull/3645) createSourceEventStream: introduce named arguments and deprecate positional arguments ([@yaacovCR](https://togithub.com/yaacovCR)) - [#3702](https://togithub.com/graphql/graphql-js/pull/3702) parser: limit maximum number of tokens ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix π - [#3686](https://togithub.com/graphql/graphql-js/pull/3686) Workaround for codesandbox having bug with TS enums ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3701](https://togithub.com/graphql/graphql-js/pull/3701) Parser: allow 'options' to explicitly accept undefined ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Ivan Goncharov([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - Yaacov Rydzinski ([@yaacovCR](https://togithub.com/yaacovCR)) ### [`v16.5.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.5.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.4.0...v16.5.0) #### v16.5.0 (2022-05-09) ##### New Feature π - [#3565](https://togithub.com/graphql/graphql-js/pull/3565) Expose GraphQLErrorOptions type ([#3554](https://togithub.com/graphql/graphql-js/issues/3554)) ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v16.4.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.4.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.3.0...v16.4.0) #### v16.4.0 (2022-04-25) ##### New Feature π - [#3465](https://togithub.com/graphql/graphql-js/pull/3465) refactor: use object for GraphQLError constructor ([@n1ru4l](https://togithub.com/n1ru4l)) - [#3487](https://togithub.com/graphql/graphql-js/pull/3487) feat: expose getArgumentValues ([@saihaj](https://togithub.com/saihaj)) ##### Bug Fix π - [#3514](https://togithub.com/graphql/graphql-js/pull/3514) GraphQLError: switch constructor overload order ([@glasser](https://togithub.com/glasser)) ##### Docs π2 PRs were merged
- [#3505](https://togithub.com/graphql/graphql-js/pull/3505) correct outdated documentation ([@Ginhing](https://togithub.com/Ginhing)) - [#3512](https://togithub.com/graphql/graphql-js/pull/3512) Update documentation on deprecated formatError(..) ([@dwelch2344](https://togithub.com/dwelch2344))3 PRs were merged
- [#3522](https://togithub.com/graphql/graphql-js/pull/3522) tests(execution): add missing new lines ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3524](https://togithub.com/graphql/graphql-js/pull/3524) tests(printSchema): test omitting schema of common names ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3537](https://togithub.com/graphql/graphql-js/pull/3537) ESLint: disallow using node globals in src/tests ([@IvanGoncharov](https://togithub.com/IvanGoncharov))26 PRs were merged
- [#3468](https://togithub.com/graphql/graphql-js/pull/3468) ci: add stub action for canary releases on PRs ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3470](https://togithub.com/graphql/graphql-js/pull/3470) ci: implement canary releases on PRs ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3472](https://togithub.com/graphql/graphql-js/pull/3472) ci: remove NPM caching on canary release script ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3473](https://togithub.com/graphql/graphql-js/pull/3473) ci: Pass 'GITHUB_TOKEN' to GitHub CLI ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3475](https://togithub.com/graphql/graphql-js/pull/3475) ci: checkout repo in canary workflow ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3477](https://togithub.com/graphql/graphql-js/pull/3477) ci: fix & cleanup script for modifying NPM package into canary ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3479](https://togithub.com/graphql/graphql-js/pull/3479) ci: Add missing require to canary script ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3481](https://togithub.com/graphql/graphql-js/pull/3481) ci: fix missing PR number in canary release workflow ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3483](https://togithub.com/graphql/graphql-js/pull/3483) ci: fix missing PR number in canary release workflow ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3484](https://togithub.com/graphql/graphql-js/pull/3484) ci: Moving GH Action template syntax to env variables ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3486](https://togithub.com/graphql/graphql-js/pull/3486) ci: improve comment on canary releases ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3488](https://togithub.com/graphql/graphql-js/pull/3488) ci: Extract branch publishing into separate workflow ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3489](https://togithub.com/graphql/graphql-js/pull/3489) ci: use '.node-version' file to configure node version used for CI ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3491](https://togithub.com/graphql/graphql-js/pull/3491) ci: use separate workflows for 'push' and 'pull_request' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3493](https://togithub.com/graphql/graphql-js/pull/3493) ci: remove unused 'workflow_id' input ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3496](https://togithub.com/graphql/graphql-js/pull/3496) ci: fix deprecation of canary package ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3497](https://togithub.com/graphql/graphql-js/pull/3497) ci: use environments to track deployments ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3502](https://togithub.com/graphql/graphql-js/pull/3502) ci: fix deployments of npm & deno branches ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3503](https://togithub.com/graphql/graphql-js/pull/3503) ci: Add '[@github-actions](https://togithub.com/github-actions)' bot ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3523](https://togithub.com/graphql/graphql-js/pull/3523) github-actions-bot: replace 'octokit/request-action' action ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3525](https://togithub.com/graphql/graphql-js/pull/3525) github-actions-bot: Fix collapsing of unrelated comments ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3530](https://togithub.com/graphql/graphql-js/pull/3530) integrationTests/node: fix crash on Mac with M1 by using docker ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3534](https://togithub.com/graphql/graphql-js/pull/3534) github-actions-bot: fix publishing of canary releases ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3536](https://togithub.com/graphql/graphql-js/pull/3536) github-actions-bot: fix usage of NPM_CANARY_PR_PUBLISH_TOKEN ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3538](https://togithub.com/graphql/graphql-js/pull/3538) github-actions-bot: fix reply on commands ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3543](https://togithub.com/graphql/graphql-js/pull/3543) pass valid value to codecov config ([@is2ei](https://togithub.com/is2ei))2 PRs were merged
- [#3485](https://togithub.com/graphql/graphql-js/pull/3485) Update deps ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#3533](https://togithub.com/graphql/graphql-js/pull/3533) Update deps ([@IvanGoncharov](https://togithub.com/IvanGoncharov))Configuration
π Schedule: Branch creation - "" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.