We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d220f commit 6fbc7b9Copy full SHA for 6fbc7b9
1 file changed
bruno/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "gateway-bruno",
3
"version": "0.0.1",
4
- "description": "Packages requried for using Bruno in Gateway API",
+ "description": "Packages required for using Bruno in Gateway API",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
@@ -18,7 +18,7 @@
18
"@usebruno/cli": {
19
"axios": "$axios",
20
"uuid": "$uuid",
21
- "fast-xml-parser": "$fast-xml-parser"
+ "fast-xml-parser": "^5.7.2"
22
}
23
24
0 commit comments