Dependency check and subsequent tidy-up#37
Open
battmarn wants to merge 13 commits intocgzirim:mainfrom
Open
Conversation
Bumps the go_modules group with 1 update in the /server directory: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.32.0 to 1.33.0 --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.33.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the go_modules group with 1 update in the /server directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.22.0 to 0.38.0 - [Commits](golang/net@v0.22.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the go_modules group with 1 update in the /server directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.23.0 to 0.35.0 - [Commits](golang/crypto@v0.23.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
…odules-0ea2499fc9 Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /server in the go_modules group across 1 directory
…odules-bbb8b02913 Bump golang.org/x/net from 0.22.0 to 0.38.0 in /server in the go_modules group across 1 directory
…odules-ee7f9554a6 Bump golang.org/x/crypto from 0.23.0 to 0.35.0 in /server in the go_modules group across 1 directory
Bumps the go_modules group with 1 update in the /server directory: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.17.0 to 0.27.0 - [Commits](golang/oauth2@v0.17.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
…odules-985326579b Bump golang.org/x/oauth2 from 0.17.0 to 0.27.0 in /server in the go_modules group across 1 directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ran
npx depcheck, fixed missing and removed unused node modules.Also used Dependabot to update some go dependencies.