Skip to content

Commit c50f690

Browse files
renovate[bot]Infratographer Actions Bot
andauthored
fix(deps): update module github.com/99designs/gqlgen to v0.17.81 (#238)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/99designs/gqlgen](https://redirect.github.com/99designs/gqlgen) | `v0.17.80` -> `v0.17.81` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2f99designs%2fgqlgen/v0.17.81?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2f99designs%2fgqlgen/v0.17.80/v0.17.81?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary> ### [`v0.17.81`](https://redirect.github.com/99designs/gqlgen/releases/tag/v0.17.81) [Compare Source](https://redirect.github.com/99designs/gqlgen/compare/v0.17.80...v0.17.81) #### What's Changed - Fix a high severity CSRF vulnerability in the Apollo Embedded Sandbox code. This was reported to Apollo last week. Full details here: [GHSA-w87v-7w53-wwxv](https://redirect.github.com/apollographql/embeddable-explorer/security/advisories/GHSA-w87v-7w53-wwxv). Fixes [#&#8203;3847](https://redirect.github.com/99designs/gqlgen/issues/3847) in next two items - Add tool for updating Apollo Sandbox by [@&#8203;StevenACoffman](https://redirect.github.com/StevenACoffman) in [#&#8203;3848](https://redirect.github.com/99designs/gqlgen/pull/3848) - remove trailing duplicate script in apollo playground embedd by [@&#8203;opensaucerer](https://redirect.github.com/opensaucerer) in [#&#8203;3849](https://redirect.github.com/99designs/gqlgen/pull/3849) - feat: new federation.options.entity\_resolver\_multi option by [@&#8203;atzedus](https://redirect.github.com/atzedus) in [#&#8203;3852](https://redirect.github.com/99designs/gqlgen/pull/3852) #### New Contributors - [@&#8203;opensaucerer](https://redirect.github.com/opensaucerer) made their first contribution in [#&#8203;3849](https://redirect.github.com/99designs/gqlgen/pull/3849) **Full Changelog**: <99designs/gqlgen@v0.17.80...v0.17.81> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/infratographer/metadata-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Signed-off-by: Infratographer Actions Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Infratographer Actions Bot <[email protected]>
1 parent 4492f2a commit c50f690

11 files changed

+12
-12
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.6
77
require (
88
entgo.io/contrib v0.7.0
99
entgo.io/ent v0.14.5
10-
github.com/99designs/gqlgen v0.17.80
10+
github.com/99designs/gqlgen v0.17.81
1111
github.com/Yamashou/gqlgenc v0.33.0
1212
github.com/brianvoe/gofakeit/v7 v7.7.3
1313
github.com/hashicorp/go-multierror v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ entgo.io/ent v0.14.5 h1:Rj2WOYJtCkWyFo6a+5wB3EfBRP0rnx1fMk6gGA0UUe4=
88
entgo.io/ent v0.14.5/go.mod h1:zTzLmWtPvGpmSwtkaayM2cm5m819NdM7z7tYPq3vN0U=
99
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
1010
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
11-
github.com/99designs/gqlgen v0.17.80 h1:S64VF9SK+q3JjQbilgdrM0o4iFQgB54mVQ3QvXEO4Ek=
12-
github.com/99designs/gqlgen v0.17.80/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
11+
github.com/99designs/gqlgen v0.17.81 h1:kCkN/xVyRb5rEQpuwOHRTYq83i0IuTQg9vdIiwEerTs=
12+
github.com/99designs/gqlgen v0.17.81/go.mod h1:vgNcZlLwemsUhYim4dC1pvFP5FX0pr2Y+uYUoHFb1ig=
1313
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 h1:He8afgbRMd7mFxO99hRNu+6tazq8nFF9lIwo9JFroBk=
1414
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8=
1515
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0=

internal/graphapi/annotation.resolvers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package graphapi
22

33
// This file will be automatically regenerated based on the schema, any resolver implementations
44
// will be copied through when generating and any unknown code will be moved to the end.
5-
// Code generated by github.com/99designs/gqlgen version v0.17.80
5+
// Code generated by github.com/99designs/gqlgen version v0.17.81
66

77
import (
88
"context"

internal/graphapi/annotationnamespace.resolvers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package graphapi
22

33
// This file will be automatically regenerated based on the schema, any resolver implementations
44
// will be copied through when generating and any unknown code will be moved to the end.
5-
// Code generated by github.com/99designs/gqlgen version v0.17.80
5+
// Code generated by github.com/99designs/gqlgen version v0.17.81
66

77
import (
88
"context"

internal/graphapi/ent.resolvers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package graphapi
22

33
// This file will be automatically regenerated based on the schema, any resolver implementations
44
// will be copied through when generating and any unknown code will be moved to the end.
5-
// Code generated by github.com/99designs/gqlgen version v0.17.80
5+
// Code generated by github.com/99designs/gqlgen version v0.17.81
66

77
// AnnotationNamespace returns AnnotationNamespaceResolver implementation.
88
func (r *Resolver) AnnotationNamespace() AnnotationNamespaceResolver {

internal/graphapi/entity.resolvers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package graphapi
22

33
// This file will be automatically regenerated based on the schema, any resolver implementations
44
// will be copied through when generating and any unknown code will be moved to the end.
5-
// Code generated by github.com/99designs/gqlgen version v0.17.80
5+
// Code generated by github.com/99designs/gqlgen version v0.17.81
66

77
import (
88
"context"

internal/graphapi/metadata.resolvers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package graphapi
22

33
// This file will be automatically regenerated based on the schema, any resolver implementations
44
// will be copied through when generating and any unknown code will be moved to the end.
5-
// Code generated by github.com/99designs/gqlgen version v0.17.80
5+
// Code generated by github.com/99designs/gqlgen version v0.17.81
66

77
import (
88
"context"

internal/graphapi/resourceowner.resolvers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package graphapi
22

33
// This file will be automatically regenerated based on the schema, any resolver implementations
44
// will be copied through when generating and any unknown code will be moved to the end.
5-
// Code generated by github.com/99designs/gqlgen version v0.17.80
5+
// Code generated by github.com/99designs/gqlgen version v0.17.81
66

77
import (
88
"context"

internal/graphapi/status.resolvers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package graphapi
22

33
// This file will be automatically regenerated based on the schema, any resolver implementations
44
// will be copied through when generating and any unknown code will be moved to the end.
5-
// Code generated by github.com/99designs/gqlgen version v0.17.80
5+
// Code generated by github.com/99designs/gqlgen version v0.17.81
66

77
import (
88
"context"

internal/graphapi/statusnamespace.resolvers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package graphapi
22

33
// This file will be automatically regenerated based on the schema, any resolver implementations
44
// will be copied through when generating and any unknown code will be moved to the end.
5-
// Code generated by github.com/99designs/gqlgen version v0.17.80
5+
// Code generated by github.com/99designs/gqlgen version v0.17.81
66

77
import (
88
"context"

0 commit comments

Comments
 (0)