- Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade graphql from 16.4.0 to 16.11.0 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade graphql from 16.4.0 to 16.11.0. See this package in npm: graphql See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/4c056a5d-2d12-4fa1-a431-237af4cd1bcc?utm_source=github&utm_medium=referral&page=upgrade-pr
|
|
Reviewer's GuideThis PR upgrades the GraphQL library from version 16.4.0 to 16.11.0 by updating the dependency declaration in package.json and regenerating the lockfile. Class Diagram: Key API Additions in GraphQL (Post-Upgrade to v16.11.0)classDiagram class ExecutionContext { +maxCoercionErrors: number } class DocumentNode { +tokenCount: number } State Diagram: Vulnerability Mitigation via GraphQL UpgradestateDiagram-v2 direction LR [*] --> Vulnerable Vulnerable: Project with graphql@16.4.0\n(Affected by SNYK-JS-GRAPHQL-5905181) Vulnerable --> Patched : Upgrade to graphql@16.11.0 Patched: Project with graphql@16.11.0\n(SNYK-JS-GRAPHQL-5905181 Fixed) Patched --> [*] File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Deploy Preview for enchanting-melba-222e50 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Snyk has created this PR to upgrade graphql from 16.4.0 to 16.11.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 18 versions ahead of your current version.
The recommended version was released a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-GRAPHQL-5905181
Release notes
Package name: graphql
v16.11.0 (2025-04-26)
New Feature 🚀
Bug Fix 🐞
Docs 📝
11 PRs were merged
/api-v16
(@ dimaMachina)Polish 💅
Internal 🏠
4 PRs were merged
Committers: 8
v16.10.0 (2024-12-15)
New Feature 🚀
extensions
in GraphQLFormattedError (@ tpoisseau)Bug Fix 🐞
Docs 📝
10 PRs were merged
@ oneOf
in the graphql-js documentation (@ JoviDeCroock)Internal 🏠
4 PRs were merged
Committers: 5
v16.9.0 (2024-06-21)
New Feature 🚀
@ oneOf
directive (@ benjie)Committers: 1
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade GraphQL dependency from version 16.4.0 to 16.11.0 to incorporate recent fixes and improvements, including resolution of a Denial of Service vulnerability
Bug Fixes:
Enhancements: