Skip to content

Commit c3d0d55

Browse files
committed
feat: support xmlbuilder2 v3 and v4
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c47d49f commit c3d0d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"ajv-formats": "^3.0.1",
8989
"ajv-formats-draft2019": "^1.6.1",
9090
"libxmljs2": "^0.35||^0.37",
91-
"xmlbuilder2": "^4.0.0"
91+
"xmlbuilder2": "^3.0.2||^4.0.0"
9292
},
9393
"peerDependenciesMeta": {
9494
"ajv": {
@@ -112,7 +112,7 @@
112112
"ajv-formats": "^3.0.1",
113113
"ajv-formats-draft2019": "^1.6.1",
114114
"libxmljs2": "^0.35||^0.37",
115-
"xmlbuilder2": "^4.0.0",
115+
"xmlbuilder2": "^3.0.2||^4.0.0",
116116
"@types/mocha": "^10",
117117
"@types/node": "ts5.7",
118118
"@types/spdx-expression-parse": "^3",

0 commit comments

Comments
 (0)