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 8f52367 commit a5102ba
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 40 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
61 changes: 25 additions & 36 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"@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",
"@mojaloop/central-services-shared": "18.3.6",
"@mojaloop/central-services-stream": "11.3.0",
"@mojaloop/database-lib": "11.0.5",
"@mojaloop/event-sdk": "14.0.3-snapshot.5",
"@mojaloop/sdk-standard-components": "18.1.0",
Expand All @@ -122,7 +122,7 @@
"devDependencies": {
"@types/jest": "29.5.12",
"audit-ci": "^6.6.1",
"axios": "1.7.1",
"axios": "1.7.2",
"docdash": "2.0.2",
"get-port": "5.1.1",
"jest": "29.7.0",
Expand Down

0 comments on commit a5102ba

Please sign in to comment.