Skip to content

Commit

Permalink
chore: bumped up the versions and resolved the audits
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay committed Dec 7, 2022
1 parent 0dfe4b3 commit bf8b4e3
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 49 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
mojaloop-testing-toolkit:
image: mojaloop/ml-testing-toolkit:v15.0.0
image: mojaloop/ml-testing-toolkit:v15.3.0
#image: mojaloop/ml-testing-toolkit:local
#build:
# context: .
Expand All @@ -18,7 +18,7 @@ services:
- -c
- "npm start"
mojaloop-testing-toolkit-ui:
image: mojaloop/ml-testing-toolkit-ui:v15.0.1
image: mojaloop/ml-testing-toolkit-ui:v15.0.3
ports:
- "6060:6060"
environment:
Expand Down
2 changes: 1 addition & 1 deletion native-app-generation/build-native-app.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TTK_UI_TAG="v15.0.0"
TTK_UI_TAG="v15.0.3"

HelpMessage () {
echo "Usage: $0 -platform [macos|linux|win] -arch [x64|x86|armv6|armv7]"
Expand Down
72 changes: 27 additions & 45 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"jest": "^28.1.3",
"jest-junit": "^15.0.0",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.4.3",
"npm-check-updates": "^16.5.1",
"nyc": "^15.1.0",
"parse-strings-in-object": "1.6.0",
"pre-commit": "1.2.2",
Expand Down

0 comments on commit bf8b4e3

Please sign in to comment.