nexodus-io / nexodus

Network Connectivity as a Service
https://nexodus.io
Apache License 2.0
56 stars 26 forks source link

build(deps): bump the production-dependencies group across 1 directory with 42 updates #2035

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the production-dependencies group with 24 updates in the / directory:

Package From To
github.com/cockroachdb/cockroach-go/v2 2.3.6 2.3.8
github.com/coredns/coredns 1.11.1 1.11.3
github.com/coreos/go-oidc/v3 3.9.0 3.10.0
github.com/cucumber/godog 0.14.0 0.14.1
github.com/docker/docker 25.0.3+incompatible 26.1.2+incompatible
github.com/emersion/go-smtp 0.20.2 0.21.2
github.com/gin-contrib/cors 1.5.0 1.7.2
github.com/gin-contrib/zap 0.2.0 1.1.3
github.com/gin-gonic/gin 1.9.1 1.10.0
github.com/go-gormigrate/gormigrate/v2 2.1.1 2.1.2
github.com/itchyny/gojq 0.12.14 0.12.15
github.com/jackc/pgx/v5 5.5.4 5.5.5
github.com/mhmtszr/concurrent-swiss-map 1.0.6 1.0.8
github.com/miekg/dns 1.1.58 1.1.59
github.com/testcontainers/testcontainers-go 0.28.0 0.31.0
github.com/uptrace/opentelemetry-go-extra/otelgorm 0.2.3 0.2.4
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin 0.46.1 0.51.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.22.0 1.26.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.21.0 1.26.0
gorm.io/driver/postgres 1.5.4 1.5.7
gorm.io/driver/sqlite 1.5.4 1.5.5
nhooyr.io/websocket 1.8.10 1.8.11
tailscale.com 1.58.0 1.66.1
github.com/open-policy-agent/opa 0.61.0 0.64.1

Updates github.com/cockroachdb/cockroach-go/v2 from 2.3.6 to 2.3.8

Release notes

Sourced from github.com/cockroachdb/cockroach-go/v2's releases.

v2.3.8

What's Changed

Full Changelog: https://github.com/cockroachdb/cockroach-go/compare/v2.2.16...v2.3.8

Commits
  • eef1cc4 workflows: add job to aggregate all test results
  • 75d820d update github.com/jackc/pgx to v4.18.3
  • 32a6d65 Add option to configure cache size
  • See full diff in compare view


Updates github.com/coredns/coredns from 1.11.1 to 1.11.3

Release notes

Sourced from github.com/coredns/coredns's releases.

v1.11.3

This release contains some new features, bug fixes, and package updates. Because of the deployment issues with the previous release, all changed features from 1.11.2 have been included in this release. New features include:

  • When the forward plugin receives a malformed upstream response that overflows, it will now send an empty response to the client with the truncated (TC) bit set to prompt the client to retry over TCP.
  • The rewrite plugin can now rewrite response codes.
  • The dnstap plugin now supports adding metadata to the dnstap extra field.

Brought to You By

Amila Senadheera, Ben Kochie, Benjamin, Chris O'Haver, Grant Spence, John Belamaric, Keita Kitamura, Marius Kimmina, Michael Grosser, Ondřej Benkovský, P. Radha Krishna, Rahil Bhimjiani, Sri Harsha, Tom Thorogood, Willow (GHOST), Yong Tang, Yuheng, Zhizhen He, guangwu, journey-c, pschou Ted Ford

Noteworthy Changes

... (truncated)

