Skip to content

Commit 6f7fcc8

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 68293e8 commit 6f7fcc8

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
@@ -65,7 +65,7 @@
6565
"swagger-ui-express": "^4.3.0",
6666
"tls": "0.0.1",
6767
"uuid4": "1.1.4",
68-
"validator": "^13.7.0",
68+
"validator": "^13.15.20",
6969
"webpack": "^5.70.0"
7070
},
7171
"devDependencies": {

0 commit comments

Comments
 (0)