Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed May 24, 2024
1 parent e359944 commit fbe229d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ executors:
BASH_ENV: /etc/profile ## Ref: https://circleci.com/docs/env-vars/#alpine-linux
NVM_ARCH_UNOFFICIAL_OVERRIDE: x64-musl ## Ref: https://github.com/nvm-sh/nvm/issues/1102#issuecomment-550572252
docker:
- image: node:lts-alpine # Ref: https://hub.docker.com/_/node?tab=tags&page=1&name=alpine
- image: node:18-alpine3.19 # Ref: https://hub.docker.com/_/node?tab=tags&page=1&name=alpine

default-machine:
working_directory: *WORKING_DIR
Expand Down
5 changes: 1 addition & 4 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
reject: [
# v6+ (ref: https://github.com/sindresorhus/get-port/releases/tag/v6.0.0) is an ESM library and thus not compatible with CommonJS. Future story needed to resolve.
# Issue is tracked here: https://github.com/mojaloop/project/issues/3616
"get-port",
# version 11.1.2 of the stream library is causing a number of test failures.
# Issue is tracked here: https://github.com/mojaloop/project/issues/3616
"@mojaloop/central-services-stream"
"get-port"
]
88 changes: 39 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
},
"overrides": {
"@mojaloop/event-sdk": "14.0.3-snapshot.5",
"@mojaloop/central-services-stream": "11.2.6-140.12",
"shins": {
"ejs": "^3.1.7",
"sanitize-html": "2.12.1",
Expand All @@ -88,17 +87,17 @@
"@mojaloop/central-services-health": "15.0.0",
"@mojaloop/central-services-logger": "11.3.1",
"@mojaloop/central-services-metrics": "12.0.8",
"@mojaloop/central-services-shared": "18.3.5",
"@mojaloop/central-services-stream": "11.2.6-140.12",
"@mojaloop/central-services-shared": "18.3.6",
"@mojaloop/central-services-stream": "11.3.0",
"@mojaloop/event-sdk": "14.0.3-snapshot.5",
"@mojaloop/sdk-standard-components": "18.1.0",
"@now-ims/hapi-now-auth": "2.1.0",
"axios": "1.7.1",
"axios": "1.7.2",
"blipp": "4.0.2",
"commander": "12.1.0",
"docdash": "2.0.2",
"fast-safe-stringify": "2.1.1",
"glob": "10.3.15",
"glob": "10.4.1",
"hapi-auth-bearer-token": "8.0.0",
"hapi-swagger": "17.2.1",
"mustache": "4.2.0",
Expand Down

0 comments on commit fbe229d

Please sign in to comment.