Skip to content

Commit 5bff803

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#58)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090599 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090601 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090602
1 parent d8217a9 commit 5bff803

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@graphql-tools/schema": "^6.0.9",
4242
"@graphql-tools/utils": "^6.0.9",
43-
"validator": "^10.2.0"
43+
"validator": "^13.6.0"
4444
},
4545
"peerDependencies": {
4646
"graphql": "^14.0.0 || ^15.0.0"

0 commit comments

Comments
 (0)