Skip to content
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

Update dependency type-graphql to v0.17.6 [SECURITY] #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
type-graphql (source) 0.17.1 -> 0.17.6 age adoption passing confidence

GitHub Vulnerability Alerts

GHSA-xf64-2f9p-6pqq

Versions of type-graphql prior to 0.17.6 are vulnerable to Information Exposure. The package leaks the resolver source code in an error message. It is possible to force this error when no subscription topics are provided in the request.

Recommendation

Upgrade to version 0.17.6 or later.


Release Notes

MichalLytek/type-graphql (type-graphql)

v0.17.6

Compare Source

Fixes
  • fix leaking resolver source code in MissingSubscriptionTopicsError error message (#​489)

v0.17.5

Compare Source

Features
  • rename DepreciationOptions interface to DeprecationOptions and deprecate the old one
  • update deps to newest minor versions (tslib, semver, graphql-query-complexity and glob)
  • support nested array types (@Field(type => [[Int]])) (#​393)
  • deprecate the direct array syntax for union types
Fixes
  • fix errors on circular refs in union types (#​364) by adding the function syntax (() => TClassTypes)

v0.17.4

Compare Source

Features
  • add support for creating custom parameter decorators (#​329)
  • allow to provide custom subscribe function in @Subscription decorator (#​328)

v0.17.3

Compare Source

Features
  • update packages semver to ^6.0.0 and graphql-subscriptions to ^1.1.0
Fixes
  • fix broken compatibility with newer @types/graphql due to using removed private types (e.g. MaybePromise) (#​320)

v0.17.2

Compare Source

Features
  • add support for defining resolveType function for interfaces and unions (#​319)
  • add support for setting default nullability for fields and return types (#​297)
  • add skipCheck option in buildSchema to disable checking the correctness of a schema
  • add postinstall script for printing info on console about supporting the project
Fixes
  • fix generating plain resolvers for queries and mutations (compatibility with Apollo client state)

Configuration

📅 Schedule: Branch creation - "" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency type-graphql to v0.17.6 [SECURITY] Update dependency type-graphql to v0.17.6 [SECURITY] - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/npm-type-graphql-vulnerability branch December 8, 2024 18:34
@renovate renovate bot changed the title Update dependency type-graphql to v0.17.6 [SECURITY] - autoclosed Update dependency type-graphql to v0.17.6 [SECURITY] Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/npm-type-graphql-vulnerability branch from f388619 to 92343ad Compare December 8, 2024 21:17
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.

0 participants