Skip to content

fix(deps): upgrade grapql and lock immutable#1511

Draft
guoda-puidokaite wants to merge 1 commit intomainfrom
guoda-fix-immutable
Draft

fix(deps): upgrade grapql and lock immutable#1511
guoda-puidokaite wants to merge 1 commit intomainfrom
guoda-fix-immutable

Conversation

@guoda-puidokaite
Copy link
Contributor

Summary

Fix high vulnerabilities related to transitive dependency immutable.

Screenshot 2026-03-06 at 17 22 16

Upgrade:

  • @graphql-codegen/cli
  • @graphql-codegen/typescript
  • @graphql-codegen/typescript-operations

And lock immutable as below dependency doesn't have newer version:

  • @graphql-codegen/typescript-react-apollo

Testing Instructions

Load apps affected.

Checklist

  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or errors.
  • I have created a changeset for my changes.

PR Manifesto

Review the PR Manifesto for best practises.

@guoda-puidokaite guoda-puidokaite self-assigned this Mar 6, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 6, 2026

⚠️ No Changeset found

Latest commit: cad0a41

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Comment on lines +42 to +44
"@graphql-codegen/cli": "6.1.3",
"@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-operations": "5.0.9",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should override in each app rather than overall?

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.

2 participants