Skip to content

Commit f4786d5

Browse files
committed
Add AUD currency to mobile app ; update dependencies
1 parent 47e6297 commit f4786d5

File tree

12 files changed

+1123
-997
lines changed

12 files changed

+1123
-997
lines changed

api/package-lock.json

+84-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"author": "",
1717
"license": "ISC",
1818
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^8.19.0",
20-
"@typescript-eslint/parser": "^8.19.0",
19+
"@typescript-eslint/eslint-plugin": "^8.20.0",
20+
"@typescript-eslint/parser": "^8.20.0",
2121
"eslint": "^8.57.0",
2222
"eslint-config-airbnb-base": "^15.0.0",
2323
"eslint-plugin-import": "^2.31.0",
2424
"nodemon": "^3.1.9",
25-
"npm-check-updates": "^17.1.13",
25+
"npm-check-updates": "^17.1.14",
2626
"tsx": "^4.19.2"
2727
},
2828
"dependencies": {
@@ -38,7 +38,7 @@
3838
"@types/express": "^4.17.21",
3939
"@types/jest": "^29.5.14",
4040
"@types/multer": "^1.4.12",
41-
"@types/node": "^22.10.2",
41+
"@types/node": "^22.10.7",
4242
"@types/nodemailer": "^6.4.17",
4343
"@types/supertest": "^6.0.2",
4444
"@types/validator": "^13.12.2",
@@ -59,7 +59,7 @@
5959
"i18n-js": "^4.5.1",
6060
"jest": "^29.7.0",
6161
"jose": "^5.9.6",
62-
"mongoose": "^8.9.3",
62+
"mongoose": "^8.9.5",
6363
"multer": "^1.4.5-lts.1",
6464
"nanoid": "^5.0.9",
6565
"nocache": "^4.0.0",

0 commit comments

Comments
 (0)