Skip to content

Commit fe91d30

Browse files
authored
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 d240896 commit fe91d30

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
@@ -46,7 +46,7 @@
4646
"stream-buffers": "^3.0.1",
4747
"tap": "^11.1.3",
4848
"typeorm": "^0.2.24",
49-
"validator": "^13.5.2"
49+
"validator": "^13.15.20"
5050
},
5151
"devDependencies": {
5252
"browserify": "^13.1.1",

0 commit comments

Comments
 (0)