Skip to content

Commit 3df002d

Browse files
committed
Add axios and xml2js to API dependencies
1 parent a7584c6 commit 3df002d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

apps/api/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
},
1919
"dependencies": {
2020
"@sr24/db": "*",
21+
"axios": "^1.13.2",
2122
"cors": "^2.8.5",
2223
"dotenv": "^17.2.3",
2324
"express": "^5.1.0",
2425
"express-rate-limit": "^8.2.1",
25-
"helmet": "^8.1.0"
26+
"helmet": "^8.1.0",
27+
"xml2js": "^0.6.2"
2628
}
2729
}

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)