Skip to content

Commit 56340dd

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-VALIDATOR-13395830
1 parent 05648b6 commit 56340dd

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 8 additions & 7 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
@@ -95,7 +95,7 @@
9595
"slugify": "^1.6.6",
9696
"sparkpost": "^2.1.4",
9797
"swagger-ui-express": "^5.0.0",
98-
"validator": "^13.9.0",
98+
"validator": "^13.15.20",
9999
"winston": "^3.10.0",
100100
"xmlbuilder2": "^3.1.1",
101101
"xss-clean": "^0.1.1"

0 commit comments

Comments
 (0)