Skip to content

Commit 1ff32bd

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent 79c19dc commit 1ff32bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"axios": "^1.7.2",
29-
"xmlbuilder2": "^3.1.1"
29+
"xmlbuilder2": "^4.0.0"
3030
},
3131
"devDependencies": {
3232
"@types/jest": "^29.5.12",

0 commit comments

Comments
 (0)