Skip to content

Commit 62f7bca

Browse files
committed
fix: packages/fdb-protocol/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13653476
1 parent 9dcf9f7 commit 62f7bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fdb-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"io-ts": "2.2.10",
2626
"semver": "^7.3.2",
2727
"tslib": "^2.0.1",
28-
"validator": "^13.1.1"
28+
"validator": "^13.15.22"
2929
},
3030
"devDependencies": {
3131
"@types/invariant": "^2.2.33",

0 commit comments

Comments
 (0)