Skip to content

Commit a5ed642

Browse files
Update useBruno dependencies
1 parent eb5cf39 commit a5ed642

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

bruno/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"@usebruno/cli": "^3.2.2",
13-
"axios": "^1.15.0"
13+
"axios": "^1.15.0",
14+
"uuid": "^14.0.0",
15+
"fast-xml-parser": "^5.7.2"
1416
},
1517
"overrides": {
1618
"@usebruno/cli": {
17-
"axios": "$axios"
19+
"axios": "$axios",
20+
"uuid": "$uuid",
21+
"fast-xml-parser": "$fast-xml-parser"
1822
}
1923
}
2024
}

0 commit comments

Comments
 (0)