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

bot: Update dependencies (bulk dependabot PRs) 03-06-2024 #2674

Merged
merged 16 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
cc697d3
bot: Bump go.opentelemetry.io/otel/sdk/metric from 1.26.0 to 1.27.0
dependabot[bot] May 27, 2024
ff7ff5b
Merge branch 'develop' into dependabot/go_modules/go.opentelemetry.io…
shahzadlone May 28, 2024
03d50eb
bot: Bump @typescript-eslint/eslint-plugin in /playground
dependabot[bot] Jun 3, 2024
ec8abd2
bot: Bump @typescript-eslint/parser from 7.10.0 to 7.11.0 in /playground
dependabot[bot] Jun 3, 2024
6461c38
bot: Bump github.com/spf13/viper from 1.18.2 to 1.19.0
dependabot[bot] Jun 3, 2024
59f05b2
bot: Bump graphiql from 3.2.2 to 3.2.3 in /playground
dependabot[bot] Jun 3, 2024
1a5a241
bot: Bump vite from 5.2.11 to 5.2.12 in /playground
dependabot[bot] Jun 3, 2024
8288f24
bot: Bump swagger-ui-react from 5.17.12 to 5.17.14 in /playground
dependabot[bot] Jun 3, 2024
9f0d69f
Merge dependabot/npm_and_yarn/playground/swagger-ui-react-5.17.14 int…
github-actions[bot] Jun 3, 2024
101337c
Merge dependabot/npm_and_yarn/playground/vite-5.2.12 into combined-bo…
github-actions[bot] Jun 3, 2024
d375a73
Merge dependabot/npm_and_yarn/playground/graphiql-3.2.3 into combined…
github-actions[bot] Jun 3, 2024
1073a1d
Merge dependabot/go_modules/github.com/spf13/viper-1.19.0 into combin…
github-actions[bot] Jun 3, 2024
5db7131
Merge dependabot/npm_and_yarn/playground/typescript-eslint/parser-7.1…
github-actions[bot] Jun 3, 2024
95968c0
Merge dependabot/go_modules/go.opentelemetry.io/otel/sdk/metric-1.27.…
github-actions[bot] Jun 3, 2024
444e79a
Resolve: Merge remote-tracking branch 'U/dependabot/npm_and_yarn/play…
shahzadlone Jun 3, 2024
b484516
Merge branch 'develop' into combined-bot-prs-branch
shahzadlone Jun 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ require (
github.com/sourcenetwork/sourcehub v0.2.1-0.20240305165631-9b75b1000724
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.18.2
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/tidwall/btree v1.7.0
github.com/valyala/fastjson v1.6.4
Expand Down Expand Up @@ -245,7 +245,7 @@ require (
github.com/opencontainers/runtime-spec v1.2.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/piprate/json-gold v0.5.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,8 @@ github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 h1:onHthvaw9LFnH4t2D
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58/go.mod h1:DXv8WO4yhMYhSNPKjeNKa5WY9YCIEBRbNzFFPJbWO6Y=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac=
github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s=
github.com/perimeterx/marshmallow v1.1.5/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw=
Expand Down Expand Up @@ -1104,8 +1104,8 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ=
github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk=
github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI=
github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg=
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI=
Expand Down
Loading
Loading