Commits
  • a7ed346 dnstap: uses pointer receiver for small response writer (#6644)
  • 4531515 chore: fix function name in comment (#6608)
  • 5b6d8e3 [plugin/forward] Strip local zone from IPV6 nameservers (#6635)
  • c15fe97 1.11.3 release notes and version bump (#6639)
  • 41a6bcc build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.61.0 to 1.62.0 (#6612)
  • a0f74a8 build(deps): bump github.com/aws/aws-sdk-go from 1.51.16 to 1.51.25 (#6632)
  • 4f33527 build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 (#6633)
  • 2942ade build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 (#6634)
  • 3e76623 build(deps): bump github.com/prometheus/common from 0.52.2 to 0.53.0 (#6631)
  • 83e58b8 build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#6622)
  • Additional commits viewable in compare view


Updates github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0

Release notes

Sourced from github.com/coreos/go-oidc/v3's releases.

v3.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/coreos/go-oidc/compare/v3.9.0...v3.10.0

Commits


Updates github.com/cucumber/godog from 0.14.0 to 0.14.1

Release notes

Sourced from github.com/cucumber/godog's releases.

v0.14.1

What's Changed

New Contributors

Full Changelog: https://github.com/cucumber/godog/compare/v0.14.0...v0.14.1

Changelog

Sourced from github.com/cucumber/godog's changelog.

[v0.14.1]

Added

  • Provide testing.T-compatible interface on test context, allowing usage of assertion libraries such as testify's assert/require - (571 - mrsheepuk)
  • Created releasing guidelines - (608 - glibas)

Fixed

Commits
  • 095a19b Update CHANGELOG.md
  • 7017c73 Provide a useful implementation of something compatible with testing.T (#571)
  • 10407bc fix invalid memory address or nil pointer dereference when calling TestSuite ...
  • fd3e0d5 chore(deps): update actions/cache action to v4 (#598)
  • 18088df chore(deps): update codecov/codecov-action action to v4 (#607)
  • da57dd0 Fix step duration calculation (#616)
  • 153db4e chore(deps): update dominikh/staticcheck-action action to v1.3.1 (#614)
  • 27ad3c2 Create releasing guidelines (#608)
  • 244de82 fix(deps): update module github.com/cucumber/godog to v0.14.0 (#610)
  • 7579883 Prepare CHANGELOG.md for new release (#606)
  • See full diff in compare view


Updates github.com/docker/docker from 25.0.3+incompatible to 26.1.2+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v26.1.2

26.1.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix issue where the CLI process would sometimes hang when a container failed to start. docker/cli#5062

Packaging updates

v26.1.1

26.1.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix docker run -d printing an context canceled spurious error when OTEL is configured. docker/cli#5044
  • Experimental environment variable DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1 will prevent the daemon from removing the kernel-assigned link local address on a Linux bridge. moby/moby#47775
  • Resolve an issue preventing container creation on hosts with a read-only /proc/sys/net filesystem. If IPv6 cannot be disabled on an interface due to this, either disable IPv6 by default on the host or ensure /proc/sys/net is read-write. Otherwise, start dockerd with DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1 to bypass the error. moby/moby#47769

[!NOTE] The DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE is added as a temporary fix and will be phased out in a future major release after simplifying the IPv6 enablement process.

Packaging updates

v26.1.0

26.1.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

... (truncated)

Commits
  • ef1912d Merge pull request #47806 from vvoland/v26.1-47805
  • 10739af update to go1.21.10
  • ac2de55 Merge pull request #47775 from vvoland/v26.1-47771
  • 9a2b531 Merge pull request #47774 from vvoland/v26.1-47769
  • 2f5bbbe Option to avoid deleting the kernel_ll address from bridges.
  • 4061808 Allow for a read-only "/proc/sys/net".
  • 21da192 Merge pull request #47767 from austinvazquez/cherry-pick-eeec716e332e5c058dfe...
  • 2c91196 Update containerd to v1.7.16
  • a9a8787 Merge pull request #47762 from tonistiigi/26.1-update-buildkit-v0.13.2
  • c9689ec vendor: update buildkit to v0.13.2
  • Additional commits viewable in compare view


Updates github.com/emersion/go-smtp from 0.20.2 to 0.21.2

Commits
  • e74d8b3 server: unify logic to decode SASL response
  • 170fe35 client: add Client.readResponse helper
  • 52a8bf5 Add remote addr in error handler log
  • 5e727ac Do not use HELLO as fallback of EHLO when server responds with 421
  • 8fc2197 client: fix server responses in TestClient_TooLongLine
  • 50fb661 ci: add gofmt check
  • 55c4101 ci: enable data race detector
  • 262ffd9 ci: switch to alpine/latest
  • a990aa0 server: fix TestServerAcceptErrorHandling data race
  • 6f31b3a server: fix failingListener data race in tests
  • Additional commits viewable in compare view


Updates github.com/gin-contrib/cors from 1.5.0 to 1.7.2

Release notes

Sourced from github.com/gin-contrib/cors's releases.

v1.7.2

Changelog

Enhancements

  • f952c06051ba36d87edf074af15b36a56e5d6e16: chore: improve changelog generation and categorization (@​appleboy)
  • c4d5284215fd8858cb5b88b3c5d5fab2a6b43d91: chore: update dependencies and refactor imports (@​appleboy)

Build process updates

  • 064064f7214ebfe75a019e6534b92f1ce709065e: ci: update Go workflow linting action to v5 (@​appleboy)

v1.7.1

Changelog

Enhancements

  • 71a48a2 chore: update third-party dependencies to latest versions

Others

  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage

v1.7.0

Changelog

Bug fixes

  • 7f30a1f fix: improve error handling and test robustness

Enhancements

  • 9d49f16 chore(cors): Allow a custom validation function which receives the full gin context (#140)

Others

  • 4447aeb refactor: refactor request handling and improve CORS checks

v1.6.0

Changelog

Features

  • eac6c48 feat(schema): allow usage of custom schemas (#139)

Bug fixes

Enhancements

  • f41df75 chore: update GitHub actions to latest versions
  • 2451987 chore: update dependencies to latest versions
  • 7d356c2 chore: update dependencies to latest versions
  • 5da0aee chore: update third-party dependencies
  • 8263fce chore: update version of actions/setup-go in GitHub workflows

Others

  • fcbd06f ci: enhance testing matrix and tolerance limits
  • f08c1bc ci: refactor CI workflows and improve tests
  • 30792dc ci: refactor GitHub Actions workflows
  • 0e993b7 ci: update GitHub Actions to Version 3
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#145)
  • 85bf9fb test: improve CORS wildcard handling and testing (#144)
  • d5002f2 test: refactor tests and update CI configurations
Commits
  • 064064f ci: update Go workflow linting action to v5
  • c4d5284 chore: update dependencies and refactor imports
  • f952c06 chore: improve changelog generation and categorization
  • 71a48a2 chore: update third-party dependencies to latest versions
  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage
  • 4447aeb refactor: refactor request handling and improve CORS checks
  • 9d49f16 chore(cors): Allow a custom validation function which receives the full gin c...
  • 7f30a1f fix: improve error handling and test robustness
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#145)
  • Additional commits viewable in compare view


Updates github.com/gin-contrib/zap from 0.2.0 to 1.1.3

Release notes

Sourced from github.com/gin-contrib/zap's releases.

v1.1.3

Changelog

Refactor

  • e3d6f724f4eda3fb2750d0119a187283696a8e2f: refactor: logging and add conditional checks (@​appleboy)

v1.1.2

Changelog

Enhancements

  • 17f2a0c72e26ede3ba5997117c5a9c17b5e72268: chore: refine build and changelog configurations (@​appleboy)
  • 78ab44ec851cbad94398ab407ccf6c3a73029492: chore: update dependencies and refactor imports (@​appleboy)

v1.1.1

Changelog

Enhancements

  • 173fe6c chore: update third-party dependencies to latest versions

v1.1.0

Changelog

Features

  • 5b62309 feat: implement skip path regexps feature in zap package (#72)

Enhancements

  • 372417f chore: refactor error handling and linter configurations

Others

  • d5accec refactor: refactor file paths to use constants

v1.0.0

Changelog

Features

  • d4400a8 feat(func): implement Skipper functionality for logging configuration (#71)
  • 58dd173 feat: consolidate code examples into new file

Enhancements

  • 0dbb391 chore(deps): bump actions/setup-go from 2 to 4 (#59)
  • 1358676 chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#62)
  • 4da7ce3 chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#58)
  • a63110e chore(level): make log level configurable (#53)
  • 35a621a chore: remove duplication log to msg (#69)
  • 4c79a60 chore: update GitHub Actions and Test Configurations
  • 6f17b6f chore: update GitHub Actions versions in workflow files
  • 737c214 chore: update Go versions in GitHub Actions workflow
  • 2e44ef6 chore: update configuration files for Go version and tags
  • d7a16ba chore: update dependencies across multiple modules
  • c5decc3 chore: update dependencies to latest versions
  • d017ca5 chore: update golang.org/x packages to latest versions
  • cd1bff6 chore: update version of actions/setup-go in GitHub workflows

Others

  • 6ad826e build: update minimum Go version to 1.19
  • 5d56699 ci: refactor CI/CD workflows and dependencies
  • 54107a6 ci: update GitHub Actions workflow to use latest CodeQL version
  • 7d7b817 ci: update workflows and test tolerances
  • a9803c5 refactor: refactor testing functions in zap_test file
Commits
  • e3d6f72 refactor: logging and add conditional checks
  • 78ab44e chore: update dependencies and refactor imports
  • 17f2a0c chore: refine build and changelog configurations
  • 173fe6c chore: update third-party dependencies to latest versions
  • ca35b5f docs: improve documentation and add example code
  • 5b62309 feat: implement skip path regexps feature in zap package (#72)
  • 0abce4a docs: implement custom skipper function in README
  • d5accec refactor: refactor file paths to use constants
  • 372417f chore: refactor error handling and linter configurations
  • 58dd173 feat: consolidate code examples into new file
  • Additional commits viewable in compare view


Updates github.com/gin-gonic/gin from 1.9.1 to 1.10.0

Release notes

Sourced from github.com/gin-gonic/gin's releases.

v1.10.0

Changelog

Features

  • 5f458dd1a6d631f324e4af9a4f5429ffdf199342: feat(auth): add proxy-server authentication (#3877) (@​EndlessParadox1)
  • 7a865dcf1dbe6ec52e074b1ddce830d278eb72cf: feat(bind): ShouldBindBodyWith shortcut and change doc (#3871) (@​RedCrazyGhost)
  • a18219566ca25fc51e6d2886bed849c6c3a0cd12: feat(binding): Support custom BindUnmarshaler for binding. (#3933) (@​dkkb)
  • fd1faaded01aef14a3955ec076f1cbeb9cb87775: feat(binding): support override default binding implement (#3514) (@​ssfyn)
  • ac5e84d93ce34359bfd2f346cb2971ea754d83e3: feat(engine): Added OptionFunc and With (#3572) (@​flc1125)
  • c6ae2e69666a2b36203b29650ee75d172c725c66: feat(logger): ability to skip logs based on user-defined logic (#3593) (@​palvaneh)

Bug fixes

  • d4e413648824333726ef65de5defc457e9dbf095: Revert "fix(uri): query binding bug (#3236)" (#3899) (@​appleboy)
  • 3dc1cd6572b4e3a0cd170a15debe546c2c72294f: fix(binding): binding error while not upload file (#3819) (#3820) (@​clearcodecn)
  • 82bcd6d39bfe9c22032764ff3b0b6f8ef1673e49: fix(binding): dereference pointer to struct (#3199) (@​echovl)
  • 2b1da2b0b38dfc5d5841266037c0c8b249eca1dd: fix(context): make context Value method adhere to Go standards (#3897) (@​FarmerChillax)
  • f70dd00b00bc0a46cb18b55bfe1f918d5d29b511: fix(engine): fix unit test (#3878) (@​flc1125)
  • 86ff4a64c7efe1a1c875529835eeef9e15de1e86: fix(header): Allow header according to RFC 7231 (HTTP 405) (#3759) (@​Crocmagnon)
  • 09f8224593e31edf3c58ab3f13bc31ef53473733: fix(route): Add fullPath in context copy (#3784) (@​KarthikReddyPuli)
  • 9f598a31aafb92d675f38f1c8371e4ac76f858bf: fix(router): catch-all conflicting wildcard (#3812) (@​FirePing32)
  • 4a40f8f1a49b9086b461d97e167c3b9628d8b923: fix(sec): upgrade golang.org/x/crypto to 0.17.0 (#3832) (@​chncaption)
  • 386d244068db3693f938db4ead6d1f5f85942e3f: fix(tree): correctly expand the capacity of params (#3502) (@​georgijd-form3)
  • 8790d08909fc4d193c6c787c9c72f3089168f411: fix(uri): query binding bug (#3236) (@​illiafox)
  • 44d0dd70924dd154e3b98bc340accc53484efa9c: fix: Add pointer support for url query params (#3659) (#3666) (@​omkar-foss)
  • 646312aef6a34095476ac846b0920db5fb24b2ea: fix: protect Context.Keys map when call Copy method (#3873) (@​kingcanfish)

Enhancements

  • d4a64265f21993368c90602c18e778bf04ef36db: chore(CI): update release args (#3595) (@​qloog)
  • bb3519d26f52835cf00e5e430b52651a9c378c97: chore(IP): add TrustedPlatform constant for Fly.io. (#3839) (@​ab)
  • 1b3c0859693fc85290c01ba098b1440d4776549f: chore(debug): add ability to override the debugPrint statement (#2337) (@​josegonzalez)
  • a64286a7760be2031209686ce4d36e99d42dd419: chore(deps): update dependencies to latest versions (#3835) (@​appleboy)
  • 9c61295efeea99f6c9d1722294f1bf61d8e464d6: chore(header): Add support for RFC 9512: application/yaml (#3851) (@​vincentbernat)
  • a481ee2897af1e368de5c919fbeb21b89aa26fc7: chore(http): use white color for HTTP 1XX (#3741) (@​viralparmarme)
  • c964ad370bbe007f1b18a7570f058a66f05fbe1f: chore(optimize): the ShouldBindUri method of the Context struct (#3911) (@​1911860538)
  • 739d2d9c80e0298dafb5df1c30bae35d63935d6c: chore(perf): Optimize the Copy method of the Context struct (#3859) (@​1911860538)
  • 3ea8bd99fbb4e499d70a0c8e1ce2ce4b7c6348b6: chore(refactor): modify interface check way (#3855) (@​demoManito)
  • ab8042e9e5370bbe0e93ea5adc6e74ae4c5df95e: chore(request): check reader if it's nil before reading (#3419) (@​noahyao1024)
  • 0d9dbbb44551a872d30fd89d4d55ba0515d646fd: chore(security): upgrade Protobuf for CVE-2024-24786 (#3893) (@​Fotkurz)
  • ecdbbbe9483dd12222f2085f717a2c7cb5ac55fe: chore: refactor CI and update dependencies (#3848) (@​appleboy)
  • 39089af62535b27aa63608f341c0a339aa88f64e: chore: refactor configuration files for better readability (#3951) (@​appleboy)
  • 160c1730efd30046239c802d5b9f895a708c3f4c: chore: update GitHub Actions configuration (#3792) (@​appleboy)
  • 0397e5e0c0f8f8176c29f7edd8f1bff8e45df780: chore: update changelog categories and improve documentation (#3917) (@​appleboy)
  • 62b50cfbc0de877207ff74c160a23dff6394f563: chore: update dependencies to latest versions (#3694) (@​appleboy)
  • 638aa19e7d30513f7bc777c62ff8558fd5f90ea5: chore: update external dependencies to latest versions (#3950) (@​appleboy)
  • c6f90df4e0c888c69524307cc35952ec2e7ead41: chore: update various Go dependencies to latest versions (#3901) (@​appleboy)

Build process updates

  • 78f4687875d72d10392f8a77008cbefdec4c0aa0: build(codecov): Added a codecov configuration (#3891) (@​flc1125)
  • 56dc72c4d5b1076fc9c6b81f57299739c11910b8: ci(Makefile): vet command add .PHONY (#3915) (@​imalasong)
  • 8ab47c694ea93fdb442b617961ce9b3171151749: ci(lint): update tooling and workflows for consistency (#3834) (@​appleboy)
  • 8acbe657f1c140e3fba38f869978cab2376500c9: ci(release): refactor changelog regex patterns and exclusions (#3914) (@​appleboy)
  • 000fdb3ac95c7c318440afbd98eaf60f7430a1db: ci(testing): add go1.22 version (#3842) (@​appleboy)

Documentation updates

... (truncated)

Changelog

Sourced from github.com/gin-gonic/gin's changelog.

Gin v1.10.0

Features

Bug fixes

Enhancements

Build process updates

... (truncated)

Commits
  • 75ccf94 feat: update version constant to v1.10.0 (#3952)
  • 39089af chore: refactor configuration files for better readability (#3951)
  • 638aa19 chore: update external dependencies to latest versions (#3950)
  • a182195 feat(binding): Support custom BindUnmarshaler for binding. (#3933)
  • b4f66e9 chore(deps): bump github.com/bytedance/sonic from 1.11.3 to 1.11.6 (#3940)
  • f80ade7 chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#3941)
  • 0397e5e chore: update changelog categories and improve documentation (#3917)
  • c6f90df chore: update various Go dependencies to latest versions (#3901)
  • 8acbe65 ci(release): refactor changelog regex patterns and exclusions (#3914)
  • 56dc72c ci(Makefile): vet command add .PHONY (#3915)
  • Additional commits viewable in compare view


Updates github.com/go-gormigrate/gormigrate/v2 from 2.1.1 to 2.1.2

Release notes

Sourced from github.com/go-gormigrate/gormigrate/v2's releases.

v2.1.2

Added

Changed

  • Update dependencies
Changelog

Sourced from github.com/go-gormigrate/gormigrate/v2's changelog.

[2.1.2] - 2024-03-18

Added

Changed

  • Update dependencies
Commits
  • db7575c Merge pull request #218 from go-gormigrate/update-deps
  • e2a0213 Release 2.1.2
  • 68141c7 Fix LastInsertId error in postgres driver, closes #217
  • 00412f7 Bump go deps
  • 3ae8ad4 readme: add mariadb alongside mysql
  • 238380d integration-test: cleanup
  • e033684 integration-test: bump postgres image 14 => 16
  • 82b4678 integration-test: bump mariadb image 10 => 11, add missing mysql 8
  • 943719b ci: remove go matrix from integration-test, use version from go.mod instead
  • 2533ee1 integration-test: bump go to latest 1.22
  • Additional commits viewable in compare view


Updates github.com/itchyny/gojq from 0.12.14 to 0.12.15

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.15

  • implement ltrim, rtrim, and trim functions
  • implement gojq.ParseError for getting the offset and token of query parsing error
  • implement gojq.HaltError for detecting halt errors and stopping outer iteration
  • fix object construction with duplicate keys ({x:0,y:1} | {a:.x,a:.y})
  • fix halt and halt_error functions to stop the command execution immediately
  • fix variable scope of binding syntax ("a" as $v | def f: $v; "b" as $v | f)
  • fix pre-defined variables to be available in initial modules ($ARGS in ~/.jq)
  • fix ltrimstr and rtrimstr functions to emit error on non-string input
  • fix nearbyint and rint functions to round ties to even
  • improve parser to allow reduce, foreach, if, try-catch syntax as object values
  • remove pow10 in favor of exp10, define scalbn and scalbln by ldexp
Changelog

Sourced from

netlify[bot] commented 1 month ago

Deploy Preview for nexodus-docs canceled.

Name Link
Latest commit d99c54371bc4a4de1861c16aff1001fbc444b7f9
Latest deploy log https://app.netlify.com/sites/nexodus-docs/deploys/6641c881ce81010008f135fd
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.