-
Notifications
You must be signed in to change notification settings - Fork 27
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
fix: protobuff vuln issue #455
Merged
Merged
Conversation
This file contains 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
…being set correctly fix(mojaloop/#3382): sdk-scheme-adapter config.transactionRequestsEndpoint is not being set correctly - mojaloop/project#3382 - added missing config mapping for transactionRequestsEndpoint on OutboundRequestToPayModel
chore(mojaloop/#3363): nodejs maintenance upgrade - mojaloop/project#3363 - upgraded dockerfile, nvmrc and circleci configs
…-scheme-adapter into chore/node-upgrade
- updated Dockerfile to use lts-node, and added a comment to indicate that it should be set - updated main readme to also include info about building docker image from source
- updated slack orb - fixed paths for storing unit tests results
…chore/node-upgrade # Conflicts: # .circleci/config.yml # .yarnrc.yml # audit-ci.jsonc # modules/api-svc/package.json # modules/outbound-command-event-handler/package.json # modules/outbound-domain-event-handler/package.json # modules/private-shared-lib/package.json # package.json # yarn.lock
- renamed defaults_Dependencies to defaults_docker_Dependencies for yaml anchors - added defaults_machine_Dependencies re-usable yaml anchor - general ci cleanup
…chore/node-upgrade # Conflicts: # package.json
mdebarros
requested review from
elnyry-sam-k,
vijayg10 and
kleyow
as code owners
July 10, 2023 08:44
vijayg10
approved these changes
Jul 10, 2023
15 tasks
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.
Follow-up to chore(mojaloop/#3386): sdk nodejs maintenance upgrade - mojaloop/project#3386