Skip to content

Commit debc85a

Browse files

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"@types/ws": "8.5.14",
145145
"@types/xml2js": "0.4.14",
146146
"@types/yargs": "17.0.33",
147+
"braces": ">=3.0.3",
147148
"chai": "5.2.0",
148149
"chai-as-promised": "8.0.1",
149150
"conventional-changelog-cli": "^5.0.0",
@@ -160,7 +161,8 @@
160161
"lint-staged": "~15.4.3",
161162
"mocha": "11.1.0",
162163
"sinon": "19.0.2",
163-
"source-map-support": "0.5.21"
164+
"source-map-support": "0.5.21",
165+
"xml2js": ">=0.5.0"
164166
},
165167
"optionalDependencies": {
166168
"fsevents": "*"
@@ -181,4 +183,4 @@
181183
"lint-staged": {
182184
"*.ts": "prettier --write"
183185
}
184-
}
186+
}

0 commit comments

Comments
 (0)