Skip to content

Commit d63f61b

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent 05648b6 commit d63f61b

File tree

2 files changed

+103
-59
lines changed

2 files changed

+103
-59
lines changed

package-lock.json

Lines changed: 102 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"swagger-ui-express": "^5.0.0",
9898
"validator": "^13.9.0",
9999
"winston": "^3.10.0",
100-
"xmlbuilder2": "^3.1.1",
100+
"xmlbuilder2": "^4.0.0",
101101
"xss-clean": "^0.1.1"
102102
}
103103
}

0 commit comments

Comments
 (0